summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-02graph: add commit graph design documentLibravatar Derrick Stolee1-0/+163
2018-04-02commit-graph: add format documentLibravatar Derrick Stolee1-0/+97
2018-04-02csum-file: refactor finalize_hashfile() methodLibravatar Derrick Stolee6-12/+14
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Libravatar Derrick Stolee8-13/+13
2018-04-02Git 2.17Libravatar Junio C Hamano1-1/+1
2018-04-02Merge tag 'l10n-2.17.0-rnd1' of git://github.com/git-l10n/git-poLibravatar Junio C Hamano10-22585/+26683
2018-04-02Merge branch 'pw/add-p-single'Libravatar Junio C Hamano1-1/+1
2018-03-31add -p: fix 2.17.0-rc* regression due to moved codeLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-03-31l10n: de.po: translate 132 new messagesLibravatar Ralf Thielow1-2093/+2527
2018-03-30config: move flockfile() closer to unlocked functionsLibravatar Jeff King1-3/+5
2018-03-30refs: use chdir_notify to update cached relative pathsLibravatar Jeff King3-0/+21
2018-03-30set_work_tree: use chdir_notifyLibravatar Jeff King2-7/+25