summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-10Merge branch 'nd/worktree-prune'Libravatar Junio C Hamano4-27/+24
2018-04-10Merge branch 'bc/object-id'Libravatar Junio C Hamano111-594/+609
2018-04-10Merge branch 'ma/shortlog-revparse'Libravatar Junio C Hamano3-2/+13
2018-04-10Merge branch 'ab/install-symlinks'Libravatar Junio C Hamano1-17/+35
2018-04-10Merge branch 'ml/filter-branch-no-op-error'Libravatar Junio C Hamano2-1/+9
2018-04-10Merge branch 'ab/pcre-v2'Libravatar Junio C Hamano2-24/+28
2018-04-10Merge branch 'ti/fetch-everything-local-optim'Libravatar Junio C Hamano3-3/+47
2018-04-10Merge branch 'en/rename-directory-detection'Libravatar Junio C Hamano9-115/+5197
2018-04-09git_config_set: reuse empty sectionsLibravatar Johannes Schindelin2-2/+14
2018-04-09git config --unset: remove empty sections (in the common case)Libravatar Johannes Schindelin2-4/+93
2018-04-09git_config_set: make use of the config parser's event streamLibravatar Johannes Schindelin1-89/+81
2018-04-09git_config_set: do not use a state machineLibravatar Johannes Schindelin1-30/+29
2018-04-09config_set_store: rename some fields for consistencyLibravatar Johannes Schindelin1-32/+31
2018-04-09config: avoid using the global variable `store`Libravatar Johannes Schindelin1-53/+66
2018-04-09config: introduce an optional event stream while parsingLibravatar Johannes Schindelin2-12/+114
2018-04-09t1300: `--unset-all` can leave an empty section behind (bug)Libravatar Johannes Schindelin1-0/+11
2018-04-09t1300: add a few more hairy examples of sections becoming emptyLibravatar Johannes Schindelin1-1/+44
2018-04-09configure.ac: fix botched FREAD_READS_DIRECTORIES checkLibravatar Eric Sunshine1-1/+1
2018-04-09git-worktree.txt: unify command-line prompt in example blocksLibravatar Eric Sunshine1-2/+2
2018-04-09git-worktree.txt: recommend 'git worktree remove' over manual deletionLibravatar Eric Sunshine1-7/+7
2018-04-09Documentation: normalize spelling of 'normalised'Libravatar Elijah Newren1-1/+1
2018-04-09Documentation: fix several one-character-off spelling errorsLibravatar Elijah Newren6-7/+7
2018-04-09t/helper: 'test-chmtime (--get|-g)' to print only the mtimeLibravatar Paul-Sebastian Ungureanu10-42/+63
2018-04-09daemon.c: fix condition for redirecting stderrLibravatar Lucas Werkmeister1-1/+1
2018-04-09t5404: relax overzealous testLibravatar Johannes Schindelin1-1/+1
2018-04-09git-svn: avoid warning on undef readline()Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-04-09ls-remote: create '--sort' optionLibravatar Harald Nordgren3-11/+89
2018-04-09ref-filter: factor ref_array pushing into its own functionLibravatar Jeff King2-3/+21
2018-04-09ref-filter: make ref_array_item allocation more consistentLibravatar Jeff King1-7/+11
2018-04-09ref-filter: use "struct object_id" consistentlyLibravatar Jeff King4-8/+8
2018-04-08send-email: simplify Gmail example in the documentationLibravatar Michal Nazarewicz1-10/+6
2018-04-07Documentation/git-bisect.txt: git bisect term → git bisect termsLibravatar Anders Kaseorg1-2/+2
2018-04-06t1300: remove unreasonable expectation from TODOLibravatar Johannes Schindelin1-1/+20
2018-04-06t1300: avoid relying on a bugLibravatar Johannes Schindelin1-0/+2
2018-04-06config --replace-all: avoid extra line breaksLibravatar Johannes Schindelin2-1/+2
2018-04-06t1300: demonstrate that --replace-all can "invent" newlinesLibravatar Johannes Schindelin1-0/+21
2018-04-06t1300: rename it to reflect that `repo-config` was deprecatedLibravatar Johannes Schindelin1-0/+0
2018-04-06git_config_set: fix off-by-twoLibravatar Johannes Schindelin1-1/+1
2018-04-06mergetools: add support for guiffyLibravatar Bill Ritcher1-0/+18
2018-04-05git-svn: allow empty email-address using authors-prog and authors-fileLibravatar Andreas Heiduk4-11/+50
2018-04-05commit: allow partial commits with relative pathsLibravatar Brandon Williams2-2/+13
2018-04-05t5561: skip tests if curl is not availableLibravatar Jeff King2-0/+10
2018-04-05t5561: drop curl stderr redirectsLibravatar Jeff King1-2/+2
2018-04-05t2028: tighten grep expression to make "move worktree" test more robustLibravatar Eric Sunshine1-4/+3
2018-04-05t3200: verify "branch --list" sanity when rebasing from detached HEADLibravatar Eric Sunshine1-0/+24
2018-04-05branch --list: print useful info whilst interactive rebasing a detached HEADLibravatar Kaartic Sivaraam1-4/+8
2018-04-05git-svn: search --authors-prog in PATH tooLibravatar Andreas Heiduk2-1/+7
2018-04-02commit-graph: implement git-commit-graph writeLibravatar Derrick Stolee3-0/+198
2018-04-02commit-graph: implement write_commit_graph()Libravatar Derrick Stolee3-0/+366
2018-04-02commit-graph: create git-commit-graph builtinLibravatar Derrick Stolee8-0/+53