summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2020-07-15Merge branch 'tb/commit-graph-no-check-oids' into masterJunio C Hamano
2020-07-15commit-graph: fix "Collecting commits from input" progress lineSZEDER Gábor
2020-07-09Merge branch 'ct/diff-with-merge-base-clarification' into masterJunio C Hamano
2020-07-09Merge branch 'cc/cat-file-usage-update' into masterJunio C Hamano
2020-07-08diff: check for merge bases before assigning sym->baseJeff King
2020-07-07Merge branch 'jk/fast-export-anonym-alt'Junio C Hamano
2020-07-07Merge branch 'js/default-branch-name'Junio C Hamano
2020-07-07Merge branch 'cb/is-descendant-of'Junio C Hamano
2020-07-07Merge branch 'es/get-worktrees-unsort'Junio C Hamano
2020-07-07Merge branch 'ak/commit-graph-to-slab'Junio C Hamano
2020-07-07Merge branch 'bc/sha-256-part-2'Junio C Hamano
2020-07-01cat-file: add missing [=<format>] to usage/synopsisChristian Couder
2020-06-29Merge branch 'sk/diff-files-show-i-t-a-as-new'Junio C Hamano
2020-06-29Merge branch 'rs/pull-leakfix'Junio C Hamano
2020-06-29Merge branch 'dl/diff-usage-comment-update'Junio C Hamano
2020-06-29Merge branch 'xl/upgrade-repo-format'Junio C Hamano
2020-06-25fast-export: use local array to store anonymized oidJeff King
2020-06-25fast-export: anonymize "master" refnameJeff King
2020-06-25fast-export: allow seeding the anonymized mappingJeff King
2020-06-25Merge branch 'jt/cdn-offload'Junio C Hamano
2020-06-25Merge branch 'ss/submodule-set-branch-in-c'Junio C Hamano
2020-06-25Merge branch 'dl/branch-cleanup'Junio C Hamano
2020-06-25Merge branch 'ct/diff-with-merge-base-clarification'Junio C Hamano
2020-06-25Merge branch 'en/clean-cleanups'Junio C Hamano
2020-06-24clone: use configured default branch name when appropriateJohannes Schindelin
2020-06-24init: allow setting the default for the initial branch name via the configDon Goodman-Wilson
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin
2020-06-24fast-export: add a "data" callback parameter to anonymize_str()Jeff King
2020-06-24fast-export: move global "idents" anonymize hashmap into functionJeff King
2020-06-24fast-export: use a flex array to store anonymized entriesJeff King
2020-06-24fast-export: stop storing lengths in anonymized hashmapsJeff King
2020-06-24fast-export: tighten anonymize_mem() interface to handle only stringsJeff King
2020-06-24fast-export: store anonymized oids as hex stringsJeff King
2020-06-24fast-export: use xmemdupz() for anonymizing oidsJeff King
2020-06-23builtin/diff: fix botched update of usage commentDenton Liu
2020-06-23commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón
2020-06-22Merge branch 'es/worktree-duplicate-paths'Junio C Hamano
2020-06-22diff-files: treat "i-t-a" files as "not-in-index"Srinidhi Kaushik
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
2020-06-22worktree: drop get_worktrees() special-purpose sorting optionEric Sunshine
2020-06-19builtin/index-pack: add option to specify hash algorithmbrian m. carlson
2020-06-19pull: plug minor memory leak after using is_descendant_of()René Scharfe
2020-06-18builtin/diff: update usage commentDenton Liu
2020-06-18Merge branch 'en/sparse-checkout'Junio C Hamano
2020-06-18Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Junio C Hamano
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar
2020-06-17branch: don't mix --edit-descriptionDenton Liu
2020-06-13clean: optimize and document cases where we recurse into subdirectoriesElijah Newren
2020-06-13clean: consolidate handling of ignored parametersElijah Newren