1. 23 8月, 2011 1 次提交
  2. 02 8月, 2011 4 次提交
  3. 01 8月, 2011 4 次提交
  4. 25 7月, 2011 2 次提交
    • J
      Merge branch 'maint' · 4db0d0d1
      Junio C Hamano 提交于
      * maint:
        tests: print failed test numbers at the end of the test run
      4db0d0d1
    • J
      tests: print failed test numbers at the end of the test run · 2579e1d2
      Jens Lehmann 提交于
      On modern multi-core processors "make test" is often run in multiple jobs.
      If one of them fails the test run does stop, but the concurrently running
      tests finish their run. It is rather easy to find out which test failed by
      doing a "ls -d t/trash*". But that only works when you don't use the "-i"
      option to "make test" because you want to get an overview of all failing
      tests. In that case all thrash directories are deleted end and the
      information which tests failed is lost.
      
      If one or more tests failed, print a list of them before the test summary:
      
      failed test(s): t1000 t6500
      
      fixed   0
      success 7638
      failed  3
      broken  49
      total   7723
      
      This makes it possible to just run the test suite with -i and collect all
      failed test scripts at the end for further examination.
      Signed-off-by: NJens Lehmann <Jens.Lehmann@web.de>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      2579e1d2
  5. 23 7月, 2011 16 次提交
  6. 22 7月, 2011 1 次提交
  7. 21 7月, 2011 1 次提交
  8. 20 7月, 2011 11 次提交
    • P
      git-config: Remove extra whitespaces · 8b590075
      Pavan Kumar Sunkara 提交于
      Remove extra whitespaces introduced by commits
      01ebb9dc and fc1905bbSigned-off-by: NPavan Kumar Sunkara <pavan.sss1991@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      8b590075
    • J
      Update draft release notes to 1.7.7 · d79bcd68
      Junio C Hamano 提交于
      The second batch of topics for this cycle are now in.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d79bcd68
    • J
      Merge branch 'jc/index-pack' · d907bf8e
      Junio C Hamano 提交于
      * jc/index-pack:
        verify-pack: use index-pack --verify
        index-pack: show histogram when emulating "verify-pack -v"
        index-pack: start learning to emulate "verify-pack -v"
        index-pack: a miniscule refactor
        index-pack --verify: read anomalous offsets from v2 idx file
        write_idx_file: need_large_offset() helper function
        index-pack: --verify
        write_idx_file: introduce a struct to hold idx customization options
        index-pack: group the delta-base array entries also by type
      
      Conflicts:
      	builtin/verify-pack.c
      	cache.h
      	sha1_file.c
      d907bf8e
    • J
      Merge branch 'jn/mime-type-with-params' · 54dbc1f9
      Junio C Hamano 提交于
      * jn/mime-type-with-params:
        gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xss
        gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xss
      54dbc1f9
    • J
      Merge branch 'jc/submodule-sync-no-auto-vivify' · 0591c0a5
      Junio C Hamano 提交于
      * jc/submodule-sync-no-auto-vivify:
        submodule add: always initialize .git/config entry
        submodule sync: do not auto-vivify uninteresting submodule
      
      Conflicts:
      	git-submodule.sh
      0591c0a5
    • J
      Merge branch 'jk/archive-tar-filter' · 765c7e4f
      Junio C Hamano 提交于
      * jk/archive-tar-filter:
        upload-archive: allow user to turn off filters
        archive: provide builtin .tar.gz filter
        archive: implement configurable tar filters
        archive: refactor file extension format-guessing
        archive: move file extension format-guessing lower
        archive: pass archiver struct to write_archive callback
        archive: refactor list of archive formats
        archive-tar: don't reload default config options
        archive: reorder option parsing and config reading
      765c7e4f
    • J
      Merge branch 'jn/gitweb-split-header-html' · 17a403c8
      Junio C Hamano 提交于
      * jn/gitweb-split-header-html:
        gitweb: Refactor git_header_html
      17a403c8
    • J
      Merge branch 'jk/clone-cmdline-config' · ff94409d
      Junio C Hamano 提交于
      * jk/clone-cmdline-config:
        clone: accept config options on the command line
        config: make git_config_parse_parameter a public function
        remote: use new OPT_STRING_LIST
        parse-options: add OPT_STRING_LIST helper
      ff94409d
    • J
      Merge branch 'jk/maint-config-param' · fe01ef31
      Junio C Hamano 提交于
      * jk/maint-config-param:
        config: use strbuf_split_str instead of a temporary strbuf
        strbuf: allow strbuf_split to work on non-strbufs
        config: avoid segfault when parsing command-line config
        config: die on error in command-line config
        fix "git -c" parsing of values with equals signs
        strbuf_split: add a max parameter
      fe01ef31
    • J
      Merge branch 'jk/tag-list-multiple-patterns' · 20a80d04
      Junio C Hamano 提交于
      * jk/tag-list-multiple-patterns:
        tag: accept multiple patterns for --list
      20a80d04
    • J
      Merge branch 'jc/zlib-wrap' · eb4f4076
      Junio C Hamano 提交于
      * jc/zlib-wrap:
        zlib: allow feeding more than 4GB in one go
        zlib: zlib can only process 4GB at a time
        zlib: wrap deflateBound() too
        zlib: wrap deflate side of the API
        zlib: wrap inflateInit2 used to accept only for gzip format
        zlib: wrap remaining calls to direct inflate/inflateEnd
        zlib wrapper: refactor error message formatter
      
      Conflicts:
      	sha1_file.c
      eb4f4076