summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-18built-in add -i: show unique prefixes of the commandsJohannes Schindelin1-11/+177
2019-11-18built-in add -i: implement the main loopJohannes Schindelin1-2/+135
2019-11-18gitweb: escape URLs generated by href()Jeff King2-15/+19
2019-11-18t/gitweb-lib.sh: set $REQUEST_URIJeff King1-1/+2
2019-11-18t/gitweb-lib.sh: drop confusing quotesJeff King1-2/+2
2019-11-18t9502: pass along all arguments in xss helperJeff King1-2/+2
2019-11-15INSTALL: use existing shell scripts as exampleAndrei Rybak1-2/+2
2019-11-14t7004: check existence of correct tagMartin Ågren1-3/+3
2019-11-14built-in add -i: color the header in the `status` commandSlavica Đukić1-4/+37
2019-11-14built-in add -i: implement the `status` commandDaniel Ferreira1-1/+250
2019-11-14diff: export diffstat interfaceDaniel Ferreira2-23/+36
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin6-0/+37
2019-11-14stash: make sure we have a valid index before writing itThomas Gummerer2-5/+9
2019-11-13send-pack: check remote ref status on pack-objects failureJeff King1-4/+4
2019-11-13t6120-describe: correct test repo history graph in commentSZEDER Gábor1-9/+10
2019-11-13completion: tab-complete "git svn --recursive"James Shubin1-0/+1
2019-11-13promisor-remote: remove fetch_if_missing=0Jonathan Tan2-17/+32
2019-11-13clone: remove fetch_if_missing=0Jonathan Tan2-4/+2
2019-11-13parse-options: avoid arithmetic on pointer that's potentially NULLRené Scharfe1-1/+2
2019-11-13mingw: use COPY_ARRAY for copying arrayRené Scharfe1-1/+1
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee8-82/+58
2019-11-13test-lib: don't check prereqs of test cases that won't be run anywaySZEDER Gábor1-6/+6
2019-11-13t4215: use helper function to check outputDenton Liu1-111/+97
2019-11-13fsmonitor: do not compare bitmap size with size of split indexJunio C Hamano1-2/+4
2019-11-13hex: drop sha1_to_hex()Jeff King4-24/+5
2019-11-12completion: learn to complete `git rebase --onto=`Denton Liu1-0/+4
2019-11-12pack-objects: avoid pointless oe_map_new_pack() callsJeff King3-6/+19
2019-11-12doc: improve readability of --rebase-merges in git-rebaseNaveen Nathan1-2/+2
2019-11-11hex: drop sha1_to_hex_r()Jeff King3-23/+0
2019-11-11sequencer: reencode commit message for am/rebase --show-current-patchDoan Tran Cong Danh3-1/+32
2019-11-11sequencer: reencode old merge-commit messageDoan Tran Cong Danh3-1/+63
2019-11-11bundle-verify: add --quietRobin H. Johnson2-4/+7
2019-11-11bundle-create: progress output controlRobin H. Johnson4-10/+65
2019-11-11bundle: framework for options before bundle fileRobin H. Johnson1-45/+145
2019-11-11merge-strategies: fix typo "reflected to" to "reflected in"Dominic Jäger1-1/+1
2019-11-11sequencer: reencode squashing commit's messageDoan Tran Cong Danh2-4/+14
2019-11-11sequencer: reencode revert/cherry-pick's todo listDoan Tran Cong Danh1-1/+4
2019-11-11sequencer: reencode to utf-8 before arrange rebase's todo listDoan Tran Cong Danh2-2/+2
2019-11-11t3900: demonstrate git-rebase problem with multi encodingDoan Tran Cong Danh1-0/+29
2019-11-11configure.ac: define ICONV_OMITS_BOM if necessaryDoan Tran Cong Danh1-0/+49
2019-11-10The first batch post 2.24 cycleJunio C Hamano3-2/+70
2019-11-10Merge branch 'bc/hash-independent-tests-part-6'Junio C Hamano16-154/+276
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Junio C Hamano6-4/+42
2019-11-10Merge branch 'pb/pretty-email-without-domain-part'Junio C Hamano5-62/+111
2019-11-10Merge branch 'hw/remove-api-docs-placeholder'Junio C Hamano4-40/+0
2019-11-10Merge branch 'sg/commit-graph-usage-fix'Junio C Hamano1-1/+0
2019-11-10Merge branch 'dl/apply-3way-diff3'Junio C Hamano2-27/+30
2019-11-10Merge branch 'sg/dir-trie-fixes'Junio C Hamano3-60/+74
2019-11-10Merge branch 'jc/am-show-current-patch-docfix'Junio C Hamano1-1/+1
2019-11-10Merge branch 'wb/midx-progress'Junio C Hamano6-27/+149