1. 02 12月, 2010 6 次提交
  2. 25 11月, 2010 21 次提交
  3. 24 11月, 2010 1 次提交
  4. 18 11月, 2010 4 次提交
  5. 17 11月, 2010 3 次提交
  6. 12 11月, 2010 1 次提交
  7. 11 11月, 2010 1 次提交
  8. 10 11月, 2010 1 次提交
    • J
      Documentation: document show -s · 60aa9cf8
      Jonathan Nieder 提交于
      Git's diff machinery has supported a -s (silence diff output) option
      as far back as v0.99~900 (Silent flag for show-diff, 2005-04-13), but
      the option is only advertised in an odd corner of the git diff-tree
      manual.
      
      The main use is to retrieve basic metadata about a commit:
      
      	git show -s rev
      
      Explain this in the 'git log' manual and provide an example in the
      'git show' examples section.  This is kind of a cop-out, since it
      would be more useful to explain it in the 'git show' manual proper,
      which says:
      
      	The command takes options applicable to the git
      	diff-tree command to control how the changes the
      	commit introduces are shown.
      
      	This manual page describes only the most frequently
      	used options.
      
      Fixing that is a larger task for another day.
      Reported-by: NWill Hall <will@gnatter.net>
      Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      60aa9cf8
  9. 09 11月, 2010 1 次提交
  10. 04 11月, 2010 1 次提交