1. 18 10月, 2005 2 次提交
  2. 16 10月, 2005 1 次提交
  3. 14 10月, 2005 3 次提交
  4. 12 10月, 2005 1 次提交
  5. 11 10月, 2005 4 次提交
  6. 10 10月, 2005 4 次提交
  7. 09 10月, 2005 2 次提交
  8. 08 10月, 2005 3 次提交
  9. 06 10月, 2005 7 次提交
  10. 05 10月, 2005 2 次提交
    • J
      Fix diff-filter All-Or-None mark. · 0b34379a
      Junio C Hamano 提交于
      When we updated the marker for new files from 'N' to 'A', we forgot to
      notice that the letter is already taken by the All-Or-None mark.
      Change the All-Or-None marker to '*' to resolve this conflict.
      
      	git-diff-tree -r --diff-filter='R*' -M
      
      shows all the changes (not just renames) that are contained in commits
      that have renames, in comparison with:
      
      	git-diff-tree -r --diff-filter='R' -M
      
      shows the same set of changes but the diff output are limited only to
      renaming changes.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      0b34379a
    • J
      Add missing documentation. · 12905637
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      12905637
  11. 04 10月, 2005 8 次提交
  12. 03 10月, 2005 3 次提交