gitless icon indicating copy to clipboard operation
gitless copied to clipboard

A simple version control system built on top of Git

Results 91 gitless issues
Sort by recently updated
recently updated
newest added
trafficstars

The ability to rename a remote is missing. Related to #112.

enhancement

On MacOS 10.12.2, gitless 0.8.15 doesn't handle non-ASCII characters in directories names properly. See http://stackoverflow.com/questions/18193305/python-unicode-equal-comparison-failed for an explanation how to do compare unicode strings correctly. ``` $ gl status On...

bug

Need something like https://pypi.python.org/pypi/colorama: ``` >gl diff setup.py Diff of file "setup.py" 1 line added 1 line removed ←[36m←[22m@@ -1,4 +1,4 @@←[39m←[22m ←[31m1 -#!/usr/bin/env python←[1;31m←[0m←[31m←[0m ←[32m1 + #!/usr/bin/env python←[1;32m←[0m←[32m←[0m 2...

bug

Mercurial provides very convenient command. `hg out` - show changesets not found in the destination https://www.mercurial-scm.org/repo/hg/help/outgoing Would be nice to have the same for `gl` - some command that checks...

``` $ git status Your branch is behind 'origin/master' by 12 commits, and can be fast-forwarded. ``` ``` $ gl status On branch master, repo-directory // Tracked files with modifications:...

enhancement

The possibility to rename a branch is missing.

enhancement

Make gitless compatible with alpine linux. Currently they are not. It would be very useful for creating container (docker) images with gitless on board.

enhancement

I deleted a branch that I just merged in master. That branch had an upstream branch, but the upstream pointer is not removed from the git repository. The branch was...

enhancement

For some work I'm constrained to use an old linux distribution. I downloaded gl-v0.8.4-linux-x86_64. Unfortunately I can't run it for some weird reason. This is the output of `uname -a`...

enhancement

Lately I found myself kind of trapped in a corner. My master branch is for production ready code. So when I have to change the code I'm supposed to create...

bug