* git-gui: Using "Stage To Commit" does not always stage all selected files.
@ 2010-01-24 21:05 Peter Oberndorfer
0 siblings, 0 replies; only message in thread
From: Peter Oberndorfer @ 2010-01-24 21:05 UTC (permalink / raw)
To: Git Mailing List
Hello,
Using "Stage To Commit" in git-gui does not always stage all selected files.
After startup of git-gui the first modified file is automatically selected.
Selecting another file and then using "Stage to Commit" only the second file is actually staged.
It looks like the reason for this is that selected_paths is not set when a file is automatically selected after startup/refresh/scanning.
How to reproduce:
echo >> userdiff.h
echo >> userdiff.c
git gui&
-> userdiff.c is automatically selected
hold Ctrl and select userdiff.h
Ctrl-T
-> only userdiff.h is staged, userdiff.h remains unstaged
Greetings Peter
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-24 21:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-24 21:05 git-gui: Using "Stage To Commit" does not always stage all selected files Peter Oberndorfer
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).