summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/commit-graph-no-check-oids' into masterJunio C Hamano2020-07-161-3/+1
|\
| * commit-graph: fix "Collecting commits from input" progress lineSZEDER Gábor2020-07-151-3/+1
* | Merge branch 'ct/diff-with-merge-base-clarification' into masterJunio C Hamano2020-07-091-1/+1
|\ \
| * | diff: check for merge bases before assigning sym->baseJeff King2020-07-081-1/+1
* | | Merge branch 'cc/cat-file-usage-update' into masterJunio C Hamano2020-07-091-1/+1
|\ \ \
| * | | cat-file: add missing [=<format>] to usage/synopsisChristian Couder2020-07-021-1/+1
* | | | Merge branch 'jk/fast-export-anonym-alt'Junio C Hamano2020-07-071-55/+107
|\ \ \ \
| * | | | fast-export: use local array to store anonymized oidJeff King2020-06-251-4/+4
| * | | | fast-export: anonymize "master" refnameJeff King2020-06-251-7/+0
| * | | | fast-export: allow seeding the anonymized mappingJeff King2020-06-251-1/+49
| * | | | fast-export: add a "data" callback parameter to anonymize_str()Jeff King2020-06-241-13/+14
| * | | | fast-export: move global "idents" anonymize hashmap into functionJeff King2020-06-241-1/+1
| * | | | fast-export: use a flex array to store anonymized entriesJeff King2020-06-241-3/+2
| * | | | fast-export: stop storing lengths in anonymized hashmapsJeff King2020-06-241-10/+18
| * | | | fast-export: tighten anonymize_mem() interface to handle only stringsJeff King2020-06-241-27/+26
| * | | | fast-export: store anonymized oids as hex stringsJeff King2020-06-241-12/+16
| * | | | fast-export: use xmemdupz() for anonymizing oidsJeff King2020-06-241-1/+1
* | | | | Merge branch 'js/default-branch-name'Junio C Hamano2020-07-073-11/+37
|\ \ \ \ \
| * | | | | clone: use configured default branch name when appropriateJohannes Schindelin2020-06-241-3/+7
| * | | | | init: allow setting the default for the initial branch name via the configDon Goodman-Wilson2020-06-241-1/+1
| * | | | | init: allow specifying the initial branch name for the new repositoryJohannes Schindelin2020-06-242-7/+29
| * | | | | submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin2020-06-241-1/+1
* | | | | | Merge branch 'cb/is-descendant-of'Junio C Hamano2020-07-071-1/+2
|\ \ \ \ \ \
| * | | | | | commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón2020-06-241-1/+2
| |/ / / / /
* | | | | | Merge branch 'es/get-worktrees-unsort'Junio C Hamano2020-07-075-10/+30
|\ \ \ \ \ \
| * | | | | | worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine2020-06-225-10/+10
| * | | | | | worktree: drop get_worktrees() special-purpose sorting optionEric Sunshine2020-06-221-1/+21
* | | | | | | Merge branch 'ak/commit-graph-to-slab'Junio C Hamano2020-07-072-2/+2
|\ \ \ \ \ \ \
| * | | | | | | object: drop parsed_object_pool->commit_countAbhishek Kumar2020-06-172-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-075-10/+56
|\ \ \ \ \ \ \
| * | | | | | | builtin/index-pack: add option to specify hash algorithmbrian m. carlson2020-06-191-0/+8
| * | | | | | | builtin/ls-remote: initialize repository based on fetchbrian m. carlson2020-05-271-0/+4
| * | | | | | | builtin/show-index: provide options to determine hash algobrian m. carlson2020-05-271-5/+24
| * | | | | | | packfile: compute and use the index CRC offsetbrian m. carlson2020-05-271-5/+1
| * | | | | | | builtin/clone: initialize hash algorithm properlybrian m. carlson2020-05-271-0/+9
| * | | | | | | builtin/receive-pack: detect when the server doesn't support our hashbrian m. carlson2020-05-271-0/+9
| * | | | | | | remote: advertise the object-format capability on the server sidebrian m. carlson2020-05-271-0/+1
* | | | | | | | Merge branch 'sk/diff-files-show-i-t-a-as-new'Junio C Hamano2020-06-291-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | diff-files: treat "i-t-a" files as "not-in-index"Srinidhi Kaushik2020-06-221-0/+7
* | | | | | | | | Merge branch 'rs/pull-leakfix'Junio C Hamano2020-06-291-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pull: plug minor memory leak after using is_descendant_of()René Scharfe2020-06-191-0/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'dl/diff-usage-comment-update'Junio C Hamano2020-06-291-3/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | builtin/diff: fix botched update of usage commentDenton Liu2020-06-241-4/+1
| * | | | | | | | | builtin/diff: update usage commentDenton Liu2020-06-191-3/+15
| |/ / / / / / / /
* | | | | | | | | Merge branch 'xl/upgrade-repo-format'Junio C Hamano2020-06-292-3/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sparse-checkout: upgrade repository to version 1 when enabling extensionXin Li2020-06-051-0/+2
| * | | | | | | | | fetch: allow adding a filter after initial cloneXin Li2020-06-051-3/+0
* | | | | | | | | | Merge branch 'jt/cdn-offload'Junio C Hamano2020-06-252-6/+87
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | upload-pack: send part of packfile response as uriJonathan Tan2020-06-111-0/+76
| * | | | | | | | | | fetch-pack: support more than one pack lockfileJonathan Tan2020-06-111-6/+11