summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-11doc: fix a typo and clarify a sentenceLibravatar Mihir Mehta2-3/+3
2018-10-10Third batch for 2.20Libravatar Junio C Hamano1-0/+16
2018-10-10Merge branch 'ab/fsck-skiplist'Libravatar Junio C Hamano6-45/+171
2018-10-10Merge branch 'ds/multi-pack-verify'Libravatar Junio C Hamano6-20/+262
2018-10-10Merge branch 'bc/hash-independent-tests'Libravatar Junio C Hamano14-113/+350
2018-10-10Merge branch 'nd/test-tool'Libravatar Junio C Hamano13-114/+128
2018-10-10Merge branch 'nd/config-split'Libravatar Junio C Hamano10-702/+711
2018-10-10cache-tree: skip some blob checks in partial cloneLibravatar Jonathan Tan2-1/+38
2018-10-10contrib: add coverage-diff scriptLibravatar Derrick Stolee1-0/+108
2018-10-10Declare that the next one will be named 2.20Libravatar Junio C Hamano2-167/+168
2018-10-09editorconfig: indicate settings should be kept in syncLibravatar brian m. carlson2-0/+4
2018-10-09editorconfig: provide editor settings for Git developersLibravatar brian m. carlson1-0/+14
2018-10-09transport.c: introduce core.alternateRefsPrefixesLibravatar Taylor Blau3-0/+20
2018-10-09transport.c: introduce core.alternateRefsCommandLibravatar Taylor Blau3-4/+59
2018-10-09transport.c: extract 'fill_alternate_refs_command'Libravatar Taylor Blau1-6/+12
2018-10-09transport: drop refnames from for_each_alternate_refLibravatar Jeff King4-8/+6
2018-10-07docs: typo: s/isimilar/similar/Libravatar Michael Witten1-1/+1
2018-10-07docs: graph: remove unnecessary `graph_update()' callLibravatar Michael Witten1-1/+0
2018-10-07docs: typo: s/go/to/Libravatar Michael Witten1-1/+1
2018-10-07git-completion.bash: add completion for stash listLibravatar Steven Fernandez1-0/+3
2018-10-07fetch: do not list refs if fetching only hashesLibravatar Jonathan Tan3-6/+54
2018-10-07transport: list refs before fetch if necessaryLibravatar Jonathan Tan3-0/+19
2018-10-07transport: do not list refs if possibleLibravatar Jonathan Tan3-3/+16
2018-10-07transport: allow skipping of ref listingLibravatar Jonathan Tan1-4/+25
2018-10-07tests: order arguments to git-rev-list properlyLibravatar Matthew DeVore3-29/+44
2018-10-07t9109: don't swallow Git errors upstream of pipesLibravatar Matthew DeVore1-13/+21
2018-10-07tests: don't swallow Git errors upstream of pipesLibravatar Matthew DeVore3-132/+141
2018-10-07t/*: fix ordering of expected/observed argumentsLibravatar Matthew DeVore32-112/+112
2018-10-07tests: standardize pipe placementLibravatar Matthew DeVore7-250/+344
2018-10-07Documentation: add shell guidelinesLibravatar Matthew DeVore2-0/+45
2018-10-07t/README: reformat Do, Don't, Keep in mind listsLibravatar Matthew DeVore1-22/+20
2018-10-07commit-graph: reduce initial oid allocationLibravatar Derrick Stolee1-1/+1
2018-10-07builtin/commit-graph.c: UNLEAK variablesLibravatar Martin Ågren1-5/+6
2018-10-07commit-graph: clean up leaked memory during writeLibravatar Derrick Stolee1-5/+9
2018-10-07subtree: improve decision on merges kept in splitLibravatar Strain, Roger L1-2/+19
2018-10-07subtree: use commits before rejoins for splitsLibravatar Strain, Roger L1-6/+20
2018-10-07subtree: make --ignore-joins pay attention to addsLibravatar Strain, Roger L1-7/+7
2018-10-07subtree: refactor split of a commit into standalone methodLibravatar Strain, Roger L1-36/+42
2018-10-04diff --color-moved: fix a memory leakLibravatar Phillip Wood1-2/+2
2018-10-04diff --color-moved-ws: fix another memory leakLibravatar Phillip Wood1-0/+2
2018-10-04diff --color-moved-ws: fix a memory leakLibravatar Phillip Wood1-1/+4
2018-10-04diff --color-moved-ws: fix out of bounds string accessLibravatar Phillip Wood1-1/+1
2018-10-04diff --color-moved-ws: fix double free crashLibravatar Phillip Wood1-37/+45
2018-10-04oidset: uninline oidset_init()Libravatar René Scharfe2-6/+14
2018-10-04oidset: use khashLibravatar René Scharfe2-30/+40
2018-10-04khash: factor out kh_release_*Libravatar René Scharfe1-2/+7
2018-10-04fetch-pack: load tip_oids eagerly iff neededLibravatar René Scharfe1-21/+15
2018-10-04fetch-pack: factor out is_unmatched_ref()Libravatar René Scharfe1-8/+11
2018-10-04fetch-pack: exclude blobs when lazy-fetching treesLibravatar Jonathan Tan3-0/+62
2018-10-04fetch-pack: avoid object flags if no_dependentsLibravatar Jonathan Tan1-42/+59