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