1. 10 10月, 2008 10 次提交
    • S
      Merge branch 'mw/sendemail' · d5c52744
      Shawn O. Pearce 提交于
      * mw/sendemail:
        bash completion: Add --[no-]validate to "git send-email"
        send-email: signedoffcc -> signedoffbycc, but handle both
        Docs: send-email: Create logical groupings for man text
        Docs: send-email: Create logical groupings for --help text
        Docs: send-email: Remove unnecessary config variable description
        Docs: send-email: --chain_reply_to -> --[no-]chain-reply-to
        send-email: change --no-validate to boolean --[no-]validate
        Docs: send-email: Man page option ordering
        Docs: send-email usage text much sexier
        Docs: send-email's usage text and man page mention same options
      d5c52744
    • S
      Merge branch 'mv/merge-refresh' · 76c3fb1f
      Shawn O. Pearce 提交于
      * mv/merge-refresh:
        builtin-merge: refresh the index before calling a strategy
      76c3fb1f
    • S
      Merge branch 'ph/parseopt' · c9618ff9
      Shawn O. Pearce 提交于
      * ph/parseopt:
        parse-opt: migrate builtin-merge-file.
        parse-opt: migrate git-merge-base.
        parse-opt: migrate fmt-merge-msg.
      c9618ff9
    • S
      Merge branch 'rz/grepz' · 86193807
      Shawn O. Pearce 提交于
      * rz/grepz:
        git grep: Add "-z/--null" option as in GNU's grep.
      86193807
    • S
      Merge branch 'mg/verboseprune' · e4fff5ce
      Shawn O. Pearce 提交于
      * mg/verboseprune:
        make prune report removed objects on -v
      e4fff5ce
    • S
      Merge branch 'maint' · 63553648
      Shawn O. Pearce 提交于
      * maint:
        builtin-apply: fix typo leading to stack corruption
        git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)
        builtin-merge.c: allocate correct amount of memory
        Makefile: do not set NEEDS_LIBICONV for Solaris 8
        rebase -i: remove leftover debugging
        rebase -i: proper prepare-commit-msg hook argument when squashing
      63553648
    • S
      Merge branch 'sg/maint-intrebase-msghook' into maint · 44c33a5b
      Shawn O. Pearce 提交于
      * sg/maint-intrebase-msghook:
        rebase -i: remove leftover debugging
        rebase -i: proper prepare-commit-msg hook argument when squashing
      44c33a5b
    • I
      builtin-apply: fix typo leading to stack corruption · b8ebe08b
      Imre Deak 提交于
      This typo led to stack corruption for lines with whitespace fixes
      and length > 1024.
      Signed-off-by: NImre Deak <imre.deak@gmail.com>
      Looks-good-by: NJunio C Hamano <gitster@pobox.com>
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      b8ebe08b
    • B
      git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1) · 875471c5
      Brandon Casey 提交于
      The referenced commit tried to fix a flaw in stash's handling of a user
      supplied invalid ref. i.e. 'git stash apply fake_ref@{0}' should fail
      instead of applying stash@{0}. But, it did so in a naive way by avoiding the
      use of the --default option of rev-parse, and instead manually supplied the
      default revision if the user supplied an empty command line. This prevented
      a common usage scenario of supplying flags on the stash command line (i.e.
      non-empty command line) which would be parsed by lower level git commands,
      without supplying a specific revision. This should fall back to the default
      revision, but now it causes an error. e.g. 'git stash show -p'
      
      The correct fix is to use the --verify option of rev-parse, which fails
      properly if an invalid ref is supplied, and still allows falling back to a
      default ref when one is not supplied.
      
      Convert stash-drop to use --verify while we're at it, since specifying
      multiple revisions for any of these commands is also an error and --verify
      makes it so.
      Signed-off-by: NBrandon Casey <casey@nrlssc.navy.mil>
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      875471c5
    • S
      Merge branch 'jk/maint-soliconv' into maint · 027b5a4f
      Shawn O. Pearce 提交于
      * jk/maint-soliconv:
        Makefile: do not set NEEDS_LIBICONV for Solaris 8
      027b5a4f
  2. 09 10月, 2008 2 次提交
  3. 08 10月, 2008 7 次提交
  4. 06 10月, 2008 11 次提交
  5. 03 10月, 2008 10 次提交