summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | fast-export: fix exporting a tag and nothing elseElijah Newren2019-09-281-1/+6
* | | | | | | | | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-151-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | push: do not pretend to return `int` from `die_push_simple()`Johannes Schindelin2019-10-041-2/+2
* | | | | | | | | | Merge branch 'gs/commit-graph-trace-with-cmd'Junio C Hamano2019-10-151-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | commit-graph: emit trace2 cmd_mode for each sub-commandGarima Singh2019-10-021-0/+6
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'js/fetch-jobs'Junio C Hamano2019-10-151-17/+107
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fetch: let --jobs=<n> parallelize --multiple, tooJohannes Schindelin2019-10-061-17/+107
* | | | | | | | | | | Merge branch 'en/merge-recursive-cleanup'Junio C Hamano2019-10-154-5/+17
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | cache-tree: share code between functions writing an index as a treeElijah Newren2019-08-191-1/+1
| * | | | | | | | | | merge-recursive: remove useless parameter in merge_trees()Elijah Newren2019-08-191-3/+1
| * | | | | | | | | | Ensure index matches head before invoking merge machinery, round NElijah Newren2019-08-192-0/+6
| * | | | | | | | | | merge-recursive: introduce an enum for detect_directory_renames valuesDerrick Stolee2019-08-191-1/+1
| * | | | | | | | | | checkout: provide better conflict hunk description with detached HEADElijah Newren2019-08-161-0/+8
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'js/stash-apply-in-secondary-worktree'Junio C Hamano2019-10-111-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | stash apply: report status correctly even in a worktree's subdirectoryJohannes Schindelin2019-10-061-0/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'rs/dedup-includes'Junio C Hamano2019-10-116-6/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | treewide: remove duplicate #include directivesRené Scharfe2019-10-046-6/+0
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'bc/object-id-part17'Junio C Hamano2019-10-1112-53/+56
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/show-index: replace sha1_to_hexbrian m. carlson2019-08-191-1/+1
| * | | | | | | | | | builtin/receive-pack: replace sha1_to_hexbrian m. carlson2019-08-191-4/+4
| * | | | | | | | | | builtin/index-pack: replace sha1_to_hexbrian m. carlson2019-08-191-2/+2
| * | | | | | | | | | wt-status: convert struct wt_status to object_idbrian m. carlson2019-08-191-2/+2
| * | | | | | | | | | cache: remove null_sha1brian m. carlson2019-08-192-2/+2
| * | | | | | | | | | builtin/worktree: switch null_sha1 to null_oidbrian m. carlson2019-08-191-1/+1
| * | | | | | | | | | builtin/repack: write object IDs of the proper lengthbrian m. carlson2019-08-191-1/+1
| * | | | | | | | | | show-index: switch hard-coded constants to the_hash_algobrian m. carlson2019-08-191-5/+6
| * | | | | | | | | | builtin/rev-parse: switch to use the_hash_algobrian m. carlson2019-08-191-2/+3
| * | | | | | | | | | builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algobrian m. carlson2019-08-191-3/+4
| * | | | | | | | | | builtin/receive-pack: switch to use the_hash_algobrian m. carlson2019-08-191-23/+21
| * | | | | | | | | | patch-id: convert to use the_hash_algobrian m. carlson2019-08-191-5/+6
| * | | | | | | | | | builtin/replace: make hash size independentbrian m. carlson2019-08-191-3/+4
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'en/clean-nested-with-ignored'Junio C Hamano2019-10-111-2/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clean: fix theoretical path corruptionElijah Newren2019-09-171-1/+1
| * | | | | | | | | | clean: rewrap overly long lineElijah Newren2019-09-171-1/+2
| * | | | | | | | | | clean: avoid removing untracked files in a nested git repositoryElijah Newren2019-09-171-0/+2
| * | | | | | | | | | clean: disambiguate the definition of -dElijah Newren2019-09-171-0/+8
| * | | | | | | | | | Merge branch 'jk/no-system-includes-in-dot-c' into maintJunio C Hamano2019-08-092-2/+0
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sg/name-rev-cutoff-underflow-fix'Junio C Hamano2019-10-091-3/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | name-rev: avoid cutoff timestamp underflowSZEDER Gábor2019-09-281-3/+12
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'bw/submodule-helper-usage-fix'Junio C Hamano2019-10-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin/submodule--helper: fix usage string for 'update-clone'Bert Wesarg2019-09-291-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'gs/commit-graph-progress'Junio C Hamano2019-10-071-5/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | commit-graph: add --[no-]progress to write and verifyGarima Singh2019-09-181-5/+14
* | | | | | | | | | | | Merge branch 'ms/fetch-follow-tag-optim'Junio C Hamano2019-10-071-8/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fetch: use oidset to keep the want OIDs for faster lookupMasaya Suzuki2019-09-161-8/+10
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jk/commit-graph-cleanup'Junio C Hamano2019-10-071-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | commit-graph: turn off save_commit_bufferJeff King2019-09-091-0/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano2019-10-071-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | list-objects-filter: delay parsing of sparse oidJeff King2019-09-161-4/+0
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'tg/stash-refresh-index'Junio C Hamano2019-10-073-28/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |