index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-stash.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "git-stash: use git rev-parse -q"
Junio C Hamano
2008-12-08
1
-6
/
+6
*
git-stash: use git rev-parse -q
Miklos Vajna
2008-12-03
1
-6
/
+6
*
git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)
Brandon Casey
2008-10-09
1
-18
/
+4
*
Clarify how the user can satisfy stash's 'dirty state' check.
Stephen Haberman
2008-09-29
1
-1
/
+1
*
git-stash.sh: don't default to refs/stash if invalid ref supplied
Brandon Casey
2008-09-24
1
-2
/
+15
*
stash: refresh the index before deciding if the work tree is dirty
Junio C Hamano
2008-09-07
1
-0
/
+3
*
git-stash: improve synopsis in help and manual page
Stephan Beyer
2008-08-16
1
-1
/
+7
*
bash completion: More completions for 'git stash'
Lee Marlow
2008-08-06
1
-1
/
+1
*
stash save: fix parameter handling
Junio C Hamano
2008-07-24
1
-2
/
+2
*
Merge branch 'am/stash-branch'
Junio C Hamano
2008-07-14
1
-0
/
+21
|
\
|
*
Implement "git stash branch <newbranch> <stash>"
Abhijit Menon-Sen
2008-07-05
1
-0
/
+21
*
|
stash: introduce 'stash save --keep-index' option
SZEDER Gábor
2008-07-05
1
-4
/
+18
|
/
*
Ignore dirty submodule states during rebase and stash
Johannes Schindelin
2008-05-16
1
-3
/
+3
*
git-stash: add new 'pop' subcommand
Brandon Casey
2008-02-23
1
-1
/
+9
*
git-stash: add new 'drop' subcommand
Brandon Casey
2008-02-23
1
-1
/
+27
*
git-stash clear: refuse to work with extra parameter for now
Junio C Hamano
2008-01-07
1
-1
/
+6
*
git-stash: use stdout instead of stderr for non error messages
Marco Costalba
2008-01-05
1
-3
/
+3
*
Emit helpful status for accidental "git stash" save
Wincent Colaiuta
2007-12-22
1
-2
/
+4
*
git-stash: Display help message if git-stash is run with wrong sub-commands
Kevin Leung
2007-12-03
1
-7
/
+9
*
Merge branch 'maint'
Junio C Hamano
2007-11-29
1
-1
/
+1
|
\
|
*
scripts: do not get confused with HEAD in work tree
Junio C Hamano
2007-11-29
1
-1
/
+1
*
|
git-stash: do not get fooled with "color.diff = true"
Pascal Obry
2007-11-28
1
-2
/
+2
*
|
Merge branch 'ph/parseopt-sh'
Junio C Hamano
2007-11-18
1
-0
/
+1
|
\
\
|
*
|
scripts: Add placeholders for OPTIONS_SPEC
Junio C Hamano
2007-11-06
1
-0
/
+1
|
|
/
*
|
Merge branch 'jc/stash-create'
Junio C Hamano
2007-11-14
1
-8
/
+26
|
\
\
|
|
/
|
/
|
|
*
git-stash: Fix listing stashes
Emil Medve
2007-11-07
1
-1
/
+5
|
*
stash: implement "stash create"
Junio C Hamano
2007-09-15
1
-7
/
+21
*
|
Paper bag fix diff invocation in 'git stash show'
Shawn O. Pearce
2007-10-19
1
-1
/
+1
*
|
Avoid invoking diff drivers during git-stash
Shawn O. Pearce
2007-10-19
1
-3
/
+3
|
/
*
stash: end index commit log with a newline
Jean-Luc Herren
2007-09-12
1
-1
/
+1
*
git-stash apply --index: optimize postprocessing
Junio C Hamano
2007-07-28
1
-6
/
+7
*
Fix git-stash apply --index
Junio C Hamano
2007-07-28
1
-6
/
+17
*
git-stash: Make sure reflog is created for refs/stash
しらいしななこ
2007-07-28
1
-0
/
+3
*
git-stash: do not remove a ref by hand.
Junio C Hamano
2007-07-27
1
-3
/
+4
*
Make sure git-stash works from subdirectory.
Junio C Hamano
2007-07-26
1
-0
/
+1
*
git-stash: try reusing cached stat info as much as possible
Junio C Hamano
2007-07-09
1
-3
/
+3
*
Merge branch 'js/stash'
Junio C Hamano
2007-07-07
1
-1
/
+20
|
\
|
*
Teach git-stash to "apply --index"
Johannes Schindelin
2007-07-06
1
-1
/
+20
*
|
stash: allow running from a subdirectory
James Bowes
2007-07-07
1
-0
/
+1
|
/
*
git-stash: allow more descriptive reminder message when saving
Junio C Hamano
2007-07-06
1
-6
/
+19
*
Update reflog message created for stashes
Junio C Hamano
2007-07-04
1
-1
/
+1
*
stash: end commit log with a newline
Uwe Kleine-König
2007-07-04
1
-1
/
+1
*
git-stash: make "save" the default action again.
Junio C Hamano
2007-07-03
1
-3
/
+3
*
Rewrite "git-frotz" to "git frotz"
Junio C Hamano
2007-07-03
1
-27
/
+27
*
git-stash: don't complain when listing in a repo with no stash
Jeff King
2007-07-02
1
-0
/
+5
*
git-stash: fix "can't shift that many" with no arguments
Jeff King
2007-07-02
1
-1
/
+1
*
git-stash: require "save" to be explicit and update documentation
Junio C Hamano
2007-07-02
1
-2
/
+2
*
Add git-stash script
しらいしななこ
2007-07-01
1
-0
/
+160