git-annex/Remote
Joey Hess 37ef39c929 suppress "(Recording state in git)" message when committing change to remote state
This was shown redundantly for a tricky reason -- while it runs
inside a doSideAction block that would appear to supress it,
the action being run is in a different state monad; for the remote,
and so the suppression doesn't work.

Always suppressing the message when committing to a local remote is
ok do to though -- it mirrors the /dev/nulling of the git annex shell commit
output. And it turns out that any time there is a git-annex branch state
change to commit on the remote, the local repo has also had a similar
change made, and so the message has been shown already.
2012-05-20 00:14:56 -04:00
..
Helper Clean up handling of git directory and git worktree. 2012-05-18 17:03:12 -04:00
Bup.hs Clean up handling of git directory and git worktree. 2012-05-18 17:03:12 -04:00
Directory.hs noop 2012-04-21 23:32:33 -04:00
Git.hs suppress "(Recording state in git)" message when committing change to remote state 2012-05-20 00:14:56 -04:00
Hook.hs Fix use of several config settings 2012-05-05 20:16:56 -04:00
List.hs use LANGUAGE CPP pragma, avoids running cpp on all the other sources 2012-04-17 18:37:40 -04:00
Rsync.hs rsync shellescape disable option 2012-05-02 13:08:33 -04:00
S3.hs noop 2012-04-21 23:32:33 -04:00
Web.hs Add annex.httpheaders and annex.httpheader-command config settings 2012-04-22 01:13:09 -04:00