summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Merge branch 'nd/split-index-null-base-fix'Libravatar Junio C Hamano3-18/+39
2019-03-07Merge branch 'rj/prune-packed-excess-args'Libravatar Junio C Hamano1-0/+5
2019-03-07Merge branch 'jc/test-yes-doc'Libravatar Junio C Hamano2-1/+14
2019-03-07Merge branch 'en/combined-all-paths'Libravatar Junio C Hamano10-17/+212
2019-03-07Merge branch 'sc/pack-redundant'Libravatar Junio C Hamano2-140/+559
2019-03-07Merge branch 'du/branch-show-current'Libravatar Junio C Hamano3-3/+72
2019-03-07Merge branch 'dl/complete-submodule-absorbgitdirs'Libravatar Junio C Hamano1-1/+1
2019-03-07Merge branch 'wh/author-committer-ident-config'Libravatar Junio C Hamano10-24/+197
2019-03-07Merge branch 'aw/pretty-trailers'Libravatar Junio C Hamano7-135/+417
2019-03-07Merge branch 'nd/diff-parseopt'Libravatar Junio C Hamano10-158/+318
2019-03-07Merge branch 'tg/checkout-no-overlay'Libravatar Junio C Hamano14-58/+191
2019-03-07tests: add a special setup where stash.useBuiltin is offLibravatar Johannes Schindelin2-1/+8
2019-03-07stash: optionally use the scripted version againLibravatar Johannes Schindelin6-4/+75
2019-03-07stash: add back the original, scripted `git stash`Libravatar Johannes Schindelin1-0/+769
2019-03-07stash: convert `stash--helper.c` into `stash.c`Libravatar Paul-Sebastian Ungureanu6-225/+92
2019-03-07stash: replace all `write-tree` child processes with API callsLibravatar Paul-Sebastian Ungureanu1-29/+12
2019-03-07stash: optimize `get_untracked_files()` and `check_changes()`Libravatar Paul-Sebastian Ungureanu1-19/+27
2019-03-07stash: convert save to builtinLibravatar Paul-Sebastian Ungureanu2-326/+52
2019-03-07stash: make push -q quietLibravatar Paul-Sebastian Ungureanu2-20/+59
2019-03-07stash: convert push to builtinLibravatar Paul-Sebastian Ungureanu2-6/+246
2019-03-07stash: convert create to builtinLibravatar Paul-Sebastian Ungureanu2-2/+449
2019-03-07stash: convert store to builtinLibravatar Paul-Sebastian Ungureanu2-41/+64
2019-03-07stash: convert show to builtinLibravatar Paul-Sebastian Ungureanu2-131/+88
2019-03-07stash: convert list to builtinLibravatar Paul-Sebastian Ungureanu2-6/+32
2019-03-07stash: convert pop to builtinLibravatar Joel Teichroeb2-46/+40
2019-03-07stash: convert branch to builtinLibravatar Joel Teichroeb2-15/+48
2019-03-07stash: convert drop and clear to builtinLibravatar Joel Teichroeb2-2/+119
2019-03-07stash: convert apply to builtinLibravatar Joel Teichroeb6-71/+462
2019-03-07stash: mention options in `show` synopsisLibravatar Paul-Sebastian Ungureanu1-2/+2
2019-03-07stash: add tests for `git stash show` configLibravatar Paul-Sebastian Ungureanu1-0/+83
2019-03-07stash: rename test cases to be more descriptiveLibravatar Paul-Sebastian Ungureanu1-7/+7
2019-03-07t3903: add test for --intent-to-add fileLibravatar Matthew Kraai1-0/+8
2019-03-07t3903: modernize styleLibravatar Paul-Sebastian Ungureanu1-59/+61
2019-03-07stash: improve option parsing test coverageLibravatar Joel Teichroeb1-0/+35
2019-03-07ident: don't require calling prepare_fallback_ident firstLibravatar Thomas Gummerer3-4/+7
2019-03-07attr.c: ".gitattribute" -> ".gitattributes" (comments)Libravatar Robert P. J. Day1-4/+4
2019-03-07Documentation: turn middle-of-line tabs into spacesLibravatar Martin Ågren12-12/+12
2019-03-07git-svn.txt: drop escaping '\' that ends up being renderedLibravatar Martin Ågren1-5/+5
2019-03-07git.txt: remove empty line before list continuationLibravatar Martin Ågren1-1/+0
2019-03-07config/fsck.txt: avoid starting line with dashLibravatar Martin Ågren1-3/+3
2019-03-07config/diff.txt: drop spurious backtickLibravatar Martin Ågren1-1/+1
2019-03-07gitattributes.txt: fix typoLibravatar Yash Bhatambare1-1/+1
2019-03-07diff-parseopt: convert --submoduleLibravatar Nguyễn Thái Ngọc Duy1-11/+19
2019-03-07diff-parseopt: convert --ignore-submodulesLibravatar Nguyễn Thái Ngọc Duy1-3/+17
2019-03-07diff-parseopt: convert --textconvLibravatar Nguyễn Thái Ngọc Duy1-6/+19
2019-03-07diff-parseopt: convert --ext-diffLibravatar Nguyễn Thái Ngọc Duy1-5/+3
2019-03-07diff-parseopt: convert --quietLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2019-03-07diff-parseopt: convert --exit-codeLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2019-03-07diff-parseopt: convert --color-wordsLibravatar Nguyễn Thái Ngọc Duy1-5/+16
2019-03-07diff-parseopt: convert --word-diff-regexLibravatar Nguyễn Thái Ngọc Duy1-6/+15