git-tools icon indicating copy to clipboard operation
git-tools copied to clipboard

Various tools for Git

Results 3 git-tools issues
Sort by recently updated
recently updated
newest added

The tool failed to correctly add the prefix to a quoted path. After some debugging, I found that the conditional does not match the `"` (quote symbol) on my repository...

If the repositories had their histories rewritten before like `rebase`, the commit dates could be different from the author dates. The current ordering by commit date might not be what...

When moving repositories into subdirectories (default), .gitmodules also get moved (obviously). The correct behavior is for all .gitmodules files to be merged into a single file in the root folder....