git-issue
                                
                                 git-issue copied to clipboard
                                
                                    git-issue copied to clipboard
                            
                            
                            
                        Git-based decentralized issue management
What would it take to implement this system within a branch of the core/main repo of a project? I love the method of storing issues as text files and I...
Hi, Is it possible to use the import/export functionality to work with self hosted instance of gitlab with given url ? I couldn't manage to do it. Great code !
This is a formalization of troubleshooting made while investigating https://github.com/dspinellis/git-issue/pull/60. The issue is with `IFS=` and windows' propensity to use `C:` at the start of paths. For instance, consider this:...
Using [Git for Windows](https://git-scm.com/download/win) doesn't include **make**. This makes it impossible to install git-issue in a Windows environment.
With the main script file nearing 1200 lines of code --and my [GSoC version](https://github.com/eellak/gsoc2019-git-issue/blob/new_attributes/git-issue.sh) at 1500-- and getting a bit unwieldy, I was considering splitting out some of the functions...
The summary of commit 4cdf5aa is 'Show available commands if none is specified'. This means that `git issue` == `git issue help`. I'd rather have `git issue` == `git issue...
For example: 
This pull request addresses issue #9 In the existing Git repository, the default behaviour has been updated. Previously, the default behaviour was to store the issues in a new issues...
When running "make test" or "test.sh" the first test for "sync-doc" fails when running under "git for windows". This is likely due to the fact that windows prefers CRLF line...
This addresses issue #101 and #102 to support Git for Windows