summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-21t5520: let sed open its own inputLibravatar Denton Liu1-1/+1
2019-11-21t5520: use sq for test case namesLibravatar Denton Liu1-2/+2
2019-11-21t5520: improve test styleLibravatar Denton Liu1-43/+45
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsLibravatar Denton Liu8-14/+25
2019-11-21t0000: test multiple local assignmentLibravatar Denton Liu1-7/+8
2019-11-21format-patch: pass notes configuration to range-diffLibravatar Denton Liu2-2/+123
2019-11-21range-diff: pass through --notes to `git log`Libravatar Denton Liu7-10/+72
2019-11-21range-diff: output `## Notes ##` headerLibravatar Denton Liu2-7/+13
2019-11-21t3206: range-diff compares logs with commit notesLibravatar Denton Liu1-0/+52
2019-11-21t3206: s/expected/expect/Libravatar Denton Liu1-32/+32
2019-11-21t3206: disable parameter substitution in heredocLibravatar Denton Liu1-1/+1
2019-11-21t3206: remove spaces after redirect operatorsLibravatar Denton Liu1-1/+1
2019-11-21pretty-options.txt: --notes accepts a ref instead of treeishLibravatar Denton Liu1-4/+4
2019-11-20userdiff: support Python async functionsLibravatar Josh Holland7-1/+32
2019-11-20rev-list-options.txt: remove reference to --show-notesLibravatar Denton Liu1-1/+1
2019-11-20argv-array: add space after `while`Libravatar Denton Liu1-1/+1
2019-11-20ci(osx): update homebrew-cask repository with less noiseLibravatar Junio C Hamano1-1/+2
2019-11-20sequencer: handle rebase-merges for "onto" messageLibravatar Doan Tran Cong Danh2-0/+26
2019-11-20builtin/unpack-objects.c: show throughput progressLibravatar SZEDER Gábor1-1/+2
2019-11-20rev-parse: make --show-toplevel without a worktree an errorLibravatar Jeff King3-1/+14
2019-11-20fetch: add trace2 instrumentationLibravatar Erik Chen1-1/+12
2019-11-18rebase -r: let `label` generate safer labelsLibravatar Matthew Rogers2-1/+25
2019-11-18rebase-merges: move labels' whitespace mangling into `label_oid()`Libravatar Johannes Schindelin1-28/+28
2019-11-18built-in add -i: implement the `help` commandLibravatar Slavica Đukić2-0/+46
2019-11-18built-in add -i: use color in the main loopLibravatar Slavica Đukić1-6/+29
2019-11-18built-in add -i: support `?` (prompt help)Libravatar Johannes Schindelin1-1/+21
2019-11-18built-in add -i: show unique prefixes of the commandsLibravatar Johannes Schindelin1-11/+177
2019-11-18built-in add -i: implement the main loopLibravatar Johannes Schindelin1-2/+135
2019-11-18gitweb: escape URLs generated by href()Libravatar Jeff King2-15/+19
2019-11-18t/gitweb-lib.sh: set $REQUEST_URILibravatar Jeff King1-1/+2
2019-11-18t/gitweb-lib.sh: drop confusing quotesLibravatar Jeff King1-2/+2
2019-11-18t9502: pass along all arguments in xss helperLibravatar Jeff King1-2/+2
2019-11-15INSTALL: use existing shell scripts as exampleLibravatar Andrei Rybak1-2/+2
2019-11-14t7004: check existence of correct tagLibravatar Martin Ågren1-3/+3
2019-11-14built-in add -i: color the header in the `status` commandLibravatar Slavica Đukić1-4/+37
2019-11-14built-in add -i: implement the `status` commandLibravatar Daniel Ferreira1-1/+250
2019-11-14diff: export diffstat interfaceLibravatar Daniel Ferreira2-23/+36
2019-11-14Start to implement a built-in version of `git add --interactive`Libravatar Johannes Schindelin6-0/+37
2019-11-14stash: make sure we have a valid index before writing itLibravatar Thomas Gummerer2-5/+9
2019-11-13send-pack: check remote ref status on pack-objects failureLibravatar Jeff King1-4/+4
2019-11-13completion: tab-complete "git svn --recursive"Libravatar James Shubin1-0/+1
2019-11-13promisor-remote: remove fetch_if_missing=0Libravatar Jonathan Tan2-17/+32
2019-11-13clone: remove fetch_if_missing=0Libravatar Jonathan Tan2-4/+2
2019-11-13parse-options: avoid arithmetic on pointer that's potentially NULLLibravatar René Scharfe1-1/+2
2019-11-13mingw: use COPY_ARRAY for copying arrayLibravatar René Scharfe1-1/+1
2019-11-13test-tool: use 'read-graph' helperLibravatar Derrick Stolee8-82/+58
2019-11-13test-lib: don't check prereqs of test cases that won't be run anywayLibravatar SZEDER Gábor1-6/+6
2019-11-13t4215: use helper function to check outputLibravatar Denton Liu1-111/+97
2019-11-13fsmonitor: do not compare bitmap size with size of split indexLibravatar Junio C Hamano1-2/+4
2019-11-13hex: drop sha1_to_hex()Libravatar Jeff King4-24/+5