1. 11 3月, 2008 10 次提交
  2. 09 3月, 2008 19 次提交
  3. 08 3月, 2008 11 次提交
    • J
      Merge branch 'aw/maint-shortlog-blank-lines' · 5c9afcff
      Junio C Hamano 提交于
      * aw/maint-shortlog-blank-lines:
        shortlog: take the first populated line of the description
      5c9afcff
    • J
      Merge branch 'mh/maint-http-proxy-fix' into maint · 972b9a85
      Junio C Hamano 提交于
      * mh/maint-http-proxy-fix:
        Set proxy override with http_init()
      972b9a85
    • J
      Merge branch 'js/maint-daemon' into maint · 1f1300b4
      Junio C Hamano 提交于
      * js/maint-daemon:
        daemon: ensure that base-path is an existing directory
        daemon: send more error messages to the syslog
      1f1300b4
    • J
      Merge branch 'js/maint-cvsexport' into maint · 274d9d32
      Junio C Hamano 提交于
      * js/maint-cvsexport:
        cvsexportcommit: be graceful when "cvs status" reorders the arguments
      
      Conflicts:
      
      	t/t9200-git-cvsexportcommit.sh
      274d9d32
    • J
      Merge branch 'jc/maint-log-merge-left-right' into maint · 925ca887
      Junio C Hamano 提交于
      * jc/maint-log-merge-left-right:
        Fix "git log --merge --left-right"
      925ca887
    • J
      Merge branch 'ew/maint-svn-cert-fileprovider' into maint · ca2c1950
      Junio C Hamano 提交于
      * ew/maint-svn-cert-fileprovider:
        git-svn: Don't prompt for client cert password everytime.
      ca2c1950
    • J
      Merge branch 'maint' · 60e3cad9
      Junio C Hamano 提交于
      * maint:
        unquote_c_style: fix off-by-one.
        test-lib: fix TERM to dumb for test repeatability
        config.txt: refer to --upload-pack and --receive-pack instead of --exec
        git-gui: Gracefully fall back to po2msg.sh if msgfmt --tcl fails
      60e3cad9
    • J
      send-email: --no-signed-off-cc should suppress 'sob' cc · ba51795c
      Junio C Hamano 提交于
      The logic to countermand suppression of Cc to the signers with a more
      explicit --signed-off-by option done in 65648283 (git-send-email:
      Generalize auto-cc recipient mechanism) suffers from a double-negation
      error.
      
      A --signed-off-cc option, when false, should actively suppress CC: to be
      generated out of S-o-b lines, and it should refrain from suppressing when
      it is true.
      
      It also fixes "(sob) Adding cc:" status output; earlier it included the
      line terminator LF inside '%s', which was totally bogus.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      ba51795c
    • J
      Merge branch 'js/reflog-delete' · d33046c1
      Junio C Hamano 提交于
      * js/reflog-delete:
        t3903-stash.sh: Add tests for new stash commands drop and pop
        git-reflog.txt: Document new commands --updateref and --rewrite
        t3903-stash.sh: Add missing '&&' to body of testcase
        git-stash: add new 'pop' subcommand
        git-stash: add new 'drop' subcommand
        git-reflog: add option --updateref to write the last reflog sha1 into the ref
        refs.c: make close_ref() and commit_ref() non-static
        git-reflog: add option --rewrite to update reflog entries while expiring
        reflog-delete: parse standard reflog options
        builtin-reflog.c: fix typo that accesses an unset variable
        Teach "git reflog" a subcommand to delete single entries
      d33046c1
    • J
      Merge branch 'dc/format-pretty' · 5628a7a3
      Junio C Hamano 提交于
      * dc/format-pretty:
        log/show/whatchanged: introduce format.pretty configuration
        specify explicit "--pretty=medium" with `git log/show/whatchanged`
        whatchanged documentation: share description of --pretty with others
      5628a7a3
    • J
      Merge branch 'cb/mergetool' · 003b93cf
      Junio C Hamano 提交于
      * cb/mergetool:
        Add a very basic test script for git mergetool
        Teach git mergetool to use custom commands defined at config time
        Changed an internal variable of mergetool to support custom commands
        Tidy up git mergetool's backup file behaviour
      003b93cf