summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong1-3/+3
2019-10-07hashmap: use *_entry APIs for iterationEric Wong2-6/+6
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong4-22/+37
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong4-7/+11
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong2-3/+4
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong3-5/+5
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong4-6/+6
2019-10-06stash apply: report status correctly even in a worktree's subdirectoryJohannes Schindelin1-0/+4
2019-10-06fetch: let --jobs=<n> parallelize --multiple, tooJohannes Schindelin1-17/+107
2019-10-04treewide: remove duplicate #include directivesRené Scharfe6-6/+0
2019-10-04push: do not pretend to return `int` from `die_push_simple()`Johannes Schindelin1-2/+2
2019-10-04fast-export: handle nested tagsElijah Newren1-12/+18
2019-10-04fast-export: allow user to request tags be marked with --mark-tagsElijah Newren1-0/+7
2019-10-04fast-export: add support for --import-marks-if-existsElijah Newren1-4/+19
2019-10-03push: add trace2 instrumentationJosh Steadmon1-0/+2
2019-10-03fetch: add trace2 instrumentationJosh Steadmon1-7/+15
2019-10-02commit-graph: emit trace2 cmd_mode for each sub-commandGarima Singh1-0/+6
2019-09-30Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano1-0/+15
2019-09-30Merge branch 'bw/rebase-autostash-keep-current-branch'Junio C Hamano1-12/+1
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano3-27/+27
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano1-22/+62
2019-09-30Merge branch 'jk/misc-uninitialized-fixes'Junio C Hamano2-20/+17
2019-09-30Merge branch 'rs/get-tagged-oid'Junio C Hamano3-4/+5
2019-09-30Merge branch 'tg/push-all-in-mirror-forbidden'Junio C Hamano1-33/+36
2019-09-30Merge branch 'nd/switch-and-restore'Junio C Hamano1-0/+9
2019-09-30Merge branch 'rs/strbuf-detach'Junio C Hamano1-2/+2
2019-09-29builtin/submodule--helper: fix usage string for 'update-clone'Bert Wesarg1-1/+1
2019-09-28fast-export: fix exporting a tag and nothing elseElijah Newren1-1/+6
2019-09-28name-rev: avoid cutoff timestamp underflowSZEDER Gábor1-3/+12
2019-09-20stash: make sure to write refreshed cacheThomas Gummerer1-4/+7
2019-09-20merge: use refresh_and_write_cacheThomas Gummerer1-10/+3
2019-09-20factor out refresh_and_write_cache functionThomas Gummerer1-14/+2
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh1-5/+14
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano3-13/+10
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano5-27/+21
2019-09-18Merge branch 'js/pre-merge-commit-hook'Junio C Hamano1-3/+15
2019-09-18Merge branch 'jk/drop-release-pack-memory'Junio C Hamano1-11/+0
2019-09-18Merge branch 'js/rebase-r-strategy'Junio C Hamano1-11/+5
2019-09-17clean: fix theoretical path corruptionElijah Newren1-1/+1
2019-09-17clean: rewrap overly long lineElijah Newren1-1/+2
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren1-0/+2
2019-09-17clean: disambiguate the definition of -dElijah Newren1-0/+8
2019-09-16fetch: use oidset to keep the want OIDs for faster lookupMasaya Suzuki1-8/+10
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King1-4/+0
2019-09-13builtin/pack-objects: report reused packfile objectsJeff King1-2/+4
2019-09-09Merge branch 'cb/fetch-set-upstream'Junio C Hamano2-1/+56
2019-09-09Merge branch 'en/checkout-mismerge-fix'Junio C Hamano1-7/+0
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano3-13/+13
2019-09-09commit-graph: turn off save_commit_bufferJeff King1-0/+2