summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-13cache-tree: wrap the_index based wrappers with #ifdefLibravatar Nguyễn Thái Ngọc Duy3-17/+16
2018-08-13diff.c: move read_index() code back to the callerLibravatar Nguyễn Thái Ngọc Duy3-14/+5
2018-08-13cat-file: support "unordered" output for --batch-all-objectsLibravatar Jeff King3-5/+72
2018-08-13cat-file: rename batch_{loose,packed}_object callbacksLibravatar Jeff King1-9/+9
2018-08-13t1006: test cat-file --batch-all-objects with duplicatesLibravatar Jeff King1-2/+4
2018-08-13for_each_packed_object: support iterating in pack-orderLibravatar Jeff King4-9/+27
2018-08-13for_each_*_object: give more comprehensive docstringsLibravatar Jeff King2-7/+13
2018-08-13for_each_*_object: take flag arguments as enumLibravatar Jeff King4-5/+9
2018-08-13for_each_*_object: store flag definitions in a single locationLibravatar Jeff King2-7/+14
2018-08-13pull doc: fix a long-standing grammar errorLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-08-13fetch tests: correct a comment "remove it" -> "remove them"Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-08-13chainlint: add test of pathological case which triggered false positiveLibravatar Eric Sunshine2-0/+32
2018-08-13chainlint: recognize multi-line quoted strings more robustlyLibravatar Eric Sunshine4-13/+43
2018-08-13chainlint: let here-doc and multi-line string commence on same lineLibravatar Eric Sunshine7-3/+37
2018-08-13chainlint: recognize multi-line $(...) when command cuddled with "$("Libravatar Eric Sunshine3-3/+21
2018-08-13chainlint: match 'quoted' here-doc tagsLibravatar Eric Sunshine5-4/+18
2018-08-13chainlint: match arbitrary here-docs tags rather than hard-coded namesLibravatar Eric Sunshine7-23/+67
2018-08-13mergetool: don't suggest to continue after last fileLibravatar Nicholas Guriev1-3/+5
2018-08-13t5318: avoid unnecessary command substitutionsLibravatar SZEDER Gábor1-5/+7
2018-08-13t5318: use 'test_cmp_bin' to compare commit-graph filesLibravatar SZEDER Gábor1-2/+2
2018-08-10t5552: suppress upload-pack trace outputLibravatar Jeff King1-5/+18
2018-08-09gpg-interface: propagate exit status from gpg back to the callersLibravatar Junio C Hamano1-1/+2
2018-08-09rebase --exec: make it work with --rebase-mergesLibravatar Johannes Schindelin2-12/+32
2018-08-08update-index: there no longer is `apply --index-info`Libravatar Junio C Hamano1-9/+6
2018-08-08git-update-index.txt: reword possibly confusing exampleLibravatar Elijah Newren1-2/+2
2018-08-08t7406: avoid using test_must_fail for commands other than gitLibravatar Elijah Newren1-1/+1
2018-08-08t7406: prefer test_* helper functions to test -[feds]Libravatar Elijah Newren2-3/+11
2018-08-08t7406: avoid having git commands upstream of a pipeLibravatar Elijah Newren1-9/+17
2018-08-08t7406: simplify by using diff --name-only instead of diff --rawLibravatar Elijah Newren1-5/+5
2018-08-08t7406: fix call that was failing for the wrong reasonLibravatar Elijah Newren1-1/+2
2018-08-08remote-curl: remove spurious periodLibravatar Johannes Schindelin1-1/+1
2018-08-08git-compat-util.h: fix typoLibravatar Johannes Schindelin1-1/+1
2018-08-08git-instaweb: fix apache2 config with apache >= 2.4Libravatar Sebastian Kisela1-1/+1
2018-08-08git-instaweb: support Fedora/Red Hat apache module pathLibravatar Sebastian Kisela1-7/+11
2018-08-07doc hash-function-transition: pick SHA-256 as NewHashLibravatar Jonathan Nieder1-98/+98
2018-08-06Makefile: add missing dependency for command-list.hLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-06t3430: demonstrate what -r, --autosquash & --exec should doLibravatar Johannes Schindelin1-0/+17
2018-08-06t4150: fix broken test for am --scissorsLibravatar Andrei Rybak1-19/+20
2018-08-06pull --rebase=<type>: allow single-letter abbreviations for the typeLibravatar Johannes Schindelin2-3/+15
2018-08-06add a script to diff rendered documentationLibravatar Jeff King2-0/+110
2018-08-06config: document git config getter return valueLibravatar Han-Wen Nienhuys1-1/+6
2018-08-06config.txt: reorder blame stuff to keep config keys sortedLibravatar Nguyễn Thái Ngọc Duy1-34/+34
2018-08-06t3031: update test description to mention desired behaviorLibravatar Elijah Newren1-1/+1
2018-08-03submodule.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-56/+56
2018-08-03revision.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-34/+35
2018-08-03repository.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-14/+11
2018-08-03rerere.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-7/+7
2018-08-03line-range.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-6/+6
2018-08-03diff.h: remove extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-60/+60
2018-08-03diffcore.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-25/+25