| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-04 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -4/+5 |
| 2025-08-01 | Merge branch 'ly/pull-autostash' | Junio C Hamano | 1 | -3/+17 |
| 2025-07-23 | config: move Git config parsing into "environment.c" | Patrick Steinhardt | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config_get_value()` wrapper | Patrick Steinhardt | 1 | -3/+3 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-21 | pull: add pull.autoStash config option | Lidong Yan | 1 | -3/+17 |
| 2025-07-07 | Merge branch 'jk/submodule-remote-lookup-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2025-06-23 | remote: remove branch->merge_name and fix branch_release() | Jacob Keller | 1 | -1/+1 |
| 2025-06-13 | merge/pull: add the "--compact-summary" option | Junio C Hamano | 1 | -0/+3 |
| 2025-03-21 | refspec: replace `refspec_item_init()` with fetch/push variants | Taylor Blau | 1 | -1/+1 |
| 2025-03-21 | refspec: remove refspec_item_init_or_die() | Taylor Blau | 1 | -1/+2 |
| 2025-03-21 | refspec: treat 'fetch' as a Boolean value | Taylor Blau | 1 | -1/+1 |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -3/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-11-04 | doc: correct misleading descriptions for --shallow-exclude | Elijah Newren | 1 | -2/+2 |
| 2024-10-02 | Merge branch 'ps/leakfixes-part-7' | Junio C Hamano | 1 | -4/+7 |
| 2024-09-27 | builtin/pull: fix leaking "ff" option | Patrick Steinhardt | 1 | -4/+7 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -3/+3 |
| 2024-06-14 | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 1 | -3/+3 |
| 2024-06-07 | global: improve const correctness when assigning string constants | Patrick Steinhardt | 1 | -26/+26 |
| 2024-05-16 | Merge branch 'ps/refs-without-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -1/+1 |
| 2024-04-18 | builtin: stop using `the_index` | Patrick Steinhardt | 1 | -2/+2 |
| 2024-02-29 | commit-reach(get_octopus_merge_bases): pass on "missing commits" errors | Johannes Schindelin | 1 | -2/+3 |
| 2024-02-28 | commit-reach(repo_in_merge_bases_many): report missing commits | Johannes Schindelin | 1 | -0/+4 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -5/+0 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -2/+3 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -2/+3 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -2/+1 |
| 2023-06-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | merge.h: move declarations for merge.c from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-05-09 | Merge branch 'ob/messages-capitalize-exception' | Junio C Hamano | 1 | -1/+1 |
| 2023-04-28 | messages: capitalization and punctuation exceptions | Oswald Buddenhagen | 1 | -1/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on advice.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -2/+2 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-17 | Merge branch 'jc/gpg-lazy-init' | Junio C Hamano | 1 | -6/+0 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-09 | gpg-interface: lazily initialize and read the configuration | Junio C Hamano | 1 | -6/+0 |
| 2022-11-21 | {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-11-21 | cocci & cache.h: remove rarely used "the_index" compat macros | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-10-30 | use child_process members "args" and "env" directly | René Scharfe | 1 | -76/+71 |
| 2022-07-01 | pull: fix a "struct oid_array" memory leak | Ævar Arnfjörð Bjarmason | 1 | -6/+10 |
| 2022-05-20 | Merge branch 'gc/pull-recurse-submodules' | Junio C Hamano | 1 | -3/+7 |
| 2022-05-11 | pull: do not let submodule.recurse override fetch.recurseSubmodules | Glen Choo | 1 | -3/+7 |
| 2022-02-25 | Merge branch 'ja/i18n-common-messages' | Junio C Hamano | 1 | -3/+3 |
| 2022-02-18 | Merge branch 'js/short-help-outside-repo-fix' | Junio C Hamano | 1 | -2/+4 |
| 2022-02-08 | checkout/fetch/pull/pack-objects: allow `-h` outside a repository | Johannes Schindelin | 1 | -2/+4 |
| 2022-02-05 | Merge branch 'pb/pull-rebase-autostash-fix' | Junio C Hamano | 1 | -4/+3 |
| 2022-02-04 | i18n: factorize "invalid value" messages | Jean-Noël Avila | 1 | -3/+3 |
| 2022-01-14 | pull --rebase: honor rebase.autostash when fast-forwarding | Philippe Blain | 1 | -4/+3 |
| 2021-12-22 | fetch/pull: use the sparse index | Derrick Stolee | 1 | -0/+2 |
| 2021-12-10 | Merge branch 'ah/advice-pull-has-no-preference-between-rebase-and-merge' | Junio C Hamano | 1 | -1/+1 |
| 2021-11-23 | Merge branch 'ev/pull-already-up-to-date-is-noop' into maint | Junio C Hamano | 1 | -2/+4 |
| 2021-11-21 | Merge branch 'ev/pull-already-up-to-date-is-noop' | Junio C Hamano | 1 | -2/+4 |
| 2021-11-19 | pull: don't say that merge is "the default strategy" | Alex Henrie | 1 | -1/+1 |
| 2021-11-18 | pull: should be noop when already-up-to-date | Erwin Villejo | 1 | -2/+4 |
| 2021-11-10 | Merge branch 'jc/fix-pull-ff-only-when-already-up-to-date' | Junio C Hamano | 1 | -1/+28 |
| 2021-11-04 | Merge branch 'ar/fix-git-pull-no-verify' | Junio C Hamano | 1 | -0/+6 |
| 2021-10-29 | pull: --ff-only should make it a noop when already-up-to-date | Junio C Hamano | 1 | -1/+28 |
| 2021-10-28 | pull: honor --no-verify and do not call the commit-msg hook | Alex Riesen | 1 | -0/+6 |
| 2021-10-18 | Merge branch 'js/retire-preserve-merges' | Junio C Hamano | 1 | -6/+3 |
| 2021-09-20 | Merge branch 'js/run-command-close-packs' | Junio C Hamano | 1 | -1/+2 |
| 2021-09-09 | Close object store closer to spawning child processes | Johannes Schindelin | 1 | -2/+1 |
| 2021-09-08 | pull: release packs before fetching | Johannes Schindelin | 1 | -0/+2 |
| 2021-09-07 | pull: remove support for `--rebase=preserve` | Johannes Schindelin | 1 | -6/+3 |
| 2021-07-22 | pull: fix handling of multiple heads | Elijah Newren | 1 | -4/+14 |
| 2021-07-22 | pull: update docs & code for option compatibility with rebasing | Elijah Newren | 1 | -0/+2 |
| 2021-07-22 | pull: abort by default when fast-forwarding is not possible | Elijah Newren | 1 | -4/+6 |
| 2021-07-22 | pull: make --rebase and --no-rebase override pull.ff=only | Elijah Newren | 1 | -1/+15 |
| 2021-07-22 | pull: since --ff-only overrides, handle it first | Elijah Newren | 1 | -8/+8 |
| 2021-07-20 | pull: abort if --ff-only is given and fast-forwarding is impossible | Alex Henrie | 1 | -3/+8 |
| 2021-06-19 | pull: trivial whitespace style fix | Felipe Contreras | 1 | -3/+3 |
| 2021-06-19 | pull: trivial cleanup | Felipe Contreras | 1 | -4/+2 |
| 2021-06-19 | pull: cleanup autostash check | Felipe Contreras | 1 | -9/+7 |
| 2020-12-15 | pull: display default warning only when non-ff | Felipe Contreras | 1 | -2/+5 |
| 2020-12-15 | pull: correct condition to trigger non-ff advice | Junio C Hamano | 1 | -13/+19 |
| 2020-12-15 | pull: get rid of unnecessary global variable | Junio C Hamano | 1 | -6/+5 |
| 2020-12-14 | pull: give the advice for choosing rebase/merge much later | Felipe Contreras | 1 | -14/+18 |
| 2020-12-14 | pull: refactor fast-forward check | Felipe Contreras | 1 | -11/+15 |
| 2020-12-03 | Merge branch 'pb/pull-rebase-recurse-submodules' | Junio C Hamano | 1 | -12/+36 |
| 2020-11-30 | Merge branch 'js/pull-rebase-use-advise' | Junio C Hamano | 1 | -12/+12 |
| 2020-11-19 | pull: colorize the hint about setting `pull.rebase` | Johannes Schindelin | 1 | -12/+12 |
| 2020-11-16 | pull: check for local submodule modifications with the right range | Philippe Blain | 1 | -1/+1 |
| 2020-11-16 | pull --rebase: compute rebase arguments in separate function | Philippe Blain | 1 | -11/+35 |
| 2020-10-20 | Documentation: stylistically normalize references to Signed-off-by: | Bradley M. Kuhn | 1 | -1/+1 |
| 2020-09-29 | Merge branch 'ah/pull' | Junio C Hamano | 1 | -2/+1 |
| 2020-09-24 | pull: don't warn if pull.ff has been set | Alex Henrie | 1 | -2/+1 |
| 2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -8/+8 |
| 2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -3/+3 |
| 2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -74/+74 |
| 2020-07-06 | Merge branch 'cb/is-descendant-of' | Junio C Hamano | 1 | -1/+2 |
| 2020-06-29 | Merge branch 'rs/pull-leakfix' | Junio C Hamano | 1 | -0/+1 |
| 2020-06-23 | commit-reach: avoid is_descendant_of() shim | Carlo Marcelo Arenas Belón | 1 | -1/+2 |
| 2020-06-19 | pull: plug minor memory leak after using is_descendant_of() | René Scharfe | 1 | -0/+1 |
| 2020-05-05 | Merge branch 'dl/opt-callback-cleanup' | Junio C Hamano | 1 | -4/+4 |
| 2020-04-29 | Merge branch 'dl/merge-autostash' | Junio C Hamano | 1 | -4/+5 |
| 2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -4/+4 |
| 2020-04-22 | Merge branch 'jk/oid-array-cleanups' | Junio C Hamano | 1 | -1/+1 |
| 2020-04-22 | Merge branch 'en/pull-do-not-rebase-after-fast-forwarding' | Junio C Hamano | 1 | -1/+4 |
| 2020-04-22 | Merge branch 'rs/pull-options-sync-code-and-doc' | Junio C Hamano | 1 | -0/+18 |
| 2020-04-10 | pull: pass --autostash to merge | Denton Liu | 1 | -4/+5 |
| 2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
| 2020-03-28 | pull: pass documented fetch options on | René Scharfe | 1 | -0/+18 |
| 2020-03-27 | pull: avoid running both merge and rebase | Elijah Newren | 1 | -1/+4 |
| 2020-03-10 | pull: warn if the user didn't say whether to rebase or to merge | Alex Henrie | 1 | -0/+16 |
| 2020-02-25 | Merge branch 'bw/remote-rename-update-config' | Junio C Hamano | 1 | -25/+4 |
| 2020-02-10 | pull --rebase/remote rename: document and honor single-letter abbreviations r... | Bert Wesarg | 1 | -25/+4 |
| 2020-01-15 | gpg-interface: add minTrustLevel as a configuration option | Hans Jerry Illikainen | 1 | -1/+12 |
| 2019-08-19 | pull, fetch: add --set-upstream option | Corentin BOMPARD | 1 | -0/+6 |
| 2019-06-21 | pull: add --[no-]show-forced-updates passthrough | Derrick Stolee | 1 | -0/+7 |
| 2019-05-09 | Merge branch 'dl/merge-cleanup-scissors-fix' | Junio C Hamano | 1 | -0/+12 |
| 2019-04-18 | merge: cleanup messages like commit | Denton Liu | 1 | -0/+12 |
| 2019-04-01 | builtin/pull: make hash-size independent | brian m. carlson | 1 | -5/+6 |
| 2019-02-20 | completion: add more parameter value completion | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
| 2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+2 |
| 2018-11-18 | Merge branch 'jk/verify-sig-merge-into-void' | Junio C Hamano | 1 | -0/+11 |
| 2018-11-12 | wt-status.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-11-07 | pull: handle --verify-signatures for unborn branch | Jeff King | 1 | -0/+11 |
| 2018-10-22 | submodule.c: remove some of the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -3/+6 |
| 2018-09-21 | submodule.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-09-21 | merge.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+5 |
| 2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -2/+2 |
| 2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+1 |
| 2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -1/+1 |
| 2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
| 2018-08-27 | Merge branch 'rs/opt-updates' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-21 | parseopt: group literal string alternatives in argument help | René Scharfe | 1 | -1/+1 |
| 2018-08-17 | Merge branch 'js/pull-rebase-type-shorthand' | Junio C Hamano | 1 | -3/+3 |
| 2018-08-06 | pull --rebase=<type>: allow single-letter abbreviations for the type | Johannes Schindelin | 1 | -3/+3 |
| 2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -0/+1 |
| 2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -5/+10 |
| 2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -2/+2 |
| 2018-06-28 | Merge branch 'ab/refspec-init-fix' | Junio C Hamano | 1 | -1/+1 |
| 2018-06-18 | Merge branch 'rd/doc-remote-tracking-with-hyphen' | Junio C Hamano | 1 | -2/+2 |
| 2018-06-13 | Use hyphenated "remote-tracking branch" (docs and comments) | Robert P. J. Day | 1 | -2/+2 |
| 2018-06-11 | refspec: s/refspec_item_init/&_or_die/g | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2018-05-30 | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 1 | -4/+5 |
| 2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -1/+1 |
| 2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -2/+2 |
| 2018-05-18 | pull: convert get_tracking_branch to use refspec_item_init | Brandon Williams | 1 | -4/+4 |
| 2018-05-18 | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 1 | -1/+1 |
| 2018-05-18 | refspec: move refspec parsing logic into its own file | Brandon Williams | 1 | -0/+1 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
| 2018-04-26 | pull: accept --rebase=merges to recreate the branch topology | Johannes Schindelin | 1 | -4/+10 |
| 2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
| 2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -1/+1 |
| 2018-02-15 | Merge branch 'sb/pull-rebase-submodule' | Junio C Hamano | 1 | -0/+2 |
| 2018-02-09 | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-01-25 | builtin/pull: respect verbosity settings in submodules | Stefan Beller | 1 | -0/+2 |
| 2017-12-13 | Merge branch 'bc/hash-algo' | Junio C Hamano | 1 | -1/+1 |
| 2017-11-27 | Merge branch 'sw/pull-ipv46-passthru' | Junio C Hamano | 1 | -0/+12 |
| 2017-11-21 | pull: pass -4/-6 option to 'git fetch' | Shuyu Wei | 1 | -0/+12 |
| 2017-11-15 | Merge branch 'ma/reduce-heads-leakfix' | Junio C Hamano | 1 | -1/+4 |
| 2017-11-13 | Switch empty tree and blob lookups to use hash abstraction | brian m. carlson | 1 | -1/+1 |
| 2017-11-08 | reduce_heads: fix memory leaks | Martin Ågren | 1 | -1/+4 |
| 2017-11-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
| 2017-10-16 | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-10-13 | pull: pass --signoff/--no-signoff to "git merge" | W. Trevor King | 1 | -0/+6 |
| 2017-09-07 | pull: honor submodule.recurse config option | Nicolas Morey-Chaisemartin | 1 | -0/+4 |
| 2017-09-07 | pull: fix cli and config option parsing order | Nicolas Morey-Chaisemartin | 1 | -2/+2 |
| 2017-08-22 | Merge branch 'ma/parse-maybe-bool' | Junio C Hamano | 1 | -2/+2 |
| 2017-08-07 | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool | Martin Ågren | 1 | -2/+2 |
| 2017-07-13 | Merge branch 'sb/pull-rebase-submodule' | Junio C Hamano | 1 | -10/+63 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-23 | pull: optionally rebase submodules (remote submodule changes only) | Stefan Beller | 1 | -10/+63 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -2/+1 |
| 2017-06-05 | Merge branch 'tb/pull-ff-rebase-autostash' | Junio C Hamano | 1 | -11/+14 |
| 2017-06-01 | pull: ff --rebase --autostash works in dirty repo | Tyler Brazier | 1 | -11/+14 |
| 2017-05-26 | use xfopen() in more places | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
| 2017-05-08 | merge: convert checkout_fast_forward to struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -5/+5 |
| 2017-04-26 | Merge branch 'jk/war-on-git-path' | Junio C Hamano | 1 | -2/+2 |
| 2017-04-20 | use git_path_* helper functions | Jeff King | 1 | -2/+2 |
| 2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -3/+3 |
| 2017-03-31 | Make sha1_array_append take a struct object_id * | brian m. carlson | 1 | -1/+1 |
| 2017-03-28 | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 1 | -11/+11 |
| 2017-03-28 | builtin/pull: convert to struct object_id | brian m. carlson | 1 | -36/+36 |
| 2017-03-26 | builtin/pull: convert portions to struct object_id | brian m. carlson | 1 | -3/+3 |
| 2016-12-19 | Merge branch 'jc/pull-rebase-ff' | Junio C Hamano | 1 | -4/+18 |
| 2016-11-29 | pull: fast-forward "pull --rebase=true" | Junio C Hamano | 1 | -4/+18 |
| 2016-10-07 | wt-status: teach has_{unstaged,uncommitted}_changes() about submodules | Johannes Schindelin | 1 | -1/+1 |
| 2016-10-07 | wt-status: make the require_clean_work_tree() function reusable | Johannes Schindelin | 1 | -76/+1 |
| 2016-10-07 | pull: make code more similar to the shell script again | Johannes Schindelin | 1 | -10/+20 |
| 2016-10-07 | pull: drop confusing prefix parameter of die_on_unclean_work_tree() | Johannes Schindelin | 1 | -8/+8 |
| 2016-07-13 | Merge branch 'va/i18n-even-more' | Junio C Hamano | 1 | -1/+1 |
| 2016-06-17 | i18n: advice: internationalize message for conflicts | Vasco Almeida | 1 | -1/+1 |
| 2016-05-20 | pull: warn on --verify-signatures with --rebase | Alexander Hirsch | 1 | -0/+3 |
| 2016-05-17 | Merge branch 'va/i18n-misc-updates' | Junio C Hamano | 1 | -7/+7 |
| 2016-04-29 | Merge branch 'jc/merge-refuse-new-root' | Junio C Hamano | 1 | -0/+6 |
| 2016-04-21 | pull: pass --allow-unrelated-histories to "git merge" | Junio C Hamano | 1 | -0/+6 |
| 2016-04-19 | i18n: builtin/pull.c: split strings marked for translation | Vasco Almeida | 1 | -4/+4 |