Tagged Questions
20
votes
3answers
11k views
Guide to understanding gitk?
I am introducing git to a team of developers and i find gitk to be an amazing tool. It's also quite hard to understand, since understanding gitk requires an understanding of both git history and the ...
18
votes
5answers
9k views
A pretty and feature rich git GUI for Linux
I was checking out for a rich GUI for Git on Linux. Of late I have started using it a lot and find that even though command-line is very useful, I would still want a GUI at my disposal since I am not ...
8
votes
1answer
1k views
In gitk, why is my yellow button above master?
I couldn't find any documentation on gitk about what the colors mean, but the problem here I think is that my yellow button has passed my master. Now when I try to do:
git push origin master
It ...
7
votes
3answers
178 views
Make old git branches invisible without making them unreachable?
Is there a way to make a git branch cease to show up when you type "git branch", but still remain reachable in the history, i.e. via gitk? I have many old branches that I want to get out of my sight, ...
5
votes
2answers
1k views
Viewing full version tree in git
I am using the command line version of Git and gitk. I want to see the full version tree, not just the part that is reachable from the currently checked out version. Is it possible?
4
votes
1answer
441 views
Can gitk show the diff of merges by default?
Currently for merges without conflicts gitk shows no diffs. Is it possible to have the diffs resulting from a merge (which are indeed there, e.g. git diff HEAD~1 after the merge shows these diffs) ...
3
votes
1answer
62 views
Customize gitk for each repository
Gitk is a neat tool, but it doesn't show any visual clue as for which repository you are actually in. When I open multiple gitk windows, I always have to stop and think which one goes with each repo.
...
3
votes
1answer
233 views
Error: fatal loose object ### (stored in .git/objects/… is corrupt)
I just fired up gitk as usual but this time I received a fatal error message:
fatal: loose object 58008283f6ad152ac44a1b6da961795ababe5b93 (stored in ...
3
votes
6answers
1k views
Git: Compare All Local Commits to Remote Repo Version
I'm somewhat new to Git and what I'm trying to do seems like it should be possible. Basically I've been working off of clone of a repo and have made quite a few local commits. Is there a way to see ...
3
votes
2answers
547 views
Starting gitk Error
When I'm loading gitk I get an error about an argument
Error in startup script: bad argument "zoomed": must be normal, iconic, or withdrawn
while executing
"wm state . $geometry(state)"
...
3
votes
3answers
295 views
Deleting branches in git causes gitk to go wild
I decided to delete a few branches from a (personal project) repository of mine that were merged into master after confirming on #git that leftover branches aren't really necessary.
However, gitk's ...
3
votes
1answer
445 views
How to view complete commits when tracking history of a single file in Git?
I have a Git repository with about a two years of history in it. I have single file in it, for which I wish to find all the commits, and for each commit: all the other files that were committed in it. ...
2
votes
2answers
32 views
How to print the output of GitK
I am using git v 1.7.4.msysgit.0 on windows.
I want to print the output of gitK(i mean physically on a paper)
I cant find a print menu there, google doesn't help here too.
2
votes
1answer
87 views
Gitk: Setting “Ignore space change” option to be true by default
Is this possible in any way? I have tried git config --global alias.diff 'diff -b -w' but unfortunately that was not the solution.
2
votes
1answer
92 views
Using gitk on msysgit
I'm trying to use the gitk on mysysgit. I'm not using Cygwin or MinGW to run mysysgit, just a straight up DOS command prompt on Windows.
The gitk file is in the bin/ folder, but it's not an ...
2
votes
1answer
115 views
What does “Mark this commit” mean in gitk?
When using gitk, a commit can be selected in the log pane, and a right click context menu offers "Mark this commit". What does that do?
2
votes
1answer
221 views
Why does gitk have no copy/paste menu item under Edit?
It has been shown in this forum that gitk works with the native OS keys to copy/paste for example into the SHA1 ID line: see
unable to copy and paste in gitk - macosx and How to copy text in gitk
...
2
votes
1answer
120 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
3answers
531 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 ...
2
votes
2answers
117 views
Show new revisions in gitk after git pull
After I do git pull, I want to see the revisions I just fetched in gitk. How can I do this? I know I can see what revisions to use in the output of git pull and I can give them as a parameter to gitk, ...
1
vote
1answer
70 views
git: Is there a command line option for “Sort by date”?
I'm trying to find a command line option for gitk that has the same effect of "Strictly sort by date" in the "View / Edit view..." window. In fact, I'm interested in all the command line options ...
1
vote
1answer
34 views
definition of gitk's “Mark Branch Sides” option
In gitk, there is an option in the "Edit View" (F4) window called "Mark branch sides". It seems to correspond to the --left-right option:
+set known_view_options {
+ {perm b . {} ...
1
vote
1answer
175 views
gitk equivalent of git log --follow <full path to file>
So I have a file called one.txt that I have been modifying over the years on master branch. gitk one.txt will show the entire history of that one particular file. However after I changed one.txt => ...
1
vote
2answers
139 views
What are some Alternatives to Gitk that can be used in Windows Powershell?
I'm using windows powershell to manage git, but am limited in that it can't seem to run the Gitk command. (At least by default)
Are there any other tools I can use from PS or is there a way I can ...
1
vote
0answers
97 views
unable to copy and paste in gitk - macosx
does anyone know how to copy and paste in gitk with macosx?
Its the lower left pane i am unable to select,highlight and copy the text/changes there?
Thanks.
1
vote
1answer
135 views
What is the format of regular expressions in gitk?
I'm trying to use the find/"adding/removing string"/regular expression option in gitk. The syntaxes I have tried don't work, and I can find no docs that describe the syntax of the regular expressions ...
1
vote
3answers
184 views
gitk show “future” branches?
If I use gitk to look at a commit object it lists under Branches (in the lower left pane) all the children of this branch to which I can navigate upwards (as long as they are not nameless commits but ...
1
vote
3answers
593 views
How do you undo a hard reset in Git Gui or Gitk on Windows?
I'm using Git Gui and Gitk on Windows. How do I undo a hard reset from within the past two hours?
(Is it possible to do this from these applications, without using the command line?)
I saw this SO ...
1
vote
1answer
180 views
How can I diff against a revision of a single file using only the default Git GUI tools?
I want to view the history of a single file, and then compare a single revision from that history against the current version.
On the command line, this is easy:
Run:
git log -- <filename>
...
0
votes
2answers
63 views
How can I get/list/see all the descendants of a commit with git (or gitk)?
If you use gitk --all, you can see all the commits of your repo, from all branches. I want something like that except only the descendants of a given commit.
0
votes
1answer
40 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
75 views
What does this disconnected arrow mean on gitk?
What's the meaning of the blue disconnected arrow?
Note, it happened after I added a remote head and did git fetch.
...
0
votes
1answer
114 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?
0
votes
3answers
170 views
Starting gitk on OS X displays a GreaseKit error
When I load gitk (git version 1.6.5.1) on OS X (SL) I recieve an error/warning about GreaseKit:
Error loading /Library/Application Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit: ...