]> Kevux Git Server - rit/shortlog
rit
2020-04-06 Đoàn Trần Công... travis: build and test on Linux with musl libc and...
2020-04-06 Đoàn Trần Công... ci/linux32: libify install-dependencies step
2020-04-06 Đoàn Trần Công... ci: refactor docker runner script
2020-04-06 Đoàn Trần Công... ci/linux32: parameterise command to switch arch
2020-04-06 Đoàn Trần Công... ci/lib-docker: preserve required environment variables
2020-04-06 Damien Robertdoc: --recurse-submodules mostly applies to active...
2020-04-06 Damien Robertdoc: be more precise on (fetch|push).recurseSubmodules
2020-04-06 Damien Robertdoc: explain how to deactivate submodule.recurse completely
2020-04-06 Damien Robertdoc: document --recurse-submodules for reset and restore
2020-04-06 Damien Robertdoc: list all commands affected by submodule.recurse
2020-04-06 Jeff Kingfast-import: replace custom hash with hashmap.c
2020-04-06 Garima Singhcommit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS...
2020-04-06 Garima Singht4216: add end to end tests for git log with Bloom...
2020-04-06 Garima Singhrevision.c: add trace2 stats around Bloom filter usage
2020-04-06 Garima Singhrevision.c: use Bloom filters to speed up path based...
2020-04-06 Garima Singhcommit-graph: add --changed-paths option to write subco...
2020-04-06 Garima Singhcommit-graph: reuse existing Bloom filters during write
2020-04-06 Garima Singhcommit-graph: write Bloom filters to commit graph file
2020-04-05 Philippe Blainpull doc: correct outdated description of an example
2020-04-05 Philippe Blainpull doc: refer to a specific section in 'fetch' doc
2020-04-05 Johannes Schindelint0007: fix a typo
2020-04-05 Jeff KingMakefile: avoid running curl-config unnecessarily
2020-04-05 Elijah Newrengit-rebase.txt: add another hook to the hooks section...
2020-04-05 Denton Liusequencer: stop leaking buf
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
next