summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-13range-diff: use dim/bold cues to improve dual color modeLibravatar Johannes Schindelin5-13/+52
2018-08-13range-diff: make --dual-color the default modeLibravatar Johannes Schindelin3-19/+25
2018-08-13range-diff: left-pad patch numbersLibravatar Johannes Schindelin1-7/+9
2018-08-13completion: support `git range-diff`Libravatar Johannes Schindelin1-0/+14
2018-08-13range-diff: populate the man pageLibravatar Johannes Schindelin1-0/+229
2018-08-13range-diff --dual-color: skip white-space warningsLibravatar Johannes Schindelin1-0/+1
2018-08-13range-diff: offer to dual-color the diffsLibravatar Johannes Schindelin1-0/+8
2018-08-13diff: add an internal option to dual-color diffs of diffsLibravatar Johannes Schindelin2-15/+69
2018-08-13color: add the meta color GIT_COLOR_REVERSELibravatar Johannes Schindelin1-0/+1
2018-08-13range-diff: use color for the commit pairsLibravatar Johannes Schindelin1-13/+38
2018-08-13range-diff: add testsLibravatar Thomas Rast3-0/+750
2018-08-13range-diff: do not show "function names" in hunk headersLibravatar Johannes Schindelin1-0/+6
2018-08-13range-diff: adjust the output of the commit pairsLibravatar Johannes Schindelin1-9/+50
2018-08-13range-diff: suppress the diff headersLibravatar Johannes Schindelin3-1/+6
2018-08-13range-diff: indent the diffs just like tbdiffLibravatar Johannes Schindelin1-0/+10
2018-08-13range-diff: right-trim commit messagesLibravatar Johannes Schindelin1-0/+1
2018-08-13range-diff: also show the diff between patchesLibravatar Johannes Schindelin3-6/+63
2018-08-13range-diff: improve the order of the shown commitsLibravatar Johannes Schindelin1-19/+40
2018-08-13range-diff: first rudimentary implementationLibravatar Johannes Schindelin4-1/+363
2018-08-13Introduce `range-diff` to compare iterations of a topic branchLibravatar Johannes Schindelin7-0/+40
2018-08-13linear-assignment: a function to solve least-cost assignment problemsLibravatar Johannes Schindelin3-0/+224
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-09repack: repack promisor objects if -a or -A is setLibravatar Jonathan Tan3-15/+158
2018-08-09repack: refactor setup of pack-objects cmdLibravatar Jonathan Tan1-44/+55
2018-08-09rebase --exec: make it work with --rebase-mergesLibravatar Johannes Schindelin2-12/+32
2018-08-08sideband: highlight keywords in remote sideband outputLibravatar Han-Wen Nienhuys5-9/+217
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-08git-config: document accidental multi-line setting in deprecated syntaxLibravatar Stefan Beller1-0/+21
2018-08-08config: fix case sensitive subsection names on writingLibravatar Stefan Beller2-1/+12
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