aboutsummaryrefslogtreecommitdiffstats
path: root/repository
Commit message (Expand)AuthorAgeFilesLines
* repo: fix missing keyring on the go-git repoMichael Muré2020-10-041-6/+18
* repo: use go-git in more places, fix pushMichael Muré2020-10-042-3/+9
* repo: fallback editor list by looking if the binary existMichael Muré2020-09-291-1/+17
* repo: fix wrong ordering in gogit's ListCommitMichael Muré2020-09-292-9/+7
* repo: implement GetCoreEditor for go-gitMichael Muré2020-09-291-1/+23
* repo: more testing for an edge caseMichael Muré2020-09-291-0/+5
* repo: ReadTree must accept either a commit or a tree hashMichael Muré2020-09-292-3/+25
* repo: more config related bug fixesMichael Muré2020-09-293-47/+90
* repo: fix manu bugs in go-git configMichael Muré2020-09-292-54/+133
* repo: implement local/global/any config everywhereMichael Muré2020-09-299-216/+400
* repo: only use the file backend for the keyringMichael Muré2020-09-291-27/+4
* repo: split mocks into smaller reusable componentsMichael Muré2020-09-291-48/+104
* repo: split Config into 2 smaller interfacesMichael Muré2020-09-291-8/+15
* repo: test both plain and bare, test clocksMichael Muré2020-09-291-127/+157
* repo: smaller interfacesMichael Muré2020-09-291-4/+12
* repo: fix gogit clock pathMichael Muré2020-09-291-2/+2
* fix ListCommits implementationvince2020-09-292-9/+27
* repo: fix some go-git implementationMichael Muré2020-09-294-10/+24
* Add more function implementationsvince2020-09-291-11/+111
* repository: more go-git implementationMichael Muré2020-09-291-2/+31
* repository: fix a todo in the gogit repoMichael Muré2020-09-291-20/+31
* repository: some light shuffling of codeMichael Muré2020-09-292-39/+42
* bridge: store credentials in the Keyring instead of the git configMichael Muré2020-09-292-6/+17
* repository: add access to the system keyring, with fallback on a fileMichael Muré2020-09-296-7/+126
* repository: partial impl of a go-git backed RepoMichael Muré2020-09-294-0/+679
* Add functionality to remove bugs from a local repository. (#423)Vincent Tiu2020-07-094-2/+20
* repo: fix test chocking on randomized element in repo.ListRefs()Michael Muré2020-07-031-1/+1
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-017-69/+111
* repo: more testsMichael Muré2020-06-274-24/+176
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-2612-292/+280
* Supports git config includesSimon Walker2020-04-111-2/+2
* git: fix GetRemote to not break when there is no remotesMichael Muré2020-03-011-1/+4
* * Fix git config reader can't read values with spacesJosh Bialkowski2020-01-041-5/+1
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-083-29/+36
* repo: esthetism renameMichael Muré2019-11-193-10/+10
* bridge: various improvement on the global token PRMichael Muré2019-11-102-2/+2
* commands: use token value as identifierAmine2019-11-091-4/+8
* bridge/core: comment token functionalitiesAmine2019-11-091-2/+4
* bridge: improvement on the import resume featureMichael Muré2019-11-033-12/+11
* repository: fix ineffectual assignment in git testamine2019-11-011-0/+2
* bridge: use new repository configuration interfaceamine2019-11-014-70/+21
* repository: improve documentation and fix typo mistakeamine2019-11-012-7/+7
* repository: use `repo.runGitCommand` and `flagLocality` instead of execFnamine2019-11-011-15/+12
* repository: add StoreTimestamp/StoreBool to the config interfaceamine2019-11-016-78/+93
* repository: add ReadTimestamp methods and improve namingamine2019-10-316-65/+104
* repository: config interface and implementation reworkamine2019-10-318-190/+334
* Merge pull request #205 from seeduvax/issue-178Michael Muré2019-08-312-8/+31
|\
| * git: minor cleanupMichael Muré2019-08-311-7/+8
| * issue 178: refined git command cwd setting.Sebastien Devaux2019-08-281-2/+11
| * issue 178: adding required changes to InitGitRepo and CleanupTestReposSebastien Devaux2019-08-272-1/+13