summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-16git-p4: fully support unshelving changelistsLibravatar Luke Diamand3-51/+106
2018-10-16git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelvedLibravatar Luke Diamand3-7/+8
2018-10-16http: add support for selecting SSL backends at runtimeLibravatar Johannes Schindelin2-0/+40
2018-10-16mingw: use domain information for default emailLibravatar Johannes Schindelin4-0/+14
2018-10-16getpwuid(mingw): provide a better default for the user nameLibravatar Johannes Schindelin1-1/+31
2018-10-16getpwuid(mingw): initialize the structure only onceLibravatar Johannes Schindelin1-7/+18
2018-10-15fuzz: add fuzz testing for packfile indices.Libravatar Josh Steadmon5-19/+53
2018-10-15fuzz: add basic fuzz testing target.Libravatar Josh Steadmon3-0/+48
2018-10-15rerere: convert to use the_hash_algoLibravatar brian m. carlson1-39/+42
2018-10-15submodule: make zero-oid comparison hash function agnosticLibravatar brian m. carlson1-1/+6
2018-10-15apply: rename new_sha1_prefix and old_sha1_prefixLibravatar brian m. carlson1-20/+20
2018-10-15apply: replace hard-coded constantsLibravatar brian m. carlson1-8/+10
2018-10-15tag: express constant in terms of the_hash_algoLibravatar brian m. carlson1-1/+1
2018-10-15transport: use parse_oid_hex instead of a constantLibravatar brian m. carlson1-3/+4
2018-10-15upload-pack: express constants in terms of the_hash_algoLibravatar brian m. carlson1-6/+7
2018-10-15refs/packed-backend: express constants using the_hash_algoLibravatar brian m. carlson1-7/+7
2018-10-15packfile: express constants in terms of the_hash_algoLibravatar brian m. carlson1-2/+3
2018-10-15pack-revindex: express constants in terms of the_hash_algoLibravatar brian m. carlson1-4/+6
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-12rebase -i: introduce the 'break' commandLibravatar Johannes Schindelin5-2/+37
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-11rebase -i: clarify what happens on a failed `exec`Libravatar Johannes Schindelin1-1/+2
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