aboutsummaryrefslogtreecommitdiff
path: root/Git/Ref.hs
Commit message (Expand)AuthorAge
* typo fixGravatar Joey Hess2017-10-30
* Fix export of subdir of a branch.Gravatar Joey Hess2017-10-30
* sync: Added --cleanup, which removes local and remote synced/ branches.Gravatar Joey Hess2017-09-28
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* fix bugs in handing of deep branches with sync and adjusted branchesGravatar Joey Hess2016-09-21
* improve commentGravatar Joey Hess2016-09-21
* Upgrading a direct mode repository to v6 has changed to enter an adjusted unl...Gravatar Joey Hess2016-04-04
* make sync aware of adjusted branchesGravatar Joey Hess2016-02-29
* sync: Fix committing when in a direct mode repo that has no HEAD ref.Gravatar Joey Hess2015-03-04
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* remove Read instance for RefGravatar Joey Hess2014-02-19
* --in can now refer to files that were located in a repository at some past da...Gravatar Joey Hess2014-02-06
* Avoid using git commit in direct mode, since in some situations it will read ...Gravatar Joey Hess2013-12-01
* add new status commandGravatar Joey Hess2013-11-07
* work around lack of receive.denyCurrentBranch in direct modeGravatar Joey Hess2013-11-05
* v5 for direct mode, with automatic upgradeGravatar Joey Hess2013-11-05
* include HEAD in CanPush shasGravatar Joey Hess2013-05-21
* XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibil...Gravatar Joey Hess2013-05-21
* fix type introduced in 9bce151dGravatar Joey Hess2013-03-07
* git subcommand cleanupGravatar Joey Hess2013-03-03
* pre-commit: Update direct mode mappings.Gravatar Joey Hess2013-02-06
* finished where indentation changesGravatar Joey Hess2012-12-13
* make a pipeReadStrict, that properly waits on the processGravatar Joey Hess2012-10-04
* better name for fallback sync refsGravatar Joey Hess2012-09-16
* make the merger merge any equivilant sync branch into the current branchGravatar Joey Hess2012-09-16
* bup: Properly handle key names with spaces or other things that are not legal...Gravatar Joey Hess2012-04-11
* nicer style; also empty refs are implicitly not allowedGravatar Joey Hess2012-04-11
* added a git ref legality checkerGravatar Joey Hess2012-04-11
* support all filename encodings with ghc 7.4Gravatar Joey Hess2012-02-03
* attempt at a quick, utf-8 only fix to the ghc 7.4 problemGravatar Joey Hess2012-02-01
* refactorGravatar Joey Hess2011-12-30
* add base, underGravatar Joey Hess2011-12-30
* avoid partial function, and parse git-ref output betterGravatar Joey Hess2011-12-15
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
* split out Git/Ref.hsGravatar Joey Hess2011-12-12