topgit icon indicating copy to clipboard operation
topgit copied to clipboard

TopGit is now maintained at

Results 39 topgit issues
Sort by recently updated
recently updated
newest added

Hello, I am using macOS 10.11.6, and I had trouble to use TopGit. The most basic `tg info` ended up into a `not a TopGit-controlled branch` when the branch was...

This isn't technically a bug, but it can be annoying / confusing - currently, .topdeps files are REQUIRED to have a trailing newline, and if not, the last dependency will...

ie, it's currently impossible to end up with a collapsed commit with a commit message like "[foo] kill all the bars" - the "[foo]" will get stripped out fixed in...

ie, "git -r REMOTE summary" will fail, complaining that "-r" isn't a valid subcommand

``` /usr/bin/tg: line 118: /home/robin/git/foo/.git/worktrees/foo.2/hooks/pre-commit+: No such file or directory chmod: cannot access '/home/robin/git/foo/.git/worktrees/foo.2/hooks/pre-commit+': No such file or directory ```

bug

`tg import` switches to the dependency branch first, so `HEAD` is incorrectly interpreted as the `HEAD` of the base branch, not as the `HEAD` when `tg import` was run.

bug

Also prints "Now, you just need to switch back to some sane branch using `git checkout`." which I'm pretty sure isn't true either.

bug

e.g. due to an editor/IDE holding the index lock, we may see: ``` fatal: Unable to create '/home/robin/git/backend/.git/index.lock': File exists. If no other git process is currently running, this probably...

bug

There's a small but non-zero chance that I could start work on a test suite for TopGit. It's not much fun enhancing the existing code without one, since I have...

Just a cosmetic thing in the code.

enhancement