1. 10 7月, 2006 6 次提交
    • S
      Avoid C99 initializers · 344c52ae
      Shawn Pearce 提交于
      In a handful places, we use C99 structure and array
      initializers, which some compilers do not support.
      
      This can be handy when you are trying to compile GIT on a
      Solaris system that has an older C compiler, for example.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      344c52ae
    • J
      Merge branch 'jc/rename' · 4f12d529
      Junio C Hamano 提交于
      * jc/rename:
        diffcore-rename: try matching up renames without populating filespec first.
      4f12d529
    • J
      Merge branch 'jc/grep' · 405a99a6
      Junio C Hamano 提交于
      * jc/grep:
        git-grep: boolean expression on pattern matching.
      405a99a6
    • J
      Merge branch 'jc/mailinfo' · 12d4a97a
      Junio C Hamano 提交于
      * jc/mailinfo:
        mailinfo: assume input is latin-1 on the header as we do for the body
      12d4a97a
    • J
      Merge branch 'ew/diff' · fc93dbbf
      Junio C Hamano 提交于
      * ew/diff:
        templates/hooks--update: replace diffstat calls with git diff --stat
        diff: do not use configuration magic at the core-level
        Update diff-options and config documentation.
        diff.c: --no-color to defeat diff.color configuration.
        diff.c: respect diff.renames config option
      fc93dbbf
    • J
      Merge branch 'ew/svn' · e6ff54a2
      Junio C Hamano 提交于
      * ew/svn:
        Fix some doubled word typos
        Typofix in Makefile comment.
        Makefile: export NO_SVN_TESTS
        git-svn: migrate out of contrib (follow-up)
        git-svn: migrate out of contrib
      e6ff54a2
  2. 09 7月, 2006 12 次提交
  3. 08 7月, 2006 13 次提交
  4. 07 7月, 2006 9 次提交