summaryrefslogtreecommitdiffstatshomepage
path: root/repository/git.go
Commit message (Expand)AuthorAge
* repo: close before deletingMichael Muré2020-12-08
* repo: move bleve thereMichael Muré2020-12-08
* repo: simpler clock mutex lockingMichael Muré2020-12-08
* repo: finish RepoStorage moveMichael Muré2020-12-08
* repo: more work towards RepoStorageMichael Muré2020-12-05
* repository: fix incorrect git dir on the git CLI implementationMichael Muré2020-10-24
* repo: implement local/global/any config everywhereMichael Muré2020-09-29
* repo: fix some go-git implementationMichael Muré2020-09-29
* repository: add access to the system keyring, with fallback on a fileMichael Muré2020-09-29
* Add functionality to remove bugs from a local repository. (#423)Vincent Tiu2020-07-09
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-01
* repo: more testsMichael Muré2020-06-27
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-26
* git: fix GetRemote to not break when there is no remotesMichael Muré2020-03-01
* repo: esthetism renameMichael Muré2019-11-19
* commands: use token value as identifierAmine2019-11-09
* repository: improve documentation and fix typo mistakeamine2019-11-01
* repository: add StoreTimestamp/StoreBool to the config interfaceamine2019-11-01
* repository: add ReadTimestamp methods and improve namingamine2019-10-31
* repository: config interface and implementation reworkamine2019-10-31
* Merge pull request #205 from seeduvax/issue-178Michael Muré2019-08-31
|\
| * issue 178: refined git command cwd setting.Sebastien Devaux2019-08-28
| * issue 178: adding required changes to InitGitRepo and CleanupTestReposSebastien Devaux2019-08-27
| * issue 178: fetch the repo dir with rev-parse --git-dirSebastien Devaux2019-08-24
* | repo: fix git version parsing with broken versionMichael Muré2019-08-24
|/
* repository: RmConfigs usage of git version lt 2.18Amine Hilaly2019-07-08
* repository: rework how RmConfigs works with gitMichael Muré2019-07-08
* Check git version before removing config sectionAmine Hilaly2019-07-07
* Changes to Repo.RmConfigsAmine Hilaly2019-06-17
* Add GetRemotes functionalitiesSladyn2019-05-29
* repository: add ReadConfigBool and ReadConfigString functionsMichael Muré2019-05-27
* git: fix RmConfigsMichael Muré2019-03-01
* identity: store the times properlyMichael Muré2019-03-01
* identity: I can compile again !!Michael Muré2019-03-01
* repo: minor cleaningMichael Muré2018-12-25
* commands: add "bridge rm"Michael Muré2018-09-24
* repo: add functions to read/write git configMichael Muré2018-09-24
* repo: more documentationMichael Muré2018-09-24
* repo: workaround for git returning no path when inside a .git dirMichael Muré2018-09-21
* lamport: better perf by ensuring that the folder is created only onceMichael Muré2018-09-13
* reorganize package for a more idomatic goMichael Muré2018-09-11
* fix english grammarMichael Muré2018-09-09
* cmds: various cleaningMichael Muré2018-09-06
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-19
* fix some linting troubleMichael Muré2018-08-13
* termui: implement push/pullMichael Muré2018-08-12
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-06
* graphql: implement the missing mutationsMichael Muré2018-08-01
* allow to run commands from lower than the root of a git repoMichael Muré2018-07-26
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-25