On Fri, 12 Dec 2014 18:24:34 +0100 "[email protected]" <[email protected]> wrote:
> I could expect verbose flag will made git become more verbose... but > that's no so easy Well, works for me: ~% cd /tmp tmp% mkdir foo tmp% cd foo foo% git init Initialized empty Git repository in /tmp/foo/.git/ foo% touch foo.txt foo% git add -v foo.txt add 'foo.txt' foo% git --version git version 1.9.1 foo% -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
