1. 21 7月, 2008 2 次提交
  2. 20 7月, 2008 20 次提交
  3. 19 7月, 2008 1 次提交
    • J
      Merge branch 'sp/maint-index-pack' into maint · fcf74dbf
      Junio C Hamano 提交于
      * sp/maint-index-pack:
        index-pack: Honor core.deltaBaseCacheLimit when resolving deltas
        index-pack: Track the object_entry that creates each base_data
        index-pack: Chain the struct base_data on the stack for traversal
        index-pack: Refactor base arguments of resolve_delta into a struct
      fcf74dbf
  4. 18 7月, 2008 5 次提交
  5. 17 7月, 2008 12 次提交
    • J
      mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: line · 1e102bf7
      Junio C Hamano 提交于
      A patch title "[PATCH] 1" was sanitized by the original code by stripping
      the "[PATCH]" from the front, but after the conversion to use strbuf this
      behaviour was broken due to a counting error.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      1e102bf7
    • J
      read-cache.c: typofix · 3bf0dd1f
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      3bf0dd1f
    • J
      Update draft release notes for 1.6.0 · 57cbf72e
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      57cbf72e
    • J
      Merge branch 'mv/dashless' · 1f8dc671
      Junio C Hamano 提交于
      * mv/dashless:
        make remove-dashes: apply to scripts and programs as well, not just to builtins
        git-bisect: use dash-less form on git bisect log
        t1007-hash-object.sh: use quotes for the test description
        t0001-init.sh: change confusing directory name
      1f8dc671
    • J
      Merge branch 'ls/mailinfo' · 0513f241
      Junio C Hamano 提交于
      * ls/mailinfo:
        git-mailinfo: use strbuf's instead of fixed buffers
        Add some useful functions for strbuf manipulation.
        Make some strbuf_*() struct strbuf arguments const.
      
      Conflicts:
      	builtin-mailinfo.c
      0513f241
    • P
      Documentation/git-submodule.txt: Add Description section · e38953ab
      Petr Baudis 提交于
      Figuring out how submodules work conceptually is quite a bumpy
      ride for a newcomer; the user manual helps (if one knows to actually
      look into it), but the reference documentation should provide good
      quick intro as well. This patch attempts to do that, with suggestions
      from Heikki Orsila.
      
      Cc: Heikki Orsila <shdl@zakalwe.fi>
      Signed-off-by: NPetr Baudis <pasky@suse.cz>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      e38953ab
    • J
      Merge branch 'sb/dashless' · 588c038a
      Junio C Hamano 提交于
      * sb/dashless:
        Make usage strings dash-less
        t/: Use "test_must_fail git" instead of "! git"
        t/test-lib.sh: exit with small negagive int is ok with test_must_fail
      
      Conflicts:
      	builtin-blame.c
      	builtin-mailinfo.c
      	builtin-mailsplit.c
      	builtin-shortlog.c
      	git-am.sh
      	t/t4150-am.sh
      	t/t4200-rerere.sh
      588c038a
    • J
      Merge branch 'rs/archive' · e75bf76f
      Junio C Hamano 提交于
      * rs/archive:
        archive: remove extra arguments parsing code
        archive: unify file attribute handling
        archive: centralize archive entry writing
        archive: add baselen member to struct archiver_args
        add context pointer to read_tree_recursive()
        archive: remove args member from struct archiver
      e75bf76f
    • J
      Merge branch 'ag/blame' · 1c7ac06d
      Junio C Hamano 提交于
      * ag/blame:
        Do not try to detect move/copy for entries below threshold.
        Avoid rescanning unchanged entries in search for copies.
      1c7ac06d
    • J
      Merge branch 'rs/rebase-checkout-not-so-quiet' · 5324a633
      Junio C Hamano 提交于
      * rs/rebase-checkout-not-so-quiet:
        git-rebase: report checkout failure
      
      Conflicts:
      	git-rebase.sh
      5324a633
    • J
      Merge branch 'sp/maint-index-pack' · 7ed3fed3
      Junio C Hamano 提交于
      * sp/maint-index-pack:
        index-pack: Honor core.deltaBaseCacheLimit when resolving deltas
        index-pack: Track the object_entry that creates each base_data
        index-pack: Chain the struct base_data on the stack for traversal
        index-pack: Refactor base arguments of resolve_delta into a struct
      7ed3fed3
    • J
      Merge branch 'maint' · 88bbda08
      Junio C Hamano 提交于
      * maint:
        Start preparing 1.5.6.4 release notes
        git fetch-pack: do not complain about "no common commits" in an empty repo
        rebase-i: keep old parents when preserving merges
        t7600-merge: Use test_expect_failure to test option parsing
        Fix buffer overflow in prepare_attr_stack
        Fix buffer overflow in git diff
        Fix buffer overflow in git-grep
        git-cvsserver: fix call to nonexistant cleanupWorkDir()
        Documentation/git-cherry-pick.txt et al.: Fix misleading -n description
      
      Conflicts:
      	RelNotes
      88bbda08