90 Commits (74f6e0505bb854db5b25ba977432471fed218a73)

Author SHA1 Message Date
Ramkumar Ramachandra 92c62a3f4f Porcelain scripts: Rewrite cryptic "needs update" error message 14 years ago
Elijah Newren cf65426de6 pull --rebase: Avoid spurious conflicts and reapplying unnecessary patches 15 years ago
Jeff King 29609e6822 pull: do nothing on --dry-run 15 years ago
Stephen Boyd 0d12e59f63 pull: replace unnecessary sed invocation 15 years ago
Tay Ray Chuan 9839018e87 fetch and pull: learn --progress 15 years ago
Junio C Hamano 7ecee3314f pull: re-fix command line generation 15 years ago
Junio C Hamano 14e5d40ca4 pull: Fix parsing of -X<option> 15 years ago
Avery Pennarun ee2c79552a Teach git-pull to pass -X<option> to git-merge 15 years ago
Matthieu Moy d38a30df7d Be more user-friendly when refusing to do something because of conflict. 15 years ago
Junio C Hamano 77c29b4aca Revert recent "git merge <msg> HEAD <commit>..." deprecation 15 years ago
Jan Krüger 995fc2f7e1 pull: clarify advice for the unconfigured error case 15 years ago
Horst H. von Brand c0ecb07048 git-pull.sh: Fix call to git-merge for new command format 15 years ago
Björn Gustavsson 134748353b Teach 'git merge' and 'git pull' the option --ff-only 15 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 15 years ago
Jeff King a8c9bef4e0 pull: improve advice for unconfigured error case 15 years ago
Junio C Hamano 4973aa2286 git-pull: dead code removal 15 years ago
Junio C Hamano a6dbf8814f pull: Clarify "helpful" message for another corner case 15 years ago
Jeff King 19a7fcbf16 allow pull --rebase on branch yet to be born 16 years ago
Santi Béjar d44e71261f pull: support rebased upstream + fetch + pull --rebase 16 years ago
Stephen Boyd bc2bbc4542 pull, rebase: simplify to use die() 16 years ago
Santi Béjar 97af7ff055 parse-remote: function to get the tracking branch to be merge 16 years ago
Dan Loewenherz 7bd93c1c62 Convert to use quiet option when available 16 years ago
Matthieu Moy 61e6108d94 git-pull.sh: better warning message for "git pull" on detached head. 16 years ago
Tor Arne Vestbø a334e1254c git-pull: Allow --stat and --no-stat to be used with --rebase 16 years ago
Jay Soffian 51b2ead03c disallow providing multiple upstream branches to rebase, pull --rebase 16 years ago
Miklos Vajna 2d17985782 pull: use git rev-parse -q 16 years ago
Tuncer Ayaz c6576f912f Retain multiple -q/-v occurrences in git pull 16 years ago
Tuncer Ayaz 7f87aff22c Teach/Fix pull/fetch -q/-v options 16 years ago
Junio C Hamano b0ad11ea16 pull: allow "git pull origin $something:$current_branch" into an unborn branch 16 years ago
Johannes Schindelin 7d90c8ee15 Ignore dirty submodule states in "git pull --rebase" 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin f9189cf8f2 pull --rebase: exit early when the working directory is dirty 17 years ago
SZEDER Gábor efb779f887 merge, pull: add '--(no-)log' command line option 17 years ago
SZEDER Gábor d8abe148be merge, pull: introduce '--(no-)stat' option 17 years ago
Jay Soffian 0d2dd191cd pull: pass --strategy along to to rebase 17 years ago
Johannes Schindelin c85c79279d pull --rebase: be cleverer with rebased upstream branches 17 years ago
Junio C Hamano 441ed4131b "git pull --tags": error out with a better message. 17 years ago
Johannes Schindelin cd67e4d46b Teach 'git pull' about --rebase 17 years ago
Junio C Hamano 8f321a3925 scripts: Add placeholders for OPTIONS_SPEC 17 years ago
Lars Hjemli 5072a32382 Teach git-pull about --[no-]ff, --no-squash and --commit 17 years ago
Federico Mena Quintero 8fc293cb1e Make git-pull complain and give advice when there is nothing to merge with 17 years ago
David Kastrup 822f7c7349 Supplant the "while case ... break ;; esac" idiom 18 years ago
Junio C Hamano 5be60078c9 Rewrite "git-frotz" to "git frotz" 18 years ago
Alex Riesen 51e7ecf4ec Add a configuration option to control diffstat after merge 18 years ago
Jeff King a74b1706c8 git-pull: disallow implicit merging to detached HEAD 18 years ago
Junio C Hamano 533b70390e Allow whole-tree operations to be started from a subdirectory 18 years ago
Shawn O. Pearce 7eff28a9b4 Disallow working directory commands in a bare repository. 18 years ago
Junio C Hamano d1014a1745 fail pull/merge early in the middle of conflicted merge 18 years ago
Shawn O. Pearce 6b5a795bf5 Allow git-merge to select the default strategy. 18 years ago
Shawn O. Pearce bf699582fd Ensure `git-pull` fails if `git-merge` fails. 18 years ago