]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2020-04-03  Đoàn Trần Công... Documentation: document merge option --no-gpg-sign
2020-04-03  Đoàn Trần Công... Documentation: merge commit-tree --[no-]gpg-sign
2020-04-03  Đoàn Trần Công... Documentation: reword commit --no-gpg-sign
2020-04-03  Đoàn Trần Công... Documentation: document am --no-gpg-sign
2020-04-03  Đoàn Trần Công... cherry-pick/revert: honour --no-gpg-sign in all case
2020-04-03  Đoàn Trần Công... rebase.c: honour --no-gpg-sign
2020-04-02  Jonathan Tanpromisor-remote: accept 0 as oid_nr in function
2020-04-02  Li Xuejianggit-submodule.sh: setup uninitialized variables
2020-04-02  Patrick Steinhardtupdate-ref: implement interactive transaction handling
2020-04-02  Patrick Steinhardtupdate-ref: read commands in a line-wise fashion
2020-04-02  Patrick Steinhardtupdate-ref: move transaction handling into `update_refs...
2020-04-02  Patrick Steinhardtupdate-ref: pass end pointer instead of strbuf
2020-04-02  Patrick Steinhardtupdate-ref: drop unused argument for `parse_refname`
2020-04-02  Patrick Steinhardtupdate-ref: organize commands in an array
2020-04-02  SZEDER Gáborci: make MAKEFLAGS available inside the Docker containe...
2020-04-01  Derrick Stoleet5319: replace 'touch -m' with 'test-tool chmtime'
2020-04-01  Derrick Stoleecommit-graph: fix buggy --expire-time option
2020-04-01  Elijah Newrencompletion: fix 'git add' on paths under an untracked...
2020-04-01  Elijah NewrenFix error-prone fill_directory() API; make it only...
2020-04-01  Elijah Newrendir: replace double pathspec matching with single in...
2020-04-01  Elijah Newrendir: include DIR_KEEP_UNTRACKED_CONTENTS handling in...
2020-04-01  Elijah Newrendir: replace exponential algorithm with a linear one
2020-04-01  Derrick Stoleedir: refactor treat_directory to clarify control flow
2020-04-01  Elijah Newrendir: fix confusion based on variable tense
2020-04-01  Elijah Newrendir: fix broken comment
2020-04-01  Elijah Newrendir: consolidate treat_path() and treat_one_path()
2020-04-01  Elijah Newrendir: fix simple typo in comment
2020-04-01  Elijah Newrent3000: add more testcases testing a variety of ls-files...
2020-04-01  Elijah Newrent7063: more thorough status checking
2020-04-01  Jeff Kingclone: use "quick" lookup while following tags
2020-03-31  Martin Ågrenuser-manual.conf: don't specify [listingblock]
2020-03-30  Alban Gruint3432: test `--merge' with `rebase.abbreviateCommands...
2020-03-30  Alban Gruinsequencer: don't abbreviate a command if it doesn't...
2020-03-30  Johannes SchindelinMyFirstObjectWalk: remove unnecessary conditional statement
2020-03-30  Jeff Kingoidset: stop referring to sha1-array
2020-03-30  Jeff Kingref-filter: stop referring to "sha1 array"
2020-03-30  Jeff Kingbisect: stop referring to sha1_array
2020-03-30  Jeff Kingtest-tool: rename sha1-array to oid-array
2020-03-30  Jeff Kingoid_array: rename source file from sha1-array
2020-03-30  Jeff Kingoid_array: use size_t for iteration
2020-03-30  Jeff Kingoid_array: use size_t for count and allocation
2020-03-30  brian m. carlsondocs: add a FAQ
2020-03-30  Patrick Steinhardtstrbuf: provide function to append whole lines
2020-03-30  Patrick Steinhardtgit-update-ref.txt: add missing word
2020-03-30  Patrick Steinhardtrefs: fix segfault when aborting empty transaction
2020-03-30  Garima Singhcommit-graph: examine commits by generation number
2020-03-30  Jeff Kingcommit-graph: examine changed-path objects in pack...
2020-03-30  Garima Singhcommit-graph: compute Bloom filters for changed paths
2020-03-30  Derrick Stoleediff: halt tree-diff early after max_changes
2020-03-30  Garima Singhbloom.c: core Bloom filter implementation for changed...
2020-03-30  Garima Singhbloom.c: introduce core Bloom filter constructs
2020-03-30  Garima Singhbloom.c: add the murmur3 hash implementation
2020-03-30  Garima Singhcommit-graph: define and use MAX_NUM_CHUNKS
2020-03-29  Jonathan Tanconnected: always use partial clone optimization
2020-03-29  Junio C HamanoMerge branch 'ds/default-pack-use-sparse-to-true'
2020-03-29  Martin ÅgrenINSTALL: drop support for docbook-xsl before 1.74
2020-03-29  Martin Ågrenmanpage-normal.xsl: fold in manpage-base.xsl
2020-03-29  Martin Ågrenmanpage-bold-literal.xsl: stop using git.docbook.backslash
2020-03-29  Martin ÅgrenDoc: drop support for docbook-xsl before 1.73.0
2020-03-29  Martin ÅgrenDoc: drop support for docbook-xsl before 1.72.0
2020-03-29  Martin ÅgrenDoc: drop support for docbook-xsl before 1.71.1
2020-03-29  Julien Moutinhogitweb: fix UTF-8 encoding when using CGI::Fast
2020-03-29  Jeff Kingtest-lib-functions: simplify packetize() stdin code
2020-03-29  Junio C HamanoCodingGuidelines: allow ${#posix} == strlen($posix)
2020-03-29  Junio C Hamanot/README: suggest how to leave test early with failure
2020-03-29  Philippe Blaingit-rebase.txt: fix typo
2020-03-29  René Scharfepull: pass documented fetch options on
2020-03-29  René Scharfepull: remove --update-head-ok from documentation
2020-03-29  Alban Gruinsequencer: mark messages for translation
2020-03-29  Denton Liuwrapper: indent with tabs
2020-03-28  Damien Robertmidx.c: fix an integer underflow
2020-03-27  Elijah Newrenpull: avoid running both merge and rebase
2020-03-27  Jeff KingMakefile: use curl-config --cflags
2020-03-27  Jeff KingMakefile: avoid running curl-config multiple times
2020-03-27  Jeff Kingp5310: stop timing non-bitmap pack-to-disk
2020-03-27  Jeff Kingupload-pack: handle unexpected delim packets
2020-03-27  Jeff Kingtest-lib-functions: make packetize() more efficient
2020-03-27  Elijah Newrensparse-checkout: provide a new reapply subcommand
2020-03-27  Elijah Newrenunpack-trees: failure to set SKIP_WORKTREE bits always...
2020-03-27  Elijah Newrenunpack-trees: provide warnings on sparse updates for...
2020-03-27  Elijah Newrenunpack-trees: make sparse path messages sound like...
2020-03-27  Elijah Newrenunpack-trees: split display_error_msgs() into two
2020-03-27  Elijah Newrenunpack-trees: rename ERROR_* fields meant for warnings...
2020-03-27  Elijah Newrenunpack-trees: move ERROR_WOULD_LOSE_SUBMODULE earlier
2020-03-27  Elijah Newrensparse-checkout: use improved unpack_trees porcelain...
2020-03-27  Elijah Newrensparse-checkout: use new update_sparsity() function
2020-03-27  Elijah Newrenunpack-trees: add a new update_sparsity() function
2020-03-27  Elijah Newrenunpack-trees: pull sparse-checkout pattern reading...
2020-03-27  Elijah Newrenunpack-trees: do not mark a dirty path with SKIP_WORKTREE
2020-03-27  Elijah Newrenunpack-trees: allow check_updates() to work on a differ...
2020-03-27  Elijah Newrent1091: make some tests a little more defensive against...
2020-03-27  Elijah Newrenunpack-trees: simplify pattern_list freeing
2020-03-27  Elijah Newrenunpack-trees: simplify verify_absent_sparse()
2020-03-27  Elijah Newrenunpack-trees: remove unused error type
2020-03-27  Elijah Newrenunpack-trees: fix minor typo in comment
2020-03-27  Jeff Kingt/lib-*.sh: drop executable bit
2020-03-27  Jeff Kingt/lib-credential.sh: drop shebang line
2020-03-27  Andras Kucsmarun-command: trigger PATH lookup properly on Cygwin
2020-03-27  Denton Liut5801: teach compare_refs() to accept !
2020-03-27  Denton Liut5612: stop losing return codes of git commands
next