summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2020-07-15Merge branch 'tb/commit-graph-no-check-oids' into masterJunio C Hamano1-3/+1
2020-07-15commit-graph: fix "Collecting commits from input" progress lineSZEDER Gábor1-3/+1
2020-07-09Merge branch 'ct/diff-with-merge-base-clarification' into masterJunio C Hamano1-1/+1
2020-07-09Merge branch 'cc/cat-file-usage-update' into masterJunio C Hamano1-1/+1
2020-07-08diff: check for merge bases before assigning sym->baseJeff King1-1/+1
2020-07-06Merge branch 'jk/fast-export-anonym-alt'Junio C Hamano1-55/+107
2020-07-06Merge branch 'js/default-branch-name'Junio C Hamano3-11/+37
2020-07-06Merge branch 'cb/is-descendant-of'Junio C Hamano1-1/+2
2020-07-06Merge branch 'es/get-worktrees-unsort'Junio C Hamano5-10/+30
2020-07-06Merge branch 'ak/commit-graph-to-slab'Junio C Hamano2-2/+2
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano5-10/+56
2020-07-01cat-file: add missing [=<format>] to usage/synopsisChristian Couder1-1/+1
2020-06-29Merge branch 'sk/diff-files-show-i-t-a-as-new'Junio C Hamano1-0/+7
2020-06-29Merge branch 'rs/pull-leakfix'Junio C Hamano1-0/+1
2020-06-29Merge branch 'dl/diff-usage-comment-update'Junio C Hamano1-3/+12
2020-06-29Merge branch 'xl/upgrade-repo-format'Junio C Hamano2-3/+2
2020-06-25fast-export: use local array to store anonymized oidJeff King1-4/+4
2020-06-25fast-export: anonymize "master" refnameJeff King1-7/+0
2020-06-25fast-export: allow seeding the anonymized mappingJeff King1-1/+49
2020-06-25Merge branch 'jt/cdn-offload'Junio C Hamano2-6/+87
2020-06-25Merge branch 'ss/submodule-set-branch-in-c'Junio C Hamano1-0/+44
2020-06-25Merge branch 'dl/branch-cleanup'Junio C Hamano1-1/+1
2020-06-25Merge branch 'ct/diff-with-merge-base-clarification'Junio C Hamano1-14/+118
2020-06-25Merge branch 'en/clean-cleanups'Junio C Hamano1-11/+38
2020-06-24clone: use configured default branch name when appropriateJohannes Schindelin1-3/+7
2020-06-24init: allow setting the default for the initial branch name via the configDon Goodman-Wilson1-1/+1
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin2-7/+29
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin1-1/+1
2020-06-23fast-export: add a "data" callback parameter to anonymize_str()Jeff King1-13/+14
2020-06-23fast-export: move global "idents" anonymize hashmap into functionJeff King1-1/+1
2020-06-23fast-export: use a flex array to store anonymized entriesJeff King1-3/+2
2020-06-23fast-export: stop storing lengths in anonymized hashmapsJeff King1-10/+18
2020-06-23fast-export: tighten anonymize_mem() interface to handle only stringsJeff King1-27/+26
2020-06-23fast-export: store anonymized oids as hex stringsJeff King1-12/+16
2020-06-23fast-export: use xmemdupz() for anonymizing oidsJeff King1-1/+1
2020-06-23builtin/diff: fix botched update of usage commentDenton Liu1-4/+1
2020-06-23commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón1-1/+2
2020-06-22Merge branch 'es/worktree-duplicate-paths'Junio C Hamano1-35/+93
2020-06-22diff-files: treat "i-t-a" files as "not-in-index"Srinidhi Kaushik1-0/+7
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine5-10/+10
2020-06-22worktree: drop get_worktrees() special-purpose sorting optionEric Sunshine1-1/+21
2020-06-19builtin/index-pack: add option to specify hash algorithmbrian m. carlson1-0/+8
2020-06-19pull: plug minor memory leak after using is_descendant_of()René Scharfe1-0/+1
2020-06-18builtin/diff: update usage commentDenton Liu1-3/+15
2020-06-17Merge branch 'en/sparse-checkout'Junio C Hamano1-0/+4
2020-06-17Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Junio C Hamano2-7/+15
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar2-2/+2
2020-06-17branch: don't mix --edit-descriptionDenton Liu1-1/+1
2020-06-12clean: optimize and document cases where we recurse into subdirectoriesElijah Newren1-2/+31
2020-06-12clean: consolidate handling of ignored parametersElijah Newren1-9/+7