summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-20userdiff: support Python async functionsLibravatar Josh Holland7-1/+32
2019-11-20sequencer: handle rebase-merges for "onto" messageLibravatar Doan Tran Cong Danh2-0/+26
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
2019-11-12completion: learn to complete `git rebase --onto=`Libravatar Denton Liu1-0/+4
2019-11-12pack-objects: avoid pointless oe_map_new_pack() callsLibravatar Jeff King3-6/+19
2019-11-12doc: improve readability of --rebase-merges in git-rebaseLibravatar Naveen Nathan1-2/+2
2019-11-11hex: drop sha1_to_hex_r()Libravatar Jeff King3-23/+0
2019-11-11sequencer: reencode commit message for am/rebase --show-current-patchLibravatar Doan Tran Cong Danh3-1/+32
2019-11-11sequencer: reencode old merge-commit messageLibravatar Doan Tran Cong Danh3-1/+63
2019-11-11bundle-verify: add --quietLibravatar Robin H. Johnson2-4/+7
2019-11-11bundle-create: progress output controlLibravatar Robin H. Johnson4-10/+65
2019-11-11bundle: framework for options before bundle fileLibravatar Robin H. Johnson1-45/+145
2019-11-11merge-strategies: fix typo "reflected to" to "reflected in"Libravatar Dominic Jäger1-1/+1
2019-11-11sequencer: reencode squashing commit's messageLibravatar Doan Tran Cong Danh2-4/+14
2019-11-11sequencer: reencode revert/cherry-pick's todo listLibravatar Doan Tran Cong Danh1-1/+4
2019-11-11sequencer: reencode to utf-8 before arrange rebase's todo listLibravatar Doan Tran Cong Danh2-2/+2
2019-11-11t3900: demonstrate git-rebase problem with multi encodingLibravatar Doan Tran Cong Danh1-0/+29
2019-11-11configure.ac: define ICONV_OMITS_BOM if necessaryLibravatar Doan Tran Cong Danh1-0/+49
2019-11-10The first batch post 2.24 cycleLibravatar Junio C Hamano3-2/+70
2019-11-10Merge branch 'bc/hash-independent-tests-part-6'Libravatar Junio C Hamano16-155/+277
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Libravatar Junio C Hamano6-4/+42