Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jt/partial-clone-missing-ref-delta-base' | Junio C Hamano | 2019-06-21 | 1 | -2/+24 |
|\ | |||||
| * | index-pack: prefetch missing REF_DELTA bases | Jonathan Tan | 2019-05-15 | 1 | -2/+24 |
* | | Merge branch 'xl/record-partial-clone-origin' | Junio C Hamano | 2019-06-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | clone: respect user supplied origin name when setting up partial clone | Xin Li | 2019-05-29 | 1 | -1/+1 |
* | | | Merge branch 'js/fsmonitor-unflake' | Junio C Hamano | 2019-06-17 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fill_stat_cache_info(): prepare for an fsmonitor fix | Johannes Schindelin | 2019-05-28 | 1 | -1/+1 |
* | | | | Merge branch 'ba/clone-remote-submodules' | Junio C Hamano | 2019-06-17 | 1 | -0/+8 |
|\ \ \ \ | |||||
| * | | | | clone: add `--remote-submodules` flag | Ben Avison | 2019-05-28 | 1 | -0/+8 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'vv/merge-squash-with-explicit-commit' | Junio C Hamano | 2019-06-17 | 1 | -1/+11 |
|\ \ \ \ | |||||
| * | | | | merge: refuse --commit with --squash | Vishal Verma | 2019-05-28 | 1 | -1/+11 |
* | | | | | Merge branch 'js/bisect-helper-check-get-oid-return-value' | Junio C Hamano | 2019-06-17 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | bisect--helper: verify HEAD could be parsed before continuing | Johannes Schindelin | 2019-05-28 | 1 | -1/+4 |
| |/ / / / | |||||
* | | | | | Merge branch 'jk/am-i-resolved-fix' | Junio C Hamano | 2019-06-17 | 1 | -11/+12 |
|\ \ \ \ \ | |||||
| * | | | | | am: fix --interactive HEAD tree resolution | Jeff King | 2019-05-28 | 1 | -3/+4 |
| * | | | | | am: drop tty requirement for --interactive | Jeff King | 2019-05-28 | 1 | -3/+3 |
| * | | | | | am: read interactive input from stdin | Jeff King | 2019-05-28 | 1 | -2/+4 |
| * | | | | | am: simplify prompt response handling | Jeff King | 2019-05-28 | 1 | -3/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'dl/format-patch-notes-config' | Junio C Hamano | 2019-06-13 | 1 | -1/+19 |
|\ \ \ \ \ | |||||
| * | | | | | format-patch: teach format.notes config option | Denton Liu | 2019-05-17 | 1 | -1/+19 |
* | | | | | | Merge branch 'nd/merge-quit' | Junio C Hamano | 2019-06-13 | 1 | -12/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | merge: add --quit | Nguyễn Thái Ngọc Duy | 2019-05-19 | 1 | -0/+13 |
| * | | | | | | merge: remove drop_save() in favor of remove_merge_branch_state() | Nguyễn Thái Ngọc Duy | 2019-05-13 | 1 | -12/+5 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'js/rebase-cleanup' | Junio C Hamano | 2019-06-13 | 1 | -6/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rebase: fold git-rebase--common into the -p backend | Johannes Schindelin | 2019-05-15 | 1 | -2/+1 |
| * | | | | | | Drop unused git-rebase--am.sh | Johannes Schindelin | 2019-05-15 | 1 | -4/+0 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'nd/worktree-name-sanitization' | Junio C Hamano | 2019-06-13 | 1 | -1/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | worktree add: sanitize worktree names | Nguyễn Thái Ngọc Duy | 2019-05-15 | 1 | -1/+9 |
* | | | | | | | Merge branch 'en/fast-export-encoding' | Junio C Hamano | 2019-06-13 | 1 | -6/+49 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fast-export: do automatic reencoding of commit messages only if requested | Elijah Newren | 2019-05-14 | 1 | -3/+43 |
| * | | | | | | | fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8 | Elijah Newren | 2019-05-14 | 1 | -1/+1 |
| * | | | | | | | fast-export: avoid stripping encoding header if we cannot reencode | Elijah Newren | 2019-05-14 | 1 | -2/+5 |
* | | | | | | | | Merge branch 'jk/unused-params-final-batch' | Junio C Hamano | 2019-06-13 | 18 | -58/+44 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | verify-commit: simplify parameters to run_gpg_verify() | Jeff King | 2019-05-13 | 1 | -15/+8 |
| * | | | | | | | | show-branch: drop unused parameter from show_independent() | Jeff King | 2019-05-13 | 1 | -2/+1 |
| * | | | | | | | | rev-list: drop unused void pointer from finish_commit() | Jeff King | 2019-05-13 | 1 | -5/+5 |
| * | | | | | | | | remove_all_fetch_refspecs(): drop unused "remote" parameter | Jeff King | 2019-05-13 | 1 | -2/+2 |
| * | | | | | | | | receive-pack: drop unused "commands" from prepare_shallow_update() | Jeff King | 2019-05-13 | 1 | -3/+2 |
| * | | | | | | | | pack-objects: drop unused rev_info parameters | Jeff King | 2019-05-13 | 1 | -4/+4 |
| * | | | | | | | | name-rev: drop unused parameters from is_better_name() | Jeff King | 2019-05-13 | 1 | -4/+1 |
| * | | | | | | | | mktree: drop unused length parameter | Jeff King | 2019-05-13 | 1 | -2/+2 |
| * | | | | | | | | clone: drop dest parameter from copy_alternates() | Jeff King | 2019-05-13 | 1 | -3/+2 |
| * | | | | | | | | submodule: drop unused prefix parameter from some functions | Jeff King | 2019-05-13 | 2 | -5/+4 |
| * | | | | | | | | builtin: consistently pass cmd_* prefix to parse_options | Jeff King | 2019-05-13 | 5 | -5/+5 |
| * | | | | | | | | cmd_{read,write}_tree: rename "unused" variable that is used | Jeff King | 2019-05-13 | 2 | -8/+8 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'sb/format-patch-base-patch-id-fix' | Junio C Hamano | 2019-06-13 | 2 | -17/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | format-patch: make --base patch-id output stable | Stephen Boyd | 2019-05-08 | 2 | -17/+2 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'nd/init-relative-template-fix' | Junio C Hamano | 2019-06-13 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | init: make --template path relative to $CWD | Nguyễn Thái Ngọc Duy | 2019-05-13 | 1 | -0/+3 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'js/rebase-config-bitfix' | Junio C Hamano | 2019-05-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | rebase: replace incorrect logical negation by correct bitwise one | Johannes Schindelin | 2019-05-28 | 1 | -1/+1 |