1. 10 7月, 2006 1 次提交
    • 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 8 次提交
  4. 07 7月, 2006 10 次提交
  5. 06 7月, 2006 9 次提交
    • J
      git-reset: complain and exit upon seeing an unknown parameter. · ac83aa2e
      Junio C Hamano 提交于
      The check to use "rev-parse --verify" was defeated by the use of
      "--default HEAD".  "git reset --hard bogus-committish" just
      defaulted to reset to the HEAD without complaining.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      ac83aa2e
    • J
      Merge branch 'lt/gitweb' · bc483d04
      Junio C Hamano 提交于
      * lt/gitweb:
        gitweb: Declare global variables with "our"
        gitweb: Enable tree (directory) history display
        gitweb: optimize per-file history generation
      bc483d04
    • J
      Merge branch 'jc/fmt-merge-msg-test' · a3d470c2
      Junio C Hamano 提交于
      * jc/fmt-merge-msg-test:
        t6200: fmt-merge-msg test.
      a3d470c2
    • J
      Merge branch 'jc/sha1' · b296990c
      Junio C Hamano 提交于
      * jc/sha1:
        A better-scheduled PPC SHA-1 implementation.
        test-sha1: test hashing large buffer
        Makefile: add framework to verify and bench sha1 implementations.
      b296990c
    • J
      Merge branch 'jc/diff-test' · 49b27885
      Junio C Hamano 提交于
      * jc/diff-test:
        t4013: add "diff" UI program tests.
      49b27885
    • J
      Merge branch 'th/diff' · 0c926a3d
      Junio C Hamano 提交于
      * th/diff:
        builtin-diff: turn recursive on when defaulting to --patch format.
        t4013: note improvements brought by the new output code.
        t4013: add format-patch tests.
        format-patch: fix diff format option implementation
        combine-diff.c: type sanity.
        t4013 test updates for new output code.
        Fix some more diff options changes.
        Fix diff-tree -s
        log --raw: Don't descend into subdirectories by default
        diff-tree: Use ---\n as a message separator
        Print empty line between raw, stat, summary and patch
        t4013: add more tests around -c and --cc
        whatchanged: Default to DIFF_FORMAT_RAW
        Don't xcalloc() struct diffstat_t
        Add msg_sep to diff_options
        DIFF_FORMAT_RAW is not default anymore
        Set default diff output format after parsing command line
        Make --raw option available for all diff commands
        Merge with_raw, with_stat and summary variables to output_format
        t4013: add tests for diff/log family output options.
      0c926a3d
    • J
      Merge branch 'jc/grepfix' · 169c2e9d
      Junio C Hamano 提交于
      * jc/grepfix:
        git-grep: use a bit more specific error messages.
        git-grep: fix exit code when we use external grep.
        git-grep: fix parsing of pathspec separator '--'
      169c2e9d
    • J
      Merge branch 'js/fmt-merge-msg' · d87b90e4
      Junio C Hamano 提交于
      * js/fmt-merge-msg:
        Make git-fmt-merge-msg a builtin
      d87b90e4
    • V
      Fix print-log and diff compatibility with recent vc versions · b5dd9d20
      Ville Skytt,Ad(B 提交于
      Here's a patch that fixes print-log and diff compatibility with recent
      vc versions, such as current GNU Emacs CVS.
      Signed-off-by: NVille Skytt,Ad(B <scop@xemacs.org>
      b5dd9d20