| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
repository: move the gitVersion logic to *gitConfig struct
|
| |
|
| |
|
|\
| |
| | |
issue 178: fetch the repo dir with rev-parse --git-dir
|
| |
| |
| |
| |
| |
| |
| | |
For unknown reason setting .git as current directory for the called
git command fails when git-bug is called from a git hook (and it was
observed only in this case). Forcing use of current dir when the
repo path is ".git" restore the expected behavior.
|
| | |
|
| |
| |
| |
| |
| | |
Since is returns the .git dir directly, it is not more needed to
concatenate .git.
|
|/ |
|
| |
|
| |
|
|
|
|
| |
update git config tests
|
|
|
|
| |
RmConfigs try to remove key/value or section from keyPrefix
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fix #24
|
| |
|
| |
|
|
|
|
| |
and edit time without having to rely on a timestamp
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the UIs
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|