]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2018-05-02  brian m. carlsoncache-tree: use is_empty_tree_oid
2018-05-02  brian m. carlsonsha1_file: convert cached object code to struct object_id
2018-05-02  brian m. carlsonbuiltin/reset: convert use of EMPTY_TREE_SHA1_BIN
2018-05-02  brian m. carlsonbuiltin/receive-pack: convert one use of EMPTY_TREE_SHA...
2018-05-02  brian m. carlsonwt-status: convert two uses of EMPTY_TREE_SHA1_HEX
2018-05-02  brian m. carlsonsubmodule: convert several uses of EMPTY_TREE_SHA1_HEX
2018-05-02  brian m. carlsonsequencer: convert one use of EMPTY_TREE_SHA1_HEX
2018-05-02  brian m. carlsonmerge: convert empty tree constant to the_hash_algo
2018-05-02  brian m. carlsonbuiltin/merge: switch tree functions to use object_id
2018-05-02  brian m. carlsonbuiltin/am: convert uses of EMPTY_TREE_SHA1_BIN to...
2018-05-02  brian m. carlsonsha1-file: add functions for hex empty tree and blob...
2018-05-02  brian m. carlsonbuiltin/receive-pack: avoid hard-coded constants for...
2018-05-02  brian m. carlsondiff: specify abbreviation size in terms of the_hash_algo
2018-05-02  brian m. carlsonupload-pack: replace use of several hard-coded constants
2018-05-02  brian m. carlsonrevision: replace use of hard-coded constants
2018-05-02  brian m. carlsonhttp: eliminate hard-coded constants
2018-05-02  brian m. carlsondir: convert struct untracked_cache_dir to object_id
2018-05-02  brian m. carlsoncommit: convert uses of get_sha1_hex to get_oid_hex
2018-05-02  brian m. carlsonindex-pack: abstract away hash function constant
2018-05-02  brian m. carlsonpack-redundant: convert linked lists to use struct...
2018-05-02  brian m. carlsonUpdate struct index_state to use struct object_id
2018-05-02  brian m. carlsonsplit-index: convert struct split_index to object_id
2018-05-02  brian m. carlsonsubmodule-config: convert structures to object_id
2018-05-02  brian m. carlsonfsck: convert static functions to struct object_id
2018-05-02  brian m. carlsontree-walk: convert get_tree_entry_follow_symlinks to...
2018-05-02  brian m. carlsontree-walk: avoid hard-coded 20 constant
2018-05-02  brian m. carlsonpack-redundant: abstract away hash algorithm
2018-05-02  brian m. carlsonpack-objects: abstract away hash algorithm
2018-05-02  brian m. carlsonpackfile: abstract away hash constant values
2018-05-02  brian m. carlsonpackfile: convert find_pack_entry to object_id
2018-05-02  brian m. carlsonsha1-file: convert freshen functions to object_id
2018-05-02  brian m. carlsonpackfile: convert has_sha1_pack to object_id
2018-05-02  brian m. carlsonpackfile: remove unused member from struct pack_entry
2018-05-02  brian m. carlsonRemove unused member in struct object_context
2018-05-02  brian m. carlsonserver-info: remove unused members from struct pack_info
2018-05-02  brian m. carlsoncache: add a function to read an object ID from a buffer
2018-05-02  Derrick Stoleeref-filter: fix outdated comment on in_commit_list
2018-05-02  SZEDER Gáborcoccinelle: avoid wrong transformation suggestions...
2018-05-02  brian m. carlsonformat-patch: make cover letters always text/plain
2018-05-02  Elijah Newrenunpack_trees: fix breakage when o->src_index != o-...
2018-05-01  Torsten Bögershausentest: correct detection of UTF8_NFD_TO_NFC for APFS
2018-05-01  Johannes Schindelinrebase --skip: clean up commit message after a failed...
2018-05-01  Johannes Schindelinsequencer: always commit without editing when asked for
2018-05-01  Johannes Schindelinrebase -i: Handle "combination of <n> commits" with...
2018-05-01  Johannes Schindelinrebase -i: demonstrate bugs with fixup!/squash! commit...
2018-04-30  Johannes SchindelinRemove obsolete script to convert grafts to replace...
2018-04-30  Johannes Schindelintechnical/shallow: describe why shallow cannot use...
2018-04-30  Johannes Schindelintechnical/shallow: stop referring to grafts
2018-04-30  Johannes Schindelinfilter-branch: stop suggesting to use grafts
2018-04-30  Johannes SchindelinDeprecate support for .git/info/grafts
2018-04-30  Johannes SchindelinAdd a test for `git replace --convert-graft-file`
2018-04-30  Johannes Schindelinreplace: introduce --convert-graft-file
2018-04-30  Johannes Schindelinreplace: prepare create_graft() for converting graft...
2018-04-30  Johannes Schindelinreplace: "libify" create_graft() and callees
2018-04-30  Johannes Schindelintests: introduce test_unset_prereq, for debugging
2018-04-30  Thomas Gummererworktree: teach "add" to check out existing branches
2018-04-30  Thomas Gummererworktree: factor out dwim_branch function
2018-04-30  Thomas Gummererworktree: improve message when creating a new worktree
2018-04-30  Thomas Gummererworktree: remove extra members from struct add_opts
2018-04-27  Ævar Arnfjörð... .gitattributes: add a diff driver for Python
2018-04-27  Ævar Arnfjörð... .gitattributes: use the "perl" differ for Perl
2018-04-27  Ævar Arnfjörð... .gitattributes: add *.pl extension for Perl
2018-04-26  Johannes Schindelinreplace: avoid using die() to indicate a bug
2018-04-26  Johannes Schindelincommit: Let the callback of for_each_mergetag return...
2018-04-26  Johannes Schindelinargv_array: offer to split a string by whitespace
2018-04-26  Johannes Schindelinrebase -i --rebase-merges: add a section to the man...
2018-04-26  Johannes Schindelinrebase -i: introduce --rebase-merges=[no-]rebase-cousins
2018-04-26  Johannes Schindelinpull: accept --rebase=merges to recreate the branch...
2018-04-26  Johannes Schindelinrebase --rebase-merges: avoid "empty merges"
2018-04-26  Johannes Schindelinsequencer: handle post-rewrite for merge commands
2018-04-26  Johannes Schindelinsequencer: make refs generated by the `label` command...
2018-04-26  Phillip Woodrebase --rebase-merges: add test for --keep-empty
2018-04-26  Johannes Schindelinrebase: introduce the --rebase-merges option
2018-04-26  Johannes Schindelinsequencer: introduce new commands to reset the revision
2018-04-26  Johannes Schindelinrebase-helper --make-script: introduce a flag to rebase...
2018-04-26  Stefan Bellergit-rebase--interactive: clarify arguments
2018-04-26  Johannes Schindelinsequencer: fast-forward `merge` commands, if possible
2018-04-26  Johannes Schindelinsequencer: offer helpful advice when a command was...
2018-04-26  Johannes Schindelinsequencer: introduce the `merge` command
2018-04-26  Johannes Schindelinsequencer: refactor how original todo list lines are...
2018-04-26  Johannes Schindelinsequencer: make rearrange_squash() a bit more obvious
2018-04-26  Johannes Schindelinsequencer: avoid using errno clobbered by rollback_lock...
2018-04-26  Christian Couderperf/aggregate: use Getopt::Long for option parsing
2018-04-26  Stefan Bellercache.h: allow oid_object_info to handle arbitrary...
2018-04-26  Stefan Bellerpackfile: add repository argument to cache_or_unpack_entry
2018-04-26  Stefan Bellerpackfile: add repository argument to unpack_entry
2018-04-26  Stefan Bellerpackfile: add repository argument to read_object
2018-04-26  Jonathan Niederpackfile: add repository argument to packed_object_info
2018-04-26  Stefan Bellerpackfile: add repository argument to packed_to_object_type
2018-04-26  Stefan Bellerpackfile: add repository argument to retry_bad_packed_o...
2018-04-26  Stefan Bellercache.h: add repository argument to oid_object_info
2018-04-26  Stefan Bellercache.h: add repository argument to oid_object_info_ext...
2018-04-25  Junio C HamanoThe fourth batch for 2.18
2018-04-25  Junio C HamanoMerge branch 'jm/mem-pool'
2018-04-25  Junio C HamanoMerge branch 'tg/use-git-contacts'
2018-04-25  Junio C HamanoMerge branch 'sb/filenames-with-dashes'
2018-04-25  Junio C HamanoMerge branch 'cc/perf-bisect'
2018-04-25  Junio C HamanoMerge branch 'bp/fsmonitor-prime-index'
2018-04-25  Junio C HamanoMerge branch 'bp/fsmonitor-bufsize-fix'
2018-04-25  Junio C HamanoMerge branch 'cb/bash-completion-ls-files-processing'
next