1. 10 7月, 2010 2 次提交
  2. 08 7月, 2010 6 次提交
  3. 07 7月, 2010 1 次提交
  4. 06 7月, 2010 4 次提交
  5. 03 7月, 2010 1 次提交
  6. 30 6月, 2010 2 次提交
  7. 29 6月, 2010 9 次提交
  8. 28 6月, 2010 1 次提交
  9. 26 6月, 2010 1 次提交
    • R
      msvc: Fix some compiler warnings · 9eafa120
      Ramsay Jones 提交于
      In particular, using the normal (or production) compiler
      warning level (-W3), msvc complains as follows:
      
      .../sha1.c(244) : warning C4018: '<' : signed/unsigned mismatch
      .../sha1.c(270) : warning C4244: 'function' : conversion from \
         'unsigned __int64' to 'unsigned long', possible loss of data
      .../sha1.c(271) : warning C4244: 'function' : conversion from \
         'unsigned __int64' to 'unsigned long', possible loss of data
      
      Note that gcc issues a similar complaint about line 244 when
      compiling with -Wextra.
      Signed-off-by: NRamsay Jones <ramsay@ramsay1.demon.co.uk>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      9eafa120
  10. 25 6月, 2010 2 次提交
  11. 23 6月, 2010 8 次提交
  12. 22 6月, 2010 3 次提交
    • J
      Merge branch 'jc/t9129-any-utf8' into maint · a8c4d925
      Junio C Hamano 提交于
      * jc/t9129-any-utf8:
        t9129: fix UTF-8 locale detection
      a8c4d925
    • J
      Merge branch 'cb/ls-files-cdup' into maint · 4b2405ce
      Junio C Hamano 提交于
      * cb/ls-files-cdup:
        ls-files: allow relative pathspec
        quote.c: separate quoting and relative path generation
      4b2405ce
    • J
      Merge branch 'tc/merge-m-log' into maint · e3ed7f72
      Junio C Hamano 提交于
      * tc/merge-m-log:
        merge: --log appends shortlog to message if specified
        fmt-merge-msg: add function to append shortlog only
        fmt-merge-msg: refactor merge title formatting
        fmt-merge-msg: minor refactor of fmt_merge_msg()
        merge: rename variable
        merge: update comment
        t7604-merge-custom-message: show that --log doesn't append to -m
        t7604-merge-custom-message: shift expected output creation
      e3ed7f72