summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-15builtin/fetch-pack: remove constants with parse_oid_hexLibravatar brian m. carlson1-6/+7
2018-10-15builtin/mktree: remove hard-coded constantLibravatar brian m. carlson1-1/+1
2018-10-15builtin/repack: replace hard-coded constantsLibravatar brian m. carlson1-6/+7
2018-10-15pack-bitmap-write: use GIT_MAX_RAWSZ for allocationLibravatar brian m. carlson1-1/+1
2018-10-15object_id.cocci: match only expressions of type 'struct object_id'Libravatar SZEDER Gábor1-54/+63
2018-10-15filter-trees: code clean-up of testsLibravatar Matthew DeVore3-5/+5
2018-10-12subtree: performance improvement for finding unexpected parent commitsLibravatar Roger Strain1-1/+1
2018-10-12diff.c: pass sign_index to emit_line_ws_markupLibravatar Stefan Beller1-7/+5
2018-10-12git-p4: do not fail in verbose mode for missing 'fileSize' keyLibravatar Luke Diamand1-1/+4
2018-10-12log: fix coloring of certain octopus merge shapesLibravatar Noam Postavsky2-15/+145
2018-10-12doc: move git-cherry to plumbingLibravatar Daniels Umanovskis2-12/+1
2018-10-12doc: move git-get-tar-commit-id to plumbingLibravatar Daniels Umanovskis1-1/+1
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-11gc doc: mention the commit-graph in the introLibravatar Ævar Arnfjörð Bjarmason1-1/+2
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-11send-email: only consider lines containing @ or <> for automatic Cc'ingLibravatar Rasmus Villemoes1-0/+5
2018-10-11Documentation/git-send-email.txt: style fixesLibravatar Rasmus Villemoes1-4/+4
2018-10-11git-help.txt: document "git help cmd" vs "git cmd --help" for aliasesLibravatar Rasmus Villemoes1-0/+4
2018-10-11git.c: handle_alias: prepend alias info when first argument is -hLibravatar Rasmus Villemoes1-0/+3
2018-10-11help: redirect to aliased commands for "git cmd --help"Libravatar Rasmus Villemoes1-3/+31
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-10subtree: add build targets 'man' and 'html'Libravatar Christian Hesse1-0/+4
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