summaryrefslogtreecommitdiff
path: root/Git/Branch.hs
Commit message (Expand)AuthorAge
* multiple -m second tryJoey Hess2024-04-09
* Revert "multiple -m"Joey Hess2024-04-02
* multiple -mJoey Hess2024-03-27
* sync --quietJoey Hess2021-07-19
* fixed reconcileStaged crash when index is locked or in conflictJoey Hess2021-05-24
* filter-branch working aside from some edge casesJoey Hess2021-05-17
* ByteString Ref continuedJoey Hess2020-04-07
* annex.addunlocked expressionsJoey Hess2019-12-20
* use ByteString for git configJoey Hess2019-11-27
* wip RawFilePathJoey Hess2019-11-25
* Removed support for git versions older than 2.1Joey Hess2019-09-11
* correct the comment to match the implementationJoey Hess2019-07-16
* update licenses from GPL to AGPLJoey Hess2019-03-13
* Pass -S to git commit-tree when commit.gpgsign is set and when making a non-a...Joey Hess2016-06-02
* sync: Show output of git commit.Joey Hess2016-04-05
* Upgrading a direct mode repository to v6 has changed to enter an adjusted unl...Joey Hess2016-04-04
* add reflog messagesJoey Hess2016-03-31
* working toward adjusted commit propigationJoey Hess2016-03-03
* factor out commitTreeJoey Hess2016-02-25
* sync: Fix committing when in a direct mode repo that has no HEAD ref.Joey Hess2015-03-04
* add -q to git symbolic-ref callJoey Hess2015-03-02
* update my email address and homepage urlJoey Hess2015-01-21
* simplifyJoey Hess2014-11-12
* proxy: for all your direct mode repository munging needsJoey Hess2014-11-12
* Fix git version that supported --no-gpg-sign.Joey Hess2014-07-08
* avoid using --no-gpg-sign with old versions of gitJoey Hess2014-07-04
* support commit.gpgsignJoey Hess2014-07-04
* avoid bad commits after interrupted direct mode sync (or merge)Joey Hess2014-06-09
* remove Read instance for RefJoey Hess2014-02-19
* Avoid using git commit in direct mode, since in some situations it will read ...Joey Hess2013-12-01
* work around lack of receive.denyCurrentBranch in direct modeJoey Hess2013-11-05
* factor out updateJoey Hess2013-11-05
* git-recover-repository 1/2 doneJoey Hess2013-10-20
* sync, assistant: Force push of the git-annex branch.Joey Hess2013-08-29
* XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibil...Joey Hess2013-05-21
* git subcommand cleanupJoey Hess2013-03-03
* finished where indentation changesJoey Hess2012-12-13
* make a pipeReadStrict, that properly waits on the processJoey Hess2012-10-04
* handle case of adding populated drive to just created repoJoey Hess2012-08-05
* fix crashes when run in a git repo that has been initted but has no master br...Joey Hess2012-08-05
* switch from System.Cmd.Utils to System.ProcessJoey Hess2012-07-18
* add debuggingJoey Hess2012-07-17
* removed another 10 lines via ifMJoey Hess2012-03-16
* support all filename encodings with ghc 7.4Joey Hess2012-02-03
* attempt at a quick, utf-8 only fix to the ghc 7.4 problemJoey Hess2012-02-01
* refactor and check for a detached HEADJoey Hess2011-12-31
* split out Git/Command.hsJoey Hess2011-12-14
* split more stuff out of Git.hsJoey Hess2011-12-14
* move commit to Git.BranchJoey Hess2011-12-13
* broke out Git/Branch.hs and reorganizedJoey Hess2011-12-12