summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-27commit-graph: verify objects existLibravatar Derrick Stolee2-0/+25
2018-06-27commit-graph: verify corrupt OID fanout and lookupLibravatar Derrick Stolee2-0/+58
2018-06-27commit-graph: verify required chunks are presentLibravatar Derrick Stolee2-0/+38
2018-06-27commit-graph: verify catches corrupt signatureLibravatar Derrick Stolee1-0/+43
2018-06-27commit-graph: add 'verify' subcommandLibravatar Derrick Stolee5-0/+81
2018-06-27commit-graph: load a root tree from specific graphLibravatar Derrick Stolee1-3/+9
2018-06-27commit: force commit to parse from object databaseLibravatar Derrick Stolee2-2/+9
2018-06-27commit-graph: parse commit from chosen graphLibravatar Derrick Stolee1-3/+15
2018-06-27commit-graph: fix GRAPH_MIN_SIZELibravatar Derrick Stolee1-2/+3
2018-06-27commit-graph: UNLEAK before die()Libravatar Derrick Stolee1-1/+4
2018-06-27t5318-commit-graph.sh: use core.commitGraphLibravatar Derrick Stolee1-2/+2
2018-06-27rebase: fix documentation formattingLibravatar Vladimir Parfinenko1-1/+1
2018-06-26filter-branch: skip commits present on --state-branchLibravatar Michael Barabanov2-0/+16
2018-06-26submodule-config: reuse config_from_gitmodules in repo_read_gitmodulesLibravatar Antonio Ospite1-29/+21