All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] git-gui: fix multi selected file operation
@ 2011-10-14  8:19 Bert Wesarg
  2011-10-15 22:48 ` Pat Thoyts
  0 siblings, 1 reply; 6+ messages in thread
From: Bert Wesarg @ 2011-10-14  8:19 UTC (permalink / raw)
  To: Pat Thoyts; +Cc: git, Bert Wesarg

The current path for what we see the diff is not in the list of selected
paths. But when we add single paths (with Ctrl) to the set the current path
would not be used when the action is performed.

Fix this by explicitly putting the path into the list before we start
showing the diff.

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
---
 git-gui.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/git-gui.sh b/git-gui.sh
index f897160..e5dd8bc 100755
--- a/git-gui.sh
+++ b/git-gui.sh
@@ -2474,6 +2474,7 @@ proc toggle_or_diff {w x y} {
 				[concat $after [list ui_ready]]
 		}
 	} else {
+		set selected_paths($path) 1
 		show_diff $path $w $lno
 	}
 }
-- 
1.7.6.789.gb4599

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

end of thread, other threads:[~2011-10-18  8:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14  8:19 [PATCH] git-gui: fix multi selected file operation Bert Wesarg
2011-10-15 22:48 ` Pat Thoyts
2011-10-17  5:54   ` Bert Wesarg
2011-10-17 22:26     ` Pat Thoyts
2011-10-18  6:31       ` Bert Wesarg
2011-10-18  8:13         ` Pat Thoyts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.