[git-users] Question about commit size

2012-06-20 Thread paymaster
Dear all.. How can I know commit size? Is there any solution? Thanks. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email to

Re: [git-users] Question about commit size

2012-06-20 Thread Serge Matveenko
On Wed, Jun 20, 2012 at 11:43 AM, paymaster baekseon...@gmail.com wrote: How can I know commit size? What is size? A number of lines affected? Raw patch size in bytes? Compressed patch size in bytes? Mount of data transferred via push maybe? -- Serge Matveenko se...@matveenko.ru

[git-users] Re: Question about commit size

2012-06-20 Thread paymaster
Thanks for your reply :-) I mean the mount of data transferred via push. thanks -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email

[git-users] Re: Question about commit size

2012-06-20 Thread Thomas Ferris Nicolaisen
git push displays this by default: ➜ ~/projects/agnes/[master]git push Counting objects: 17, done. Delta compression using up to 8 threads. Compressing objects: 100% (15/15), done. Writing objects: 100% (15/15), 1.35 KiB, done. The above push resulted in a transfer of 1.35 KiB, which is the

Re: [git-users] Re: git pull asks for commit comment

2012-06-20 Thread Konstantin Khomoutov
On Tue, 19 Jun 2012 12:02:26 -0700 (PDT) Dan Hirsmuller-Counts xpemda...@gmail.com wrote: This is one of the recent changes in Git to make it more user friendly. More specifically in this point, help users avoid these automatic merge messages that can sometime be a bit ugly. From