diff options
author | gaetan.lehmann@b47e4a12fac33bef53eafb0b41be69cae45edc1e <gaetanlehmann@web> | 2015-11-27 19:17:50 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-11-27 19:17:50 +0000 |
commit | 78ef1e18f7cc843d870586f1b0c5057934bbb733 (patch) | |
tree | af593543e58540845b9e2db2828041b7809f8840 | |
parent | 8d312249580f28f253b9587283c60c1e371dcabb (diff) |
-rw-r--r-- | doc/bugs/git_annex_should_check_that_stdout_isatty_when_reporting_progress.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/bugs/git_annex_should_check_that_stdout_isatty_when_reporting_progress.mdwn b/doc/bugs/git_annex_should_check_that_stdout_isatty_when_reporting_progress.mdwn index fec502b9e..87ffd321b 100644 --- a/doc/bugs/git_annex_should_check_that_stdout_isatty_when_reporting_progress.mdwn +++ b/doc/bugs/git_annex_should_check_that_stdout_isatty_when_reporting_progress.mdwn @@ -6,15 +6,16 @@ This is problematic mostly when running git-annex with cron. ### What steps will reproduce the problem? -git annex copy --to myrepo > log + git annex copy --to myrepo > log -then look at the content of log. +then look at the content of `log`. ### What version of git-annex are you using? On what operating system? -5.20151019 +git annex 5.20151019 Mac OS X 10.10.5 + Ubuntu 14.04 ### Please provide any additional information below. |