Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-11-24 | Merge branch 'mm/phrase-remote-tracking' | Junio C Hamano | 1 | -4/+4 |
2010-11-17 | Documentation/git-pull: clarify configuration | Martin von Zweigbergk | 1 | -6/+8 |
2010-11-03 | Change "tracking branch" to "remote-tracking branch" | Matthieu Moy | 1 | -3/+3 |
2010-11-03 | Replace "remote tracking" with "remote-tracking" | Matthieu Moy | 1 | -1/+1 |
2010-08-02 | Documentation: flesh out “git pull” description | Jonathan Nieder | 1 | -11/+54 |
2010-02-24 | fetch and pull: learn --progress | Tay Ray Chuan | 1 | -1/+3 |
2010-02-24 | Documentation/git-pull: put verbosity options before merge/fetch ones | Tay Ray Chuan | 1 | -0/+8 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -6/+6 |
2010-01-09 | Documentation: warn prominently against merging with dirty trees | Thomas Rast | 1 | -0/+4 |
2009-10-30 | Merge branch 'ja/fetch-doc' | Junio C Hamano | 1 | -0/+7 |
2009-10-22 | Documentation/git-pull.txt: Add subtitles above included option files | Jari Aalto | 1 | -0/+7 |
2009-10-21 | modernize fetch/merge/pull examples | Clemens Buchacher | 1 | -45/+4 |
2008-07-21 | Update my e-mail address | Junio C Hamano | 1 | -1/+1 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -5/+5 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -2/+1 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -1/+1 |
2008-06-12 | Documentation/git-pull.txt: Use more standard [NOTE] markup | Junio C Hamano | 1 | -1/+2 |
2008-06-08 | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 1 | -3/+3 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-05-06 | Documentation: improve "add", "pull" and "format-patch" examples | Christian Couder | 1 | -34/+52 |
2008-03-11 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+2 |