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

There is a problem with current snap (0+git.4eb3a97 (22) 31MB) while listing 2 branches under Fedora 28: ``` $ gitless.gl branch List of branches: \u2718 'ascii' codec can't encode character...

bug

If I run gl command in a directory which does not contain a git repository, it crashes: ks-mbp:foo ks$ ls -la total 0 drwxr-xr-x 2 ks staff 64 Aug 7...

#175 adds `snap` packaging and #177 enabled `edge` autobuilds: ``` $ sudo snap install gitless --edge --devmode $ gitless.gl ``` However, all features were too big for the first PR....

I'm a non-developer who decided to try Gitless after reading _Purposes, Concepts, Misfits, and a Redesign of Git_.[1] Gitless is described in the article as providing a simplifed version control...

enhancement

This: https://github.com/sdg-mit/gitless/blob/6a785318f47e9e054bfe51d32441fae7671124da/gitless/core.py#L30 invokes/requires local `git` binary. This should be replaced with library calls to `pygit2`.

internal

What I miss from Mercurial world is [strip extension](https://www.mercurial-scm.org/repo/hg/help/strip): > strip changesets and all their descendants from the repository I also like syntax sugar of Mercurial for relative [revision specifiers](https://www.mercurial-scm.org/repo/hg/help/revisions)...

enhancement

It's a _(wip, so far)_ implementation of [this paper](https://arxiv.org/abs/1311.3903)'s findings: [Pijul](http://pijul.org/). You might want to know about it @spderosso, because it has actual correctness guarantees unlike Git and its model...

While experimenting with gitless I stumbled on the following error when pushing to a newly added remote: ``` ✘ ssh_askpass: exec(/usr/lib/ssh/ssh-askpass): No such file or directory [email protected]: Permission denied (publickey)....

enhancement

Handle creating and removing placeholders files for versioning empty directories as suggested in [1]. [1]: https://git.wiki.kernel.org/index.php/GitFaq#Can_I_add_empty_directories.3F

If specified remote repository (if any) does include submodules.