aboutsummaryrefslogtreecommitdiff
path: root/Command/Merge.hs
Commit message (Expand)AuthorAge
* showStart variant for when there's no worktree fileGravatar Joey Hess2017-11-28
* configuration to disable automatic merge conflict resolutionGravatar Joey Hess2017-06-01
* post-recive hook to make updateInstead work in direct mode and adjusted branchesGravatar Joey Hess2017-02-17
* refactorGravatar Joey Hess2016-04-22
* make sync aware of adjusted branchesGravatar Joey Hess2016-02-29
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* sync: Work even when the local git repository is new and empty, with no maste...Gravatar Joey Hess2013-11-02
* sync: Don't fail if the directory it is run in gets removed by the sync.Gravatar Joey Hess2013-09-13
* merge: Now also merges synced/master or similar branches, which makes it use...Gravatar Joey Hess2013-07-03
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* improve alwayscommit=false modeGravatar Joey Hess2012-02-25
* clean up check selection codeGravatar Joey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Gravatar Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* remove command type definitionsGravatar Joey Hess2011-09-15
* shorten synopsisGravatar Joey Hess2011-09-14
* add merge subcommandGravatar Joey Hess2011-06-22