index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-pull.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pull: Document the "--[no-]recurse-submodules" options
Jens Lehmann
2011-02-08
1
-0
/
+9
*
Merge branch 'ja/maint-pull-rebase-doc'
Junio C Hamano
2010-12-13
1
-2
/
+3
|
\
|
*
git-pull.txt: Mention branch.autosetuprebase
Jari Aalto
2010-12-03
1
-2
/
+3
*
|
Merge branch 'maint' to sync with Git 1.7.3.3
Junio C Hamano
2010-12-04
1
-2
/
+2
|
\
\
|
*
|
Documentation: do not misinterpret pull refspec as bold text
Jonathan Nieder
2010-12-04
1
-2
/
+2
|
|
/
*
|
Merge branch 'mm/phrase-remote-tracking'
Junio C Hamano
2010-11-25
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Change "tracking branch" to "remote-tracking branch"
Matthieu Moy
2010-11-03
1
-3
/
+3
|
*
Replace "remote tracking" with "remote-tracking"
Matthieu Moy
2010-11-03
1
-1
/
+1
*
|
Documentation/git-pull: clarify configuration
Martin von Zweigbergk
2010-11-17
1
-6
/
+8
|
/
*
Documentation: flesh out “git pull” description
Jonathan Nieder
2010-08-03
1
-11
/
+54
*
fetch and pull: learn --progress
Tay Ray Chuan
2010-02-24
1
-1
/
+3
*
Documentation/git-pull: put verbosity options before merge/fetch ones
Tay Ray Chuan
2010-02-24
1
-0
/
+8
*
Documentation: spell 'git cmd' without dash throughout
Thomas Rast
2010-01-10
1
-6
/
+6
*
Documentation: warn prominently against merging with dirty trees
Thomas Rast
2010-01-09
1
-0
/
+4
*
Merge branch 'ja/fetch-doc'
Junio C Hamano
2009-10-31
1
-0
/
+7
|
\
|
*
Documentation/git-pull.txt: Add subtitles above included option files
Jari Aalto
2009-10-22
1
-0
/
+7
*
|
modernize fetch/merge/pull examples
Clemens Buchacher
2009-10-21
1
-45
/
+4
|
/
*
Update my e-mail address
Junio C Hamano
2008-07-21
1
-1
/
+1
*
manpages: italicize git command names (which were in teletype font)
Jonathan Nieder
2008-07-05
1
-5
/
+5
*
Documentation formatting and cleanup
Jonathan Nieder
2008-07-02
1
-2
/
+1
*
Documentation: be consistent about "git-" versus "git "
Jonathan Nieder
2008-07-02
1
-1
/
+1
*
Documentation/git-pull.txt: Use more standard [NOTE] markup
Junio C Hamano
2008-06-12
1
-1
/
+2
*
Docs: Use "-l::\n--long\n" format in OPTIONS sections
Stephan Beyer
2008-06-08
1
-3
/
+3
*
documentation: move git(7) to git(1)
Christian Couder
2008-06-06
1
-1
/
+1
*
Documentation: improve "add", "pull" and "format-patch" examples
Christian Couder
2008-05-07
1
-34
/
+52
*
Merge branch 'maint'
Junio C Hamano
2008-03-11
1
-0
/
+2
|
\
|
*
git-pull documentation: warn about the option order
Junio C Hamano
2008-03-10
1
-0
/
+2
*
|
Correct git-pull documentation
Jay Soffian
2008-02-20
1
-8
/
+12
|
/
*
git-pull documentation: fix markup
Junio C Hamano
2008-02-11
1
-5
/
+5
*
pull --rebase: be cleverer with rebased upstream branches
Johannes Schindelin
2008-01-27
1
-1
/
+5
*
git pull manpage: don't include -n from fetch-options.txt
Miklos Vajna
2008-01-26
1
-0
/
+1
*
Documentation: rename gitlink macro to linkgit
Dan McGee
2008-01-07
1
-5
/
+5
*
Teach 'git pull' about --rebase
Johannes Schindelin
2007-11-29
1
-0
/
+10
*
Add urls.txt to git-clone man page
Andrew Ruder
2007-07-06
1
-1
/
+1
*
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+0
*
Documentation/git-pull: describe default behaviour and config interactions
Junio C Hamano
2007-02-09
1
-0
/
+54
*
[PATCH] Rename git-repo-config to git-config.
Tom Prince
2007-01-29
1
-2
/
+2
*
Documentation: sync git.txt command list and manual page title
Junio C Hamano
2007-01-19
1
-1
/
+1
*
some doc updates
Nicolas Pitre
2007-01-15
1
-1
/
+2
*
Documentation: update git-pull.txt for new clone behavior
J. Bruce Fields
2007-01-01
1
-44
/
+25
*
Mention that pull can work locally in the synopsis
Robin Rosenberg
2006-10-29
1
-1
/
+1
*
Remove trailing dot after short description
Fredrik Kuivinen
2006-03-09
1
-1
/
+1
*
Docs: move git url and remotes text to separate sections
J. Bruce Fields
2006-02-07
1
-1
/
+2
*
Examples of resetting.
Junio C Hamano
2005-12-17
1
-0
/
+5
*
Refactored merge options into separate merge-options.txt.
Jon Loeliger
2005-11-07
1
-10
/
+7
*
Refactor merge strategies into separate includable file.
Jon Loeliger
2005-11-06
1
-35
/
+1
*
Documentation: git-fetch/pull updates.
Junio C Hamano
2005-11-05
1
-0
/
+5
*
Added a few examples to git-pull man page.
Jon Loeliger
2005-11-05
1
-9
/
+54
*
Documentation: -merge and -pull: describe merge strategies.
Junio C Hamano
2005-11-04
1
-1
/
+67
*
Document the use of "current directory" as pull source.
Junio C Hamano
2005-11-01
1
-0
/
+3
[next]