summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-15git-p4: convert path to unicode before processing themYang Zhao1-25/+44
2020-01-15git-p4: encode/decode communication with git for python3Yang Zhao1-4/+17
2020-01-15git-p4: encode/decode communication with p4 for python3Yang Zhao1-13/+46
2020-01-15git-p4: remove string type aliasingYang Zhao1-16/+0
2020-01-15git-p4: change the expansion test from basestring to listBen Keene1-9/+9
2020-01-15git-p4: make python2.7 the oldest supported versionYang Zhao1-18/+2
2020-01-15add: use advise function to display hintsHeba Waly4-3/+8
2020-01-15graph: fix collapse of multiple edgesDerrick Stolee2-3/+9
2020-01-15graph: add test to demonstrate horizontal line bugDerrick Stolee1-0/+62
2020-01-15t: directly test parse_pathspec_file()Alexandr Miloslavskiy5-0/+144
2020-01-15t: fix quotes tests for --pathspec-from-fileAlexandr Miloslavskiy5-11/+45
2020-01-15t: add tests for error conditions with --pathspec-from-fileAlexandr Miloslavskiy5-12/+105
2020-01-15ci: include the built-in `git add -i` in the `linux-gcc` jobJohannes Schindelin1-0/+1
2020-01-15built-in add -p: handle Escape sequences more efficientlyJohannes Schindelin1-1/+72
2020-01-15built-in add -p: handle Escape sequences in interactive.singlekey modeJohannes Schindelin1-1/+55
2020-01-15built-in add -p: respect the `interactive.singlekey` config settingJohannes Schindelin3-4/+20
2020-01-15terminal: add a new function to read a single keystrokeJohannes Schindelin2-0/+58
2020-01-15terminal: accommodate Git for Windows' default terminalJohannes Schindelin1-0/+50
2020-01-15terminal: make the code of disable_echo() reusableJohannes Schindelin1-4/+15
2020-01-15built-in add -p: handle diff.algorithmJohannes Schindelin3-1/+9
2020-01-15built-in add -p: support interactive.diffFilterJohannes Schindelin3-0/+48
2020-01-15t3701: adjust difffilter testJohannes Schindelin1-1/+1
2020-01-15submodule add: show 'add --dry-run' stderr when abortingKyle Meyer2-8/+21
2020-01-13fsmonitor: handle version 2 of the hooks that will use opaque tokenKevin Willford4-15/+71
2020-01-13fsmonitor: change last update timestamp on the index_state to opaque tokenKevin Willford3-19/+34
2020-01-13Git 2.25v2.25.0Junio C Hamano1-1/+1
2020-01-12Merge tag 'l10n-2.25.0-rnd1' of git://github.com/git-l10n/git-poJunio C Hamano12-24312/+53740
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano7-327/+28
2020-01-12l10n: zh_CN: for git v2.25.0 l10n round 1Jiang Xin1-2275/+2807
2020-01-11Merge branch 'master' of github.com:Softcatala/git-po into git-po-masterJiang Xin1-3757/+4260
2020-01-10Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano2-7/+7
2020-01-10Merge branch 'ma/config-advice-markup-fix'Junio C Hamano1-1/+1
2020-01-10l10n: Update Catalan translationJordi Mas1-3757/+4260
2020-01-10mingw: safeguard better against backslashes in file namesJohannes Schindelin via GitGitGadget2-7/+7
2020-01-10unpack-trees: correctly compute result countDerrick Stolee via GitGitGadget1-2/+2
2020-01-10l10n: de.po: Update German translation v2.25.0 round 1Matthias Rüster1-2282/+2844
2020-01-10l10n: de.po: Reword generation numbersThomas Braun1-1/+1
2020-01-09l10n: bg.po: Updated Bulgarian translation (4800t)Alexander Shopov1-2353/+2905
2020-01-08config/advice.txt: fix description list separatorMartin Ågren1-1/+1
2020-01-08Git 2.25-rc2v2.25.0-rc2Junio C Hamano2-1/+5
2020-01-08Merge branch 'ds/graph-assert-fix'Junio C Hamano2-8/+80
2020-01-08Merge branch 'tm/doc-submodule-absorb-fix'Junio C Hamano1-1/+1
2020-01-08Merge branch 'pm/am-in-body-header-doc-update'Junio C Hamano1-2/+2
2020-01-08Merge branch 'jb/doc-multi-pack-idx-fix'Junio C Hamano1-1/+1
2020-01-08Merge branch 'do/gitweb-typofix-in-comments'Junio C Hamano1-2/+2
2020-01-08Merge https://github.com/prati0100/git-guiJunio C Hamano10-230/+918
2020-01-08graph: fix lack of color in horizontal linesDerrick Stolee2-4/+38
2020-01-08graph: drop assert() for merge with two collapsing parentsDerrick Stolee2-4/+42
2020-01-08transport: don't flush when disconnecting stateless-rpc helperJeff King2-1/+13
2020-01-08unpack-trees: watch for out-of-range index positionEmily Shaffer1-2/+4