From 807884f3d1e1ff1f2eaa5538481dd9303d5e53a5 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Wed, 3 Oct 2018 17:55:04 +0000 Subject: [PATCH] Added a comment --- ..._2_d9135802f29b78749833b7fd9967cc0b._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/todo/config_setting_to_force_--progress_reporting_for_some_git_calls/comment_2_d9135802f29b78749833b7fd9967cc0b._comment diff --git a/doc/todo/config_setting_to_force_--progress_reporting_for_some_git_calls/comment_2_d9135802f29b78749833b7fd9967cc0b._comment b/doc/todo/config_setting_to_force_--progress_reporting_for_some_git_calls/comment_2_d9135802f29b78749833b7fd9967cc0b._comment new file mode 100644 index 0000000000..ce5a59b0af --- /dev/null +++ b/doc/todo/config_setting_to_force_--progress_reporting_for_some_git_calls/comment_2_d9135802f29b78749833b7fd9967cc0b._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 2" + date="2018-10-03T17:55:04Z" + content=""" +hm... + +``` +$> git checkout --help | grep progress + --[no-]progress + This flag enables progress reporting even if not attached to a + +$> git --version +git version 2.19.0 +``` +"""]]