summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-29object: add repository argument to parse_objectLibravatar Stefan Beller33-72/+95
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano95-328/+463
2018-06-29.mailmap: merge different spellings of namesLibravatar Stefan Beller1-1/+10
2018-06-29Makefile: fix the "built from commit" codeLibravatar Johannes Schindelin1-2/+3
2018-06-28t5407: fix test to cover intended argumentsLibravatar Elijah Newren1-1/+1
2018-06-28apply: fix grammar error in commentLibravatar Elijah Newren1-1/+1
2018-06-28Second batch for 2.19 cycleLibravatar Junio C Hamano1-0/+44
2018-06-28Merge branch 'sb/fix-fetching-moved-submodules'Libravatar Junio C Hamano2-7/+5
2018-06-28Merge branch 'tz/cred-netrc-cleanup'Libravatar Junio C Hamano3-6/+11
2018-06-28Merge branch 'jc/clean-after-sanity-tests'Libravatar Junio C Hamano5-9/+6
2018-06-28Merge branch 'nd/completion-negation'Libravatar Junio C Hamano4-34/+136
2018-06-28Merge branch 'pw/add-p-recount'Libravatar Junio C Hamano2-1/+44
2018-06-28Merge branch 'jk/fetch-all-peeled-fix'Libravatar Junio C Hamano2-4/+45
2018-06-28Merge branch 'ms/send-pack-honor-config'Libravatar Junio C Hamano1-1/+1
2018-06-28Merge branch 'jh/partial-clone'Libravatar Junio C Hamano2-0/+10
2018-06-28Merge branch 'sg/gpg-tests-fix'Libravatar Junio C Hamano4-7/+6
2018-06-28Merge branch 'as/safecrlf-quiet-fix'Libravatar Junio C Hamano2-1/+11
2018-06-28Merge branch 'ab/refspec-init-fix'Libravatar Junio C Hamano4-7/+15
2018-06-28Documentation: declare "core.ignoreCase" as internal variableLibravatar Marc Strapetz1-3/+6
2018-06-28commit-graph: fix documentation inconsistenciesLibravatar Derrick Stolee1-5/+5
2018-06-28fetch-pack: implement ref-in-wantLibravatar Brandon Williams4-3/+186
2018-06-28fetch-pack: put shallow info in output parameterLibravatar Brandon Williams8-24/+77
2018-06-28fetch: refactor to make function args narrowerLibravatar Brandon Williams1-26/+26
2018-06-28fetch: refactor fetch_refs into two functionsLibravatar Brandon Williams1-5/+18
2018-06-28fetch: refactor the population of peer ref OIDsLibravatar Brandon Williams1-18/+18
2018-06-28upload-pack: test negotiation with changing repositoryLibravatar Brandon Williams4-0/+99
2018-06-28upload-pack: implement ref-in-wantLibravatar Brandon Williams4-1/+260
2018-06-27git-rebase--merge: modernize "git-$cmd" to "git $cmd"Libravatar Elijah Newren1-2/+2
2018-06-27Fix use of strategy options with interactive rebasesLibravatar Elijah Newren3-3/+8
2018-06-27t3418: add testcase showing problems with rebase -i and strategy optionsLibravatar Elijah Newren1-0/+32
2018-06-27dir.c: fix typos in core.excludesfile commentLibravatar Todd Zullinger1-1/+1
2018-06-27gitignore.txt: clarify default core.excludesfile pathLibravatar Todd Zullinger1-1/+1
2018-06-27git-rebase: make --allow-empty-message the defaultLibravatar Elijah Newren4-22/+8
2018-06-27t3401: add directory rename testcases for rebase and amLibravatar Elijah Newren1-0/+105
2018-06-27git-rebase.txt: document behavioral differences between modesLibravatar Elijah Newren2-0/+55
2018-06-27directory-rename-detection.txt: technical docs on abilities and limitationsLibravatar Elijah Newren1-0/+92
2018-06-27git-rebase.txt: address confusion between --no-ff vs --force-rebaseLibravatar Elijah Newren1-20/+10
2018-06-27git-rebase: error out when incompatible options passedLibravatar Elijah Newren2-8/+43
2018-06-27t3422: new testcases for checking when incompatible options passedLibravatar Elijah Newren1-0/+88
2018-06-27commit-graph: update design documentLibravatar Derrick Stolee1-22/+0
2018-06-27gc: automatically write commit-graph filesLibravatar Derrick Stolee4-3/+30
2018-06-27commit-graph: add '--reachable' optionLibravatar Derrick Stolee5-6/+49
2018-06-27commit-graph: use string-list API for inputLibravatar Derrick Stolee3-38/+23
2018-06-27fsck: verify commit-graphLibravatar Derrick Stolee3-0/+32
2018-06-27commit-graph: verify contents match checksumLibravatar Derrick Stolee2-2/+20
2018-06-27commit-graph: test for corrupted octopus edgeLibravatar Derrick Stolee1-0/+10
2018-06-27commit-graph: verify commit dateLibravatar Derrick Stolee2-0/+12
2018-06-27commit-graph: verify generation numberLibravatar Derrick Stolee2-0/+45
2018-06-27commit-graph: verify parent listLibravatar Derrick Stolee2-0/+46
2018-06-27commit-graph: verify root tree OIDsLibravatar Derrick Stolee2-1/+23