summaryrefslogtreecommitdiff
path: root/git-stash.sh
Commit message (Expand)AuthorAgeFilesLines
* stash: refresh the index before deciding if the work tree is dirtyJunio C Hamano2008-09-061-0/+3
* git-stash: improve synopsis in help and manual pageStephan Beyer2008-08-161-1/+7
* bash completion: More completions for 'git stash'Lee Marlow2008-08-051-1/+1
* stash save: fix parameter handlingJunio C Hamano2008-07-231-2/+2
* Merge branch 'am/stash-branch'Junio C Hamano2008-07-131-0/+21
|\
| * Implement "git stash branch <newbranch> <stash>"Abhijit Menon-Sen2008-07-051-0/+21
* | stash: introduce 'stash save --keep-index' optionSZEDER Gábor2008-07-051-4/+18
|/
* Ignore dirty submodule states during rebase and stashJohannes Schindelin2008-05-151-3/+3
* git-stash: add new 'pop' subcommandBrandon Casey2008-02-221-1/+9
* git-stash: add new 'drop' subcommandBrandon Casey2008-02-221-1/+27
* git-stash clear: refuse to work with extra parameter for nowJunio C Hamano2008-01-061-1/+6
* git-stash: use stdout instead of stderr for non error messagesMarco Costalba2008-01-051-3/+3
* Emit helpful status for accidental "git stash" saveWincent Colaiuta2007-12-221-2/+4
* git-stash: Display help message if git-stash is run with wrong sub-commandsKevin Leung2007-12-021-7/+9
* Merge branch 'maint'Junio C Hamano2007-11-281-1/+1
|\
| * scripts: do not get confused with HEAD in work treeJunio C Hamano2007-11-281-1/+1
* | git-stash: do not get fooled with "color.diff = true"Pascal Obry2007-11-271-2/+2
* | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-0/+1
|\ \
| * | scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-061-0/+1
| |/
* | Merge branch 'jc/stash-create'Junio C Hamano2007-11-141-8/+26
|\ \ | |/ |/|
| * git-stash: Fix listing stashesEmil Medve2007-11-071-1/+5
| * stash: implement "stash create"Junio C Hamano2007-09-141-7/+21
* | Paper bag fix diff invocation in 'git stash show'Shawn O. Pearce2007-10-191-1/+1
* | Avoid invoking diff drivers during git-stashShawn O. Pearce2007-10-181-3/+3
|/
* stash: end index commit log with a newlineJean-Luc Herren2007-09-121-1/+1
* git-stash apply --index: optimize postprocessingJunio C Hamano2007-07-281-6/+7
* Fix git-stash apply --indexJunio C Hamano2007-07-281-6/+17
* git-stash: Make sure reflog is created for refs/stashしらいしななこ2007-07-281-0/+3
* git-stash: do not remove a ref by hand.Junio C Hamano2007-07-261-3/+4
* Make sure git-stash works from subdirectory.Junio C Hamano2007-07-251-0/+1
* git-stash: try reusing cached stat info as much as possibleJunio C Hamano2007-07-081-3/+3
* Merge branch 'js/stash'Junio C Hamano2007-07-071-1/+20
|\
| * Teach git-stash to "apply --index"Johannes Schindelin2007-07-061-1/+20
* | stash: allow running from a subdirectoryJames Bowes2007-07-061-0/+1
|/
* git-stash: allow more descriptive reminder message when savingJunio C Hamano2007-07-051-6/+19
* Update reflog message created for stashesJunio C Hamano2007-07-041-1/+1
* stash: end commit log with a newlineUwe Kleine-König2007-07-031-1/+1
* git-stash: make "save" the default action again.Junio C Hamano2007-07-021-3/+3
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-27/+27
* git-stash: don't complain when listing in a repo with no stashJeff King2007-07-011-0/+5
* git-stash: fix "can't shift that many" with no argumentsJeff King2007-07-011-1/+1
* git-stash: require "save" to be explicit and update documentationJunio C Hamano2007-07-011-2/+2
* Add git-stash scriptしらいしななこ2007-06-301-0/+160