summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-16Merge branch 'jk/delta-islands-with-bitmap-reuse-delta-fix'Libravatar Junio C Hamano1-16/+52
2018-10-16Merge branch 'tq/refs-internal-comment-fix'Libravatar Junio C Hamano1-1/+1
2018-10-16Merge branch 'ts/alias-of-alias'Libravatar Junio C Hamano2-3/+65
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Libravatar Junio C Hamano16-30/+194
2018-10-16Merge branch 'ab/commit-graph-progress'Libravatar Junio C Hamano6-14/+87
2018-10-12subtree: performance improvement for finding unexpected parent commitsLibravatar Roger Strain1-1/+1
2018-10-12log: fix coloring of certain octopus merge shapesLibravatar Noam Postavsky2-15/+145
2018-10-12split-index: BUG() when cache entry refers to non-existing shared entryLibravatar SZEDER Gábor1-2/+2
2018-10-12split-index: smudge and add racily clean cache entries to split indexLibravatar SZEDER Gábor4-8/+46
2018-10-12split-index: don't compare cached data of entries already marked for split indexLibravatar SZEDER Gábor1-17/+72
2018-10-12split-index: count the number of deleted entriesLibravatar SZEDER Gábor1-1/+1
2018-10-12t1700-split-index: date back files to avoid racy situationsLibravatar SZEDER Gábor1-21/+28
2018-10-12split-index: add tests to demonstrate the racy split index problemLibravatar SZEDER Gábor1-0/+218
2018-10-11doc: move git-rev-parse from porcelain to plumbingLibravatar Daniels Umanovskis1-1/+1
2018-10-11read-cache: load cache entries on worker threadsLibravatar Ben Peart1-37/+193
2018-10-11ieot: add Index Entry Offset Table (IEOT) extensionLibravatar Ben Peart2-3/+211
2018-10-11read-cache: load cache extensions on a worker threadLibravatar Ben Peart1-16/+79
2018-10-11config: add new index.threads config settingLibravatar Ben Peart5-0/+36
2018-10-11eoie: add End of Index Entry (EOIE) extensionLibravatar Ben Peart3-12/+177
2018-10-11read-cache: clean up casting and byte decodingLibravatar Ben Peart1-12/+11
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