Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/cached-commit-buffer' into HEAD | Junio C Hamano | 2018-03-13 | 6 | -46/+31 |
|\ | |||||
| * | revision: drop --show-all optionjk/cached-commit-buffer | Jeff King | 2018-02-22 | 3 | -42/+0 |
| * | commit: drop uses of get_cached_commit_buffer() | Jeff King | 2018-02-22 | 2 | -4/+1 |
| * | Git 2.16.2v2.16.2 | Junio C Hamano | 2018-02-15 | 3 | -2/+32 |
| * | Merge branch 'ab/doc-cat-file-e-still-shows-errors' into maint | Junio C Hamano | 2018-02-15 | 1 | -3/+4 |
| |\ | |||||
| * \ | Merge branch 'as/read-tree-prefix-doc-fix' into maint | Junio C Hamano | 2018-02-15 | 1 | -3/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'nd/add-i-ignore-submodules' into maint | Junio C Hamano | 2018-02-15 | 2 | -1/+49 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'tg/stash-with-pathspec-fix' into maint | Junio C Hamano | 2018-02-15 | 2 | -3/+34 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jk/abort-clone-with-existing-dest' into maint | Junio C Hamano | 2018-02-15 | 2 | -33/+98 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jc/merge-symlink-ours-theirs' into maint | Junio C Hamano | 2018-02-15 | 2 | -4/+45 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'rs/lose-leak-pending' into maint | Junio C Hamano | 2018-02-15 | 10 | -86/+46 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jm/svn-pushmergeinfo-fix' into maint | Junio C Hamano | 2018-02-15 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'dk/describe-all-output-fix' into maint | Junio C Hamano | 2018-02-15 | 2 | -3/+10 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'ab/perf-grep-threads' into maint | Junio C Hamano | 2018-02-15 | 2 | -21/+86 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'jt/binsearch-with-fanout' into HEAD | Junio C Hamano | 2018-03-13 | 3 | -25/+54 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | packfile: refactor hash search with fanout tablejt/binsearch-with-fanout | Jonathan Tan | 2018-02-15 | 3 | -14/+54 |
| * | | | | | | | | | | | | packfile: remove GIT_DEBUG_LOOKUP log statements | Jonathan Tan | 2018-02-15 | 1 | -11/+0 |
* | | | | | | | | | | | | | Merge branch 'bc/hash-algo' | Junio C Hamano | 2018-02-15 | 15 | -344/+348 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | hash: update obsolete reference to SHA1_HEADERbc/hash-algo | brian m. carlson | 2018-02-09 | 1 | -2/+2 |
| * | | | | | | | | | | | | | bulk-checkin: abstract SHA-1 usage | brian m. carlson | 2018-02-02 | 1 | -6/+6 |
| * | | | | | | | | | | | | | csum-file: abstract uses of SHA-1 | brian m. carlson | 2018-02-02 | 2 | -7/+7 |
| * | | | | | | | | | | | | | csum-file: rename sha1file to hashfile | brian m. carlson | 2018-02-02 | 9 | -126/+126 |
| * | | | | | | | | | | | | | read-cache: abstract away uses of SHA-1 | brian m. carlson | 2018-02-02 | 1 | -29/+29 |
| * | | | | | | | | | | | | | pack-write: switch various SHA-1 values to abstract forms | brian m. carlson | 2018-02-02 | 1 | -24/+25 |
| * | | | | | | | | | | | | | pack-check: convert various uses of SHA-1 to abstract forms | brian m. carlson | 2018-02-02 | 1 | -16/+16 |
| * | | | | | | | | | | | | | fast-import: switch various uses of SHA-1 to the_hash_algo | brian m. carlson | 2018-02-02 | 1 | -20/+22 |
| * | | | | | | | | | | | | | sha1_file: switch uses of SHA-1 to the_hash_algo | brian m. carlson | 2018-02-02 | 1 | -26/+26 |
| * | | | | | | | | | | | | | builtin/unpack-objects: switch uses of SHA-1 to the_hash_algo | brian m. carlson | 2018-02-02 | 1 | -9/+9 |
| * | | | | | | | | | | | | | builtin/index-pack: improve hash function abstraction | brian m. carlson | 2018-02-02 | 1 | -45/+45 |
| * | | | | | | | | | | | | | hash: create union for hash context allocation | brian m. carlson | 2018-02-02 | 2 | -17/+18 |
| * | | | | | | | | | | | | | hash: move SHA-1 macros to hash.h | brian m. carlson | 2018-02-02 | 2 | -25/+25 |
* | | | | | | | | | | | | | | Merge branch 'nd/ignore-glob-doc-update' | Junio C Hamano | 2018-02-15 | 1 | -6/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | gitignore.txt: elaborate shell glob syntaxnd/ignore-glob-doc-update | Duy Nguyen | 2018-02-02 | 1 | -6/+5 |
* | | | | | | | | | | | | | | | Merge branch 'tg/reset-hard-show-head-with-pretty' | Junio C Hamano | 2018-02-15 | 1 | -18/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | reset --hard: make use of the pretty machinerytg/reset-hard-show-head-with-pretty | Thomas Gummerer | 2018-02-02 | 1 | -18/+10 |
* | | | | | | | | | | | | | | | | Merge branch 'rs/cocci-strbuf-addf-to-addstr' | Junio C Hamano | 2018-02-15 | 1 | -16/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | cocci: simplify check for trivial format stringsrs/cocci-strbuf-addf-to-addstr | René Scharfe | 2018-02-02 | 1 | -16/+1 |
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Merge branch 'nd/trace-index-ops' | Junio C Hamano | 2018-02-15 | 5 | -0/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | trace: measure where the time is spent in the index-heavy operationsnd/trace-index-ops | Nguyễn Thái Ngọc Duy | 2018-02-02 | 5 | -0/+18 |
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Merge branch 'cc/perf-aggregate' | Junio C Hamano | 2018-02-15 | 1 | -11/+37 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | perf/aggregate: sort JSON fields in outputcc/perf-aggregate | Christian Couder | 2018-02-02 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | perf/aggregate: add --reponame option | Christian Couder | 2018-02-02 | 1 | -2/+13 |
| * | | | | | | | | | | | | | | | | perf/aggregate: add --subsection option | Christian Couder | 2018-02-02 | 1 | -9/+24 |
| |/ / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | Merge branch 'ab/wildmatch-tests' | Junio C Hamano | 2018-02-15 | 3 | -245/+416 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | wildmatch test: mark test as EXPENSIVE_ON_WINDOWSab/wildmatch-tests | Ævar Arnfjörð Bjarmason | 2018-01-30 | 1 | -8/+8 |
| * | | | | | | | | | | | | | | | | test-lib: add an EXPENSIVE_ON_WINDOWS prerequisite | Ævar Arnfjörð Bjarmason | 2018-01-30 | 1 | -0/+4 |
| * | | | | | | | | | | | | | | | | wildmatch test: create & test files on disk in addition to in-memory | Ævar Arnfjörð Bjarmason | 2018-01-30 | 1 | -11/+190 |
| * | | | | | | | | | | | | | | | | wildmatch test: perform all tests under all wildmatch() modes | Ævar Arnfjörð Bjarmason | 2018-01-30 | 2 | -252/+228 |
| * | | | | | | | | | | | | | | | | wildmatch test: use test_must_fail, not ! for test-wildmatch | Ævar Arnfjörð Bjarmason | 2018-01-30 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | | wildmatch test: remove dead fnmatch() test code | Ævar Arnfjörð Bjarmason | 2018-01-30 | 1 | -178/+178 |