Age | Commit message (Expand) | Author | Files | Lines |
2021-10-12 | Merge branch 'en/pull-conflicting-options' into maint | Junio C Hamano | 1 | -9/+12 |
2021-07-22 | pull: update docs & code for option compatibility with rebasing | Elijah Newren | 1 | -5/+4 |
2021-07-22 | pull: abort by default when fast-forwarding is not possible | Elijah Newren | 1 | -8/+12 |
2021-07-21 | doc: pull: fix rebase=false documentation | Felipe Contreras | 1 | -1/+1 |
2020-04-29 | Merge branch 'dl/merge-autostash' | Junio C Hamano | 1 | -9/+0 |
2020-04-28 | Merge branch 'dr/doc-recurse-submodules' | Junio C Hamano | 1 | -2/+3 |
2020-04-10 | pull: pass --autostash to merge | Denton Liu | 1 | -9/+0 |
2020-04-06 | doc: --recurse-submodules mostly applies to active submodules | Damien Robert | 1 | -2/+4 |
2020-04-06 | doc: be more precise on (fetch|push).recurseSubmodules | Damien Robert | 1 | -2/+1 |
2020-04-05 | pull doc: correct outdated description of an example | Philippe Blain | 1 | -3/+3 |
2019-08-05 | doc: typo: s/can not/cannot/ and s/is does/does/ | Mark Rushakoff | 1 | -1/+1 |
2019-05-28 | docs: say that `--rebase=preserve` is deprecated | Johannes Schindelin | 1 | -2/+3 |
2018-05-25 | Use proper syntax for replaceables in command docs | Robert P. J. Day | 1 | -1/+1 |
2018-04-26 | pull: accept --rebase=merges to recreate the branch topology | Johannes Schindelin | 1 | -1/+5 |
2017-07-13 | Merge branch 'sb/pull-rebase-submodule' | Junio C Hamano | 1 | -6/+6 |
2017-06-23 | pull: optionally rebase submodules (remote submodule changes only) | Stefan Beller | 1 | -6/+6 |
2017-06-18 | stash: update documentation to use 'stash entry' | Liam Beguin | 1 | -1/+1 |
2017-06-02 | docs: fix formatting and grammar | Adam Dinwoodie | 1 | -3/+3 |
2017-05-01 | doc: git-pull.txt use US spelling, fix minor typo | René Genz | 1 | -2/+3 |
2017-01-10 | Merge branch 'mm/push-social-engineering-attack-doc' | Junio C Hamano | 1 | -0/+2 |
2016-11-14 | doc: mention transfer data leaks in more places | Matt McCutchen | 1 | -0/+2 |
2016-03-21 | pull --rebase: add --[no-]autostash flag | Mehul Jain | 1 | -0/+9 |
2016-01-13 | pull: allow interactive rebase with --rebase=interactive | Johannes Schindelin | 1 | -1/+3 |
2015-06-02 | pull: handle git-fetch's options as well | Paul Tan | 1 | -3/+0 |
2015-03-28 | Merge branch 'ss/pull-rebase-preserve' | Junio C Hamano | 1 | -3/+2 |
2015-03-26 | docs: clarify "preserve" option wording for git-pull | Sebastian Schuberth | 1 | -3/+2 |
2015-03-13 | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-01-27 | Merge branch 'jc/maint-pull-docfix' | Junio C Hamano | 1 | -2/+2 |
2014-01-14 | Merge branch 'jc/maint-pull-docfix-for-409b8d82' into jc/maint-pull-docfix | Junio C Hamano | 1 | -2/+2 |
2014-01-14 | Documentation: exclude irrelevant options from "git pull" | Junio C Hamano | 1 | -2/+2 |
2013-10-31 | doc/pull: clarify the illustrations | Junio C Hamano | 1 | -1/+3 |
2013-09-04 | pull: allow pull to preserve merges when rebasing | Stephen Haberman | 1 | -6/+12 |
2013-07-08 | pull: change the description to "integrate" changes | John Keeping | 1 | -1/+1 |
2013-03-27 | Merge branch 'maint-1.8.1' into maint | Junio C Hamano | 1 | -1/+1 |
2013-03-27 | git-pull doc: fix grammo ("conflicts" is plural) | Mihai Capotă | 1 | -1/+1 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -4/+4 |
2012-08-17 | man: git pull -r is a short for --rebase | Miklos Vajna | 1 | -0/+1 |
2012-04-26 | docs: stop using asciidoc no-inline-literal | Jeff King | 1 | -1/+1 |
2011-12-09 | Merge branch 'ab/pull-rebase-config' | Junio C Hamano | 1 | -1/+1 |
2011-11-07 | pull: introduce a pull.rebase option to enable --rebase | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-07-06 | Documentation: use [verse] for SYNOPSIS sections | Martin von Zweigbergk | 1 | -0/+1 |
2011-04-04 | Merge branch 'jl/submodule-fetch-on-demand' | Junio C Hamano | 1 | -1/+10 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -12/+0 |
2011-03-09 | fetch/pull: Describe --recurse-submodule restrictions in the BUGS section | Jens Lehmann | 1 | -0/+9 |
2011-03-09 | fetch/pull: Add the 'on-demand' value to the --recurse-submodules option | Jens Lehmann | 1 | -1/+1 |
2011-02-07 | pull: Document the "--[no-]recurse-submodules" options | Jens Lehmann | 1 | -0/+9 |
2010-12-12 | Merge branch 'ja/maint-pull-rebase-doc' | Junio C Hamano | 1 | -2/+3 |
2010-12-03 | Merge branch 'maint' to sync with Git 1.7.3.3 | Junio C Hamano | 1 | -2/+2 |
2010-12-03 | Documentation: do not misinterpret pull refspec as bold text | Jonathan Nieder | 1 | -2/+2 |
2010-12-03 | git-pull.txt: Mention branch.autosetuprebase | Jari Aalto | 1 | -2/+3 |