summaryrefslogtreecommitdiffstats
path: root/git-pull.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2009-12-081-15/+33
|\
| * pull: clarify advice for the unconfigured error caseJan Krüger2009-12-031-15/+33
* | Revert recent "git merge <msg> HEAD <commit>..." deprecationJunio C Hamano2009-12-081-3/+3
* | git-pull.sh: Fix call to git-merge for new command formatHorst H. von Brand2009-12-021-3/+3
* | Merge branch 'fc/doc-fast-forward'Junio C Hamano2009-11-151-1/+1
|\ \
| * | Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-1/+1
| |/
* / Teach 'git merge' and 'git pull' the option --ff-onlyBjörn Gustavsson2009-10-301-2/+5
|/
* pull: improve advice for unconfigured error caseJeff King2009-10-091-4/+12
* git-pull: dead code removalJunio C Hamano2009-10-051-8/+1
* pull: Clarify "helpful" message for another corner caseJunio C Hamano2009-09-221-1/+6
* allow pull --rebase on branch yet to be bornJeff King2009-08-121-5/+13
* pull: support rebased upstream + fetch + pull --rebaseSanti Béjar2009-07-191-3/+11
* Merge branch 'sb/pull-rebase'Junio C Hamano2009-06-201-5/+2
|\
| * parse-remote: function to get the tracking branch to be mergeSanti Béjar2009-06-111-5/+2
* | pull, rebase: simplify to use die()Stephen Boyd2009-06-141-4/+2
|/
* Convert to use quiet option when availableDan Loewenherz2009-04-221-1/+1
* Merge branch 'maint'Junio C Hamano2009-04-081-17/+25
|\
| * git-pull.sh: better warning message for "git pull" on detached head.Matthieu Moy2009-04-081-17/+25
* | git-pull: Allow --stat and --no-stat to be used with --rebaseTor Arne Vestbø2009-03-021-5/+5
|/
* disallow providing multiple upstream branches to rebase, pull --rebaseJay Soffian2009-02-181-0/+5
* pull: use git rev-parse -qMiklos Vajna2008-12-031-4/+4
* Retain multiple -q/-v occurrences in git pullTuncer Ayaz2008-11-181-2/+2
* Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz2008-11-141-3/+7
* pull: allow "git pull origin $something:$current_branch" into an unborn branchJunio C Hamano2008-10-171-2/+2
* Ignore dirty submodule states in "git pull --rebase"Johannes Schindelin2008-07-231-3/+3
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* pull --rebase: exit early when the working directory is dirtyJohannes Schindelin2008-05-221-0/+5
* merge, pull: add '--(no-)log' command line optionSZEDER Gábor2008-04-121-3/+5
* merge, pull: introduce '--(no-)stat' optionSZEDER Gábor2008-04-121-9/+7
* pull: pass --strategy along to to rebaseJay Soffian2008-02-221-1/+2
* pull --rebase: be cleverer with rebased upstream branchesJohannes Schindelin2008-01-261-1/+11
* "git pull --tags": error out with a better message.Junio C Hamano2007-12-281-26/+40
* Teach 'git pull' about --rebaseJohannes Schindelin2007-11-281-1/+10
* scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-061-0/+1
* Teach git-pull about --[no-]ff, --no-squash and --commitLars Hjemli2007-10-291-3/+11
* Make git-pull complain and give advice when there is nothing to merge withFederico Mena Quintero2007-10-021-4/+18
* Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-3/+3
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-8/+8
* Add a configuration option to control diffstat after mergeAlex Riesen2007-05-241-0/+3
* git-pull: disallow implicit merging to detached HEADJeff King2007-01-151-2/+11
* Allow whole-tree operations to be started from a subdirectoryJunio C Hamano2007-01-121-1/+3
* Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-101-0/+1
* fail pull/merge early in the middle of conflicted mergeJunio C Hamano2007-01-011-0/+3
* Allow git-merge to select the default strategy.Shawn O. Pearce2006-12-281-18/+0
* Ensure `git-pull` fails if `git-merge` fails.Shawn O. Pearce2006-12-281-1/+1
* Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce2006-12-281-3/+3
* Move "no merge candidate" warning into git-pullJosef Weidendorfer2006-12-191-0/+4
* git-pull: allow pulling into an empty repositoryLinus Torvalds2006-11-161-2/+14
* git-pull: we say commit X, not X commit.Junio C Hamano2006-10-101-1/+1
* Log ref changes made by git-merge and git-pull.Shawn Pearce2006-07-111-1/+2