summaryrefslogtreecommitdiff
path: root/git-stash.sh
AgeCommit message (Expand)Author
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しらいしななこ