guberm / tortoisegit

Automatically exported from code.google.com/p/tortoisegit
0 stars 0 forks source link

Log dialog, include working dir changes in a graph #2363

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create two branches
2. Commit some changes
3. Switch to the older branch
4. Do some local uncommitted changes
4. Open Git show log dialog

In current view working dir changes (WDC) looks like it is on top of the newest 
branch, while we all know WDC refers to current branch.
WDC could be viewed as a part of current branch tree (attachment jpg).
It would be most helpful during rebasing / merging with complicated branch tree.

version of TortoiseGit 1.8.11

Also I think that git show log should be by default in the windows explorer 
integration (where git commit and git sync are). We can do all operations from 
log dialog (commit, push, fetch, rebase), and I find it log useful when 
explaining what is going on to, especially to hg familiar users.

Original issue reported on code.google.com by roman.wi...@gmail.com on 2 Dec 2014 at 10:37

Attachments:

GoogleCodeExporter commented 9 years ago
Part 2 of your question: That's configurable: See 
https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html#tgit-dug-setting
s-look-feel

Original comment by sstrickr...@googlemail.com on 2 Dec 2014 at 11:07

GoogleCodeExporter commented 9 years ago

Original comment by sstrickr...@googlemail.com on 14 Feb 2015 at 6:47