Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | fast-export: fix exporting a tag and nothing else | Elijah Newren | 2019-09-28 | 1 | -1/+6 | |
* | | | | | | | | | Merge branch 'js/azure-pipelines-msvc' | Junio C Hamano | 2019-10-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | push: do not pretend to return `int` from `die_push_simple()` | Johannes Schindelin | 2019-10-04 | 1 | -2/+2 | |
* | | | | | | | | | | Merge branch 'gs/commit-graph-trace-with-cmd' | Junio C Hamano | 2019-10-15 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | commit-graph: emit trace2 cmd_mode for each sub-command | Garima Singh | 2019-10-02 | 1 | -0/+6 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'js/fetch-jobs' | Junio C Hamano | 2019-10-15 | 1 | -17/+107 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fetch: let --jobs=<n> parallelize --multiple, too | Johannes Schindelin | 2019-10-06 | 1 | -17/+107 | |
* | | | | | | | | | | | Merge branch 'en/merge-recursive-cleanup' | Junio C Hamano | 2019-10-15 | 4 | -5/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | cache-tree: share code between functions writing an index as a tree | Elijah Newren | 2019-08-19 | 1 | -1/+1 | |
| * | | | | | | | | | | merge-recursive: remove useless parameter in merge_trees() | Elijah Newren | 2019-08-19 | 1 | -3/+1 | |
| * | | | | | | | | | | Ensure index matches head before invoking merge machinery, round N | Elijah Newren | 2019-08-19 | 2 | -0/+6 | |
| * | | | | | | | | | | merge-recursive: introduce an enum for detect_directory_renames values | Derrick Stolee | 2019-08-19 | 1 | -1/+1 | |
| * | | | | | | | | | | checkout: provide better conflict hunk description with detached HEAD | Elijah Newren | 2019-08-16 | 1 | -0/+8 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'js/stash-apply-in-secondary-worktree' | Junio C Hamano | 2019-10-11 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | stash apply: report status correctly even in a worktree's subdirectory | Johannes Schindelin | 2019-10-06 | 1 | -0/+4 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'rs/dedup-includes' | Junio C Hamano | 2019-10-11 | 6 | -6/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | treewide: remove duplicate #include directives | René Scharfe | 2019-10-04 | 6 | -6/+0 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'bc/object-id-part17' | Junio C Hamano | 2019-10-11 | 12 | -53/+56 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | builtin/show-index: replace sha1_to_hex | brian m. carlson | 2019-08-19 | 1 | -1/+1 | |
| * | | | | | | | | | | builtin/receive-pack: replace sha1_to_hex | brian m. carlson | 2019-08-19 | 1 | -4/+4 | |
| * | | | | | | | | | | builtin/index-pack: replace sha1_to_hex | brian m. carlson | 2019-08-19 | 1 | -2/+2 | |
| * | | | | | | | | | | wt-status: convert struct wt_status to object_id | brian m. carlson | 2019-08-19 | 1 | -2/+2 | |
| * | | | | | | | | | | cache: remove null_sha1 | brian m. carlson | 2019-08-19 | 2 | -2/+2 | |
| * | | | | | | | | | | builtin/worktree: switch null_sha1 to null_oid | brian m. carlson | 2019-08-19 | 1 | -1/+1 | |
| * | | | | | | | | | | builtin/repack: write object IDs of the proper length | brian m. carlson | 2019-08-19 | 1 | -1/+1 | |
| * | | | | | | | | | | show-index: switch hard-coded constants to the_hash_algo | brian m. carlson | 2019-08-19 | 1 | -5/+6 | |
| * | | | | | | | | | | builtin/rev-parse: switch to use the_hash_algo | brian m. carlson | 2019-08-19 | 1 | -2/+3 | |
| * | | | | | | | | | | builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algo | brian m. carlson | 2019-08-19 | 1 | -3/+4 | |
| * | | | | | | | | | | builtin/receive-pack: switch to use the_hash_algo | brian m. carlson | 2019-08-19 | 1 | -23/+21 | |
| * | | | | | | | | | | patch-id: convert to use the_hash_algo | brian m. carlson | 2019-08-19 | 1 | -5/+6 | |
| * | | | | | | | | | | builtin/replace: make hash size independent | brian m. carlson | 2019-08-19 | 1 | -3/+4 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'en/clean-nested-with-ignored' | Junio C Hamano | 2019-10-11 | 1 | -2/+13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | clean: fix theoretical path corruption | Elijah Newren | 2019-09-17 | 1 | -1/+1 | |
| * | | | | | | | | | | clean: rewrap overly long line | Elijah Newren | 2019-09-17 | 1 | -1/+2 | |
| * | | | | | | | | | | clean: avoid removing untracked files in a nested git repository | Elijah Newren | 2019-09-17 | 1 | -0/+2 | |
| * | | | | | | | | | | clean: disambiguate the definition of -d | Elijah Newren | 2019-09-17 | 1 | -0/+8 | |
| * | | | | | | | | | | Merge branch 'jk/no-system-includes-in-dot-c' into maint | Junio C Hamano | 2019-08-09 | 2 | -2/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'sg/name-rev-cutoff-underflow-fix' | Junio C Hamano | 2019-10-09 | 1 | -3/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | name-rev: avoid cutoff timestamp underflow | SZEDER Gábor | 2019-09-28 | 1 | -3/+12 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'bw/submodule-helper-usage-fix' | Junio C Hamano | 2019-10-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | builtin/submodule--helper: fix usage string for 'update-clone' | Bert Wesarg | 2019-09-29 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'gs/commit-graph-progress' | Junio C Hamano | 2019-10-07 | 1 | -5/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | commit-graph: add --[no-]progress to write and verify | Garima Singh | 2019-09-18 | 1 | -5/+14 | |
* | | | | | | | | | | | | Merge branch 'ms/fetch-follow-tag-optim' | Junio C Hamano | 2019-10-07 | 1 | -8/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | fetch: use oidset to keep the want OIDs for faster lookup | Masaya Suzuki | 2019-09-16 | 1 | -8/+10 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'jk/commit-graph-cleanup' | Junio C Hamano | 2019-10-07 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | commit-graph: turn off save_commit_buffer | Jeff King | 2019-09-09 | 1 | -0/+2 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'jk/partial-clone-sparse-blob' | Junio C Hamano | 2019-10-07 | 1 | -6/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | list-objects-filter: delay parsing of sparse oid | Jeff King | 2019-09-16 | 1 | -4/+0 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'tg/stash-refresh-index' | Junio C Hamano | 2019-10-07 | 3 | -28/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |