summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-07-06builtin/config: work around an unsized array forward declarationBeat Bolli1-12/+15
2018-07-03fetch-pack: support negotiation tip whitelistJonathan Tan1-0/+43
2018-07-03fetch-pack: write shallow, then check connectivityJonathan Tan1-5/+10
2018-07-03index_has_changes(): avoid assuming operating on the_indexElijah Newren1-3/+3
2018-07-03block alloc: add lifecycle APIs for cache_entry structsJameson Miller4-23/+19
2018-07-03read-cache: teach make_cache_entry to take object_idJameson Miller3-4/+4
2018-06-29tag: add repository argument to deref_tagStefan Beller4-4/+7
2018-06-29tag: add repository argument to parse_tag_bufferStefan Beller1-1/+1
2018-06-29tag: add repository argument to lookup_tagStefan Beller3-5/+5
2018-06-29commit: add repository argument to lookup_commitStefan Beller7-7/+12
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller13-26/+36
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller5-13/+20
2018-06-29tree: add repository argument to lookup_treeStefan Beller4-5/+8
2018-06-29blob: add repository argument to lookup_blobStefan Beller5-5/+7
2018-06-29object: add repository argument to object_as_typeStefan Beller1-1/+1
2018-06-29object: add repository argument to parse_object_bufferStefan Beller4-5/+11
2018-06-29object: add repository argument to lookup_objectStefan Beller5-7/+10
2018-06-29object: add repository argument to parse_objectStefan Beller10-16/+22
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano34-51/+81
2018-06-28Merge branch 'nd/completion-negation'Junio C Hamano1-4/+6
2018-06-28Merge branch 'ms/send-pack-honor-config'Junio C Hamano1-1/+1
2018-06-28Merge branch 'ab/refspec-init-fix'Junio C Hamano2-2/+2
2018-06-28fetch-pack: put shallow info in output parameterBrandon Williams2-6/+26
2018-06-28fetch: refactor to make function args narrowerBrandon Williams1-26/+26
2018-06-28fetch: refactor fetch_refs into two functionsBrandon Williams1-5/+18
2018-06-28fetch: refactor the population of peer ref OIDsBrandon Williams1-18/+18
2018-06-27gc: automatically write commit-graph filesDerrick Stolee1-0/+6
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee1-4/+12
2018-06-27commit-graph: use string-list API for inputDerrick Stolee1-24/+11
2018-06-27fsck: verify commit-graphDerrick Stolee1-0/+21
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee1-0/+39
2018-06-27commit-graph: UNLEAK before die()Derrick Stolee1-1/+4
2018-06-26submodule-config: add helper to get 'update-clone' config from .gitmodulesAntonio Ospite1-4/+4
2018-06-26submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite1-14/+1
2018-06-25Merge branch 'sb/plug-misc-leaks'Junio C Hamano1-1/+2
2018-06-25Merge branch 'sg/update-ref-stdin-cleanup'Junio C Hamano1-12/+13
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano5-57/+59
2018-06-25Merge branch 'jk/show-index'Junio C Hamano1-0/+86
2018-06-25Merge branch 'nd/diff-apply-ita'Junio C Hamano1-0/+7
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano1-3/+4
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano7-40/+101
2018-06-25Merge branch 'pc/submodule-helper-foreach'Junio C Hamano1-0/+144
2018-06-22branch: make "-l" a synonym for "--list"Jeff King1-21/+1
2018-06-22branch: deprecate "-l" optionJeff King1-1/+21
2018-06-22builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau1-0/+1
2018-06-21pack-bitmap: add free functionJonathan Tan2-0/+3
2018-06-21pack-bitmap: remove bitmap_git global variableJonathan Tan2-6/+11
2018-06-19format-patch: clear UNINTERESTING flag before prepare_basesXiaolong Ye1-0/+1
2018-06-19submodule deinit: unset core.worktreeStefan Beller1-0/+2
2018-06-19submodule: ensure core.worktree is set after updateStefan Beller1-0/+24