aboutsummaryrefslogtreecommitdiffstats
path: root/commands/pull.go
Commit message (Collapse)AuthorAgeFilesLines
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-3/+3
|
* cache: properly push/pull identities and bugsMichael Muré2019-03-271-5/+6
|
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
|
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
|
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
|
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
| | | | fix #67
* commands: fix a panic on merge invalidMichael Muré2018-09-191-1/+1
|
* pull: don't stop the process when one merge failMichael Muré2018-09-191-1/+1
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-1/+1
|
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-131-1/+1
|
* cache: refactor to handle bug changes during PullMichael Muré2018-09-081-1/+1
|
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-071-2/+24
|
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-2/+8
|
* cleanup go importsMichael Muré2018-08-131-1/+2
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-20/+2
|
* bug: refactor to limit abstraction leak and to have a more reusable code for ↵Michael Muré2018-07-231-49/+6
| | | | the UIs
* generate markdown documentationMichael Muré2018-07-201-1/+1
|
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-6/+10
|
* implement pull/mergeMichael Muré2018-07-171-1/+60
|
* fix buildMichael Muré2018-07-161-1/+0
|
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-4/+3
|
* add a "comment" commandMichael Muré2018-07-151-2/+2
|
* fix push/pullMichael Muré2018-07-131-1/+1
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-1/+2
|
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-7/+5
|
* more experimentMichael Muré2018-07-121-0/+33