summaryrefslogtreecommitdiffstats
path: root/git-stash.sh
AgeCommit message (Expand)AuthorLines
2008-12-07Revert "git-stash: use git rev-parse -q"Junio C Hamano-6/+6
2008-12-02git-stash: use git rev-parse -qMiklos Vajna-6/+6
2008-10-09git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Brandon Casey-18/+4
2008-09-29Clarify how the user can satisfy stash's 'dirty state' check.Stephen Haberman-1/+1
2008-09-24git-stash.sh: don't default to refs/stash if invalid ref suppliedBrandon Casey-2/+15
2008-09-06stash: refresh the index before deciding if the work tree is dirtyJunio C Hamano-0/+3
2008-08-16git-stash: improve synopsis in help and manual pageStephan Beyer-1/+7
2008-08-05bash completion: More completions for 'git stash'Lee Marlow-1/+1
2008-07-23stash save: fix parameter handlingJunio C Hamano-2/+2
2008-07-13Merge branch 'am/stash-branch'Junio C Hamano-0/+21
2008-07-05stash: introduce 'stash save --keep-index' optionSZEDER Gábor-4/+18
2008-07-05Implement "git stash branch <newbranch> <stash>"Abhijit Menon-Sen-0/+21
2008-05-15Ignore dirty submodule states during rebase and stashJohannes Schindelin-3/+3
2008-02-22git-stash: add new 'pop' subcommandBrandon Casey-1/+9
2008-02-22git-stash: add new 'drop' subcommandBrandon Casey-1/+27
2008-01-06git-stash clear: refuse to work with extra parameter for nowJunio C Hamano-1/+6
2008-01-05git-stash: use stdout instead of stderr for non error messagesMarco Costalba-3/+3
2007-12-22Emit helpful status for accidental "git stash" saveWincent Colaiuta-2/+4
2007-12-02git-stash: Display help message if git-stash is run with wrong sub-commandsKevin Leung-7/+9
2007-11-28Merge branch 'maint'Junio C Hamano-1/+1
2007-11-28scripts: do not get confused with HEAD in work treeJunio C Hamano-1/+1
2007-11-27git-stash: do not get fooled with "color.diff = true"Pascal Obry-2/+2
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano-0/+1
2007-11-14Merge branch 'jc/stash-create'Junio C Hamano-8/+26
2007-11-07git-stash: Fix listing stashesEmil Medve-1/+5
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano-0/+1
2007-10-19Paper bag fix diff invocation in 'git stash show'Shawn O. Pearce-1/+1
2007-10-18Avoid invoking diff drivers during git-stashShawn O. Pearce-3/+3
2007-09-14stash: implement "stash create"Junio C Hamano-7/+21
2007-09-12stash: end index commit log with a newlineJean-Luc Herren-1/+1
2007-07-28git-stash apply --index: optimize postprocessingJunio C Hamano-6/+7
2007-07-28Fix git-stash apply --indexJunio C Hamano-6/+17
2007-07-28git-stash: Make sure reflog is created for refs/stashしらいしななこ-0/+3
2007-07-26git-stash: do not remove a ref by hand.Junio C Hamano-3/+4
2007-07-25Make sure git-stash works from subdirectory.Junio C Hamano-0/+1
2007-07-08git-stash: try reusing cached stat info as much as possibleJunio C Hamano-3/+3
2007-07-07Merge branch 'js/stash'Junio C Hamano-1/+20
2007-07-06stash: allow running from a subdirectoryJames Bowes-0/+1
2007-07-06Teach git-stash to "apply --index"Johannes Schindelin-1/+20
2007-07-05git-stash: allow more descriptive reminder message when savingJunio C Hamano-6/+19
2007-07-04Update reflog message created for stashesJunio C Hamano-1/+1
2007-07-03stash: end commit log with a newlineUwe Kleine-König-1/+1
2007-07-02git-stash: make "save" the default action again.Junio C Hamano-3/+3
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano-27/+27
2007-07-01git-stash: don't complain when listing in a repo with no stashJeff King-0/+5
2007-07-01git-stash: fix "can't shift that many" with no argumentsJeff King-1/+1
2007-07-01git-stash: require "save" to be explicit and update documentationJunio C Hamano-2/+2
2007-06-30Add git-stash scriptしらいしななこ-0/+160