summaryrefslogtreecommitdiffstats
path: root/git-pull.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-21Merge branch 'en/rebase-against-rebase-fix'Junio C Hamano1-0/+9
2010-08-12pull --rebase: Avoid spurious conflicts and reapplying unnecessary patchesElijah Newren1-0/+9
2010-05-25pull: do nothing on --dry-runJeff King1-1/+6
2010-03-20Merge branch 'maint'Junio C Hamano1-1/+1
2010-03-20pull: replace unnecessary sed invocationStephen Boyd1-1/+1
2010-02-24fetch and pull: learn --progressTay Ray Chuan1-2/+4
2010-01-24pull: re-fix command line generationJunio C Hamano1-1/+1
2010-01-20Merge branch 'ap/merge-backend-opts'Junio C Hamano1-5/+25
2010-01-17pull: Fix parsing of -X<option>Junio C Hamano1-7/+14
2010-01-17Teach git-pull to pass -X<option> to git-mergeAvery Pennarun1-2/+15
2010-01-12Be more user-friendly when refusing to do something because of conflict.Matthieu Moy1-2/+23
2009-12-08Merge branch 'maint'Junio C Hamano1-15/+33
2009-12-08Revert recent "git merge <msg> HEAD <commit>..." deprecationJunio C Hamano1-3/+3
2009-12-03pull: clarify advice for the unconfigured error caseJan Krüger1-15/+33
2009-12-02git-pull.sh: Fix call to git-merge for new command formatHorst H. von Brand1-3/+3
2009-11-15Merge branch 'fc/doc-fast-forward'Junio C Hamano1-1/+1
2009-10-30Teach 'git merge' and 'git pull' the option --ff-onlyBjörn Gustavsson1-2/+5
2009-10-24Use 'fast-forward' all over the placeFelipe Contreras1-1/+1
2009-10-09pull: improve advice for unconfigured error caseJeff King1-4/+12
2009-10-05git-pull: dead code removalJunio C Hamano1-8/+1
2009-09-22pull: Clarify "helpful" message for another corner casev1.6.5-rc2Junio C Hamano1-1/+6
2009-08-12allow pull --rebase on branch yet to be bornJeff King1-5/+13
2009-07-19pull: support rebased upstream + fetch + pull --rebaseSanti Béjar1-3/+11
2009-06-20Merge branch 'sb/pull-rebase'Junio C Hamano1-5/+2
2009-06-14pull, rebase: simplify to use die()Stephen Boyd1-4/+2
2009-06-11parse-remote: function to get the tracking branch to be mergeSanti Béjar1-5/+2
2009-04-22Convert to use quiet option when availableDan Loewenherz1-1/+1
2009-04-08Merge branch 'maint'Junio C Hamano1-17/+25
2009-04-08git-pull.sh: better warning message for "git pull" on detached head.Matthieu Moy1-17/+25
2009-03-02git-pull: Allow --stat and --no-stat to be used with --rebaseTor Arne Vestbø1-5/+5
2009-02-18disallow providing multiple upstream branches to rebase, pull --rebaseJay Soffian1-0/+5
2008-12-03pull: use git rev-parse -qMiklos Vajna1-4/+4
2008-11-18Retain multiple -q/-v occurrences in git pullTuncer Ayaz1-2/+2
2008-11-14Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz1-3/+7
2008-10-17pull: allow "git pull origin $something:$current_branch" into an unborn branchJunio C Hamano1-2/+2
2008-07-23Ignore dirty submodule states in "git pull --rebase"Johannes Schindelin1-3/+3
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-22pull --rebase: exit early when the working directory is dirtyJohannes Schindelin1-0/+5
2008-04-12merge, pull: add '--(no-)log' command line optionSZEDER Gábor1-3/+5
2008-04-12merge, pull: introduce '--(no-)stat' optionSZEDER Gábor1-9/+7
2008-02-22pull: pass --strategy along to to rebaseJay Soffian1-1/+2
2008-01-26pull --rebase: be cleverer with rebased upstream branchesJohannes Schindelin1-1/+11
2007-12-28"git pull --tags": error out with a better message.Junio C Hamano1-26/+40
2007-11-28Teach 'git pull' about --rebaseJohannes Schindelin1-1/+10
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano1-0/+1
2007-10-29Teach git-pull about --[no-]ff, --no-squash and --commitLars Hjemli1-3/+11
2007-10-02Make git-pull complain and give advice when there is nothing to merge withFederico Mena Quintero1-4/+18
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup1-3/+3
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-8/+8
2007-05-24Add a configuration option to control diffstat after mergeAlex Riesen1-0/+3