Since v0.11, StGIT creates references to keep a hand on patch logs. This has the unfortunate side-effect that "gitk --all" suddenly shows all those very annoying, and soon becomes unusable on repositories for which was very convenient. I guess it would be acceptable to have stgit itself launch gitk with the correct options. The only way I could find to suppress these refs from the display is to find the refs ourselves and pipe them to gitk using --stdin: find .git/refs/ -type f -not -name '*.log' -printf '%P\n'|gitk --stdin Unfortunately, requesting an update from gitk then behaves as if nothing had been given on command-line (obviously it is passing --stdin to git-rev-list without repeating the data). We could do slightly better by enclosing the find in backquotes on the gitk command-line, but that would still hide new refs to git-rev-list when updating the graph. Is there a better way already, or should we work on something specific here ? A possible solution I think of could be to call something like: gitk --stdin-command="find .git/refs/ -type f -not -name '*.log' -printf '%P\n'" Best regards, -- Yann. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Linus Torvalds | Linux 2.6.21-rc5 |
| Linus Torvalds | Linux 2.6.26-rc4 |
| Christoph Hellwig | Re: [PATCH] Version 3 (2.6.23-rc8) Smack: Simplified Mandatory Access Control Kernel |
| Bryan Woods | Stardom SATA HSM violation |
git: | |
| Linus Torvalds | People unaware of the importance of "git gc"? |
| Jan Holesovsky | [PATCH] RFC: git lazy clone proof-of-concept |
| Linus Torvalds | cleaner/better zlib sources? |
| martin f krafft | Re: Track /etc directory using Git |
| Chris | OpenBSD 4.4 installation error: write failed; file system full |
| Brian A. Seklecki | sshd_config(5) PermitRootLogin yes |
| steve szmidt | Re: The Atheros story in much fewer words |
| David Newman | setting dscp or tos bits |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Jan Nicolai Langfeldt | Re: Hypenation problems under LaTeX. |
| Linus Torvalds | Re: Missing linux/delay.h??? |
| Stew Ellis | Trouble with minicom scripts |
