A graphical browser for the git distributed version control system which allows you to quickly manage branches, and search/review commit logs and diffs.
5
votes
3answers
943 views
gitk: weird history tree
I'm porting an svn repo to git (using svn2git from https://www.negativetwenty.net/redmine/projects/show/svn2git) and since svn does not track merges, I need to edit .git/info/grafts manually. For ...
4
votes
1answer
96 views
How to make Git Extensions browser show all commits like gitk --all
The Git Extensions repository browser seems to be more versatile than gitk in many ways.
However, my very favorite command line option for gitk is --all. gitk --all shows all commits, including ...
3
votes
1answer
195 views
gitk: How to tell it “stop, don't load more commits”?
Just gitk or gitk --all can try to fill up all memory on big repository.
I know than I can gitk -n 1000 to limit it. Also I can killall git (or even Alt+SysRq+F if haven't stopped it in time) to ...
2
votes
1answer
349 views
Git for windows launch gitk context menu with gitk-all
I have Git for Windows installed. When I right click on a project and select Git History I get the Gitk window, but every time I do so I need to set the view to see all branches. Even when I edit the ...
1
vote
1answer
44 views
gitk lost commits
I was using git gui and my wifi was lost during an operation. Now, when I look at my commit history there are several commits missing, and a gap in the history. Everything before the gap is connected ...
0
votes
1answer
82 views
view the git repository on remote linux server -> in Windows?
Problem: Need to view Git history visually in windows, repository is on remote Linux server (Ubuntu).
Question: What are two easy ways to view the git repository on remote linux server -> in Windows?
...
0
votes
1answer
144 views
Where are tag messages in Sourcetree
Where can I access the corresponding message of git tags in Sourcetree. The context menu of a tag seems not to offer such an option.
0
votes
1answer
57 views
Tracking everything locally but making only .c and .h changes available on github
I'm going to start tracking a project I'm working on using TortoiseGit. I have a lot of .c and .h files, and then I also have .exe, .obj, .pdb, .ilk, suo, etc. I would like to create a snapshot of ...
0
votes
1answer
303 views
Can gitk show all commits EXCEPT those by a given author?
I want to use gitk to view all commits except those by a given author. Something like the following:
gitk --author=!joe
Is this possible?
1
vote
0answers
65 views
Need help understanding GITK visualization of commit history
NOTE: Have gone through a few other questions on gitk but have not found an answer to my question.
The image on the left shows all commit history for master.
I committed and pushed in a file to ...
1
vote
0answers
26 views
Can I affect the order/column of branches displayed in gitk and Eclipse Egit
When doing gitk --all I get a nice summary of commits/branches/tags across a whole repo.
However, the way the branches are displayed is not always consistent, and it is also different to the method ...
0
votes
0answers
10 views
How to show branch merging after svn2git in gitk
I used svn2git to migrate a svn project with branches. The branches show up in gitk, but the graph does not show the branches merge back in. Check in comments indicate where the merges happened. Is ...
0
votes
0answers
43 views
gitk option to show merge parent edges in the correct order?
git log --graph always draws the edge between a merge commit and its second parent to the right of the edge between its first parent. gitk draws edges in whatever order it thinks will result in the ...

