git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Fix git stash apply
@ 2009-07-21 20:06 Martin Koegler
  2009-07-21 20:06 ` [PATCH 2/2] Replace remaining git-* calls in git stash Martin Koegler
  2009-07-21 20:56 ` [PATCH 1/2] Fix git stash apply Johannes Schindelin
  0 siblings, 2 replies; 8+ messages in thread
From: Martin Koegler @ 2009-07-21 20:06 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Martin Koegler

Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
---
 git-stash.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-stash.sh b/git-stash.sh
index 531c7c3..5b4b4e6 100755
--- a/git-stash.sh
+++ b/git-stash.sh
@@ -219,7 +219,7 @@ apply_stash () {
 	then
 		export GIT_MERGE_VERBOSITY=0
 	fi
-	if git-merge-recursive $b_tree -- $c_tree $w_tree
+	if git merge-recursive $b_tree -- $c_tree $w_tree
 	then
 		# No conflict
 		if test -n "$unstashed_index_tree"
-- 
1.5.6.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-07-23  5:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-21 20:06 [PATCH 1/2] Fix git stash apply Martin Koegler
2009-07-21 20:06 ` [PATCH 2/2] Replace remaining git-* calls in git stash Martin Koegler
2009-07-21 20:57   ` Johannes Schindelin
2009-07-22 22:08   ` Nanako Shiraishi
2009-07-22 22:35     ` Junio C Hamano
2009-07-23  5:13       ` Martin Koegler
2009-07-21 20:56 ` [PATCH 1/2] Fix git stash apply Johannes Schindelin
2009-07-21 20:57   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).