1. 28 6月, 2010 4 次提交
  2. 04 6月, 2010 1 次提交
  3. 03 6月, 2010 4 次提交
  4. 01 6月, 2010 3 次提交
  5. 29 5月, 2010 6 次提交
  6. 26 5月, 2010 5 次提交
  7. 21 5月, 2010 17 次提交
    • J
      Merge branch 'by/blame-doc-m-c' · 770c5417
      Junio C Hamano 提交于
      * by/blame-doc-m-c:
        blame-options.txt: Add default value for `-M/-C` options.
      770c5417
    • J
      Merge branch 'by/log-follow' · 82c531b3
      Junio C Hamano 提交于
      * by/log-follow:
        tests: rename duplicate t4205
        Make git log --follow find copies among unmodified files.
        Make diffcore_std only can run once before a diff_flush
        Add a macro DIFF_QUEUE_CLEAR.
      82c531b3
    • J
      Merge branch 'mg/advice-statushints' · 82e7ee73
      Junio C Hamano 提交于
      * mg/advice-statushints:
        wt-status: take advice.statusHints seriously
        t7508: test advice.statusHints
      
      Conflicts:
      	wt-status.c
      82e7ee73
    • J
      Merge branch 'cb/maint-stash-orphaned-file' · b7ef48d5
      Junio C Hamano 提交于
      * cb/maint-stash-orphaned-file:
        stash tests: stash can lose data in a file removed from the index
        stash: Don't overwrite files that have gone from the index
      b7ef48d5
    • J
      Merge branch 'jn/maint-bundle' · dfe0171c
      Junio C Hamano 提交于
      * jn/maint-bundle:
        fix "bundle --stdin" segfault
        t5704 (bundle): add tests for bundle --stdin
      dfe0171c
    • J
      Merge branch 'pb/patch-id-plus' · 4d544948
      Junio C Hamano 提交于
      * pb/patch-id-plus:
        patch-id: Add support for mbox format
        patch-id: extract parsing one diff out of generate_id_list
      4d544948
    • J
      Merge branch 'rr/doc-submitting' · c00cf45f
      Junio C Hamano 提交于
      * rr/doc-submitting:
        SubmittingPatches: Add new section about what to base work on
      c00cf45f
    • J
      Merge branch 'st/remote-tags-no-tags' · 42779124
      Junio C Hamano 提交于
      * st/remote-tags-no-tags:
        remote add: add a --[no-]tags option
        Honor "tagopt = --tags" configuration option
      42779124
    • J
      Merge branch 'jn/fsck-ident' · 4cbf42e1
      Junio C Hamano 提交于
      * jn/fsck-ident:
        fsck: check ident lines in commit objects
      4cbf42e1
    • J
      Merge branch 'jn/gitweb-caching-prep' · 921296d3
      Junio C Hamano 提交于
      * jn/gitweb-caching-prep:
        gitweb: Move generating page title to separate subroutine
        gitweb: Add custom error handler using die_error
        gitweb: Use nonlocal jump instead of 'exit' in die_error
        gitweb: href(..., -path_info => 0|1)
        Export more test-related variables when running external tests
      921296d3
    • J
      Merge branch 'jn/gitweb-install' · 14b8512f
      Junio C Hamano 提交于
      * jn/gitweb-install:
        gitweb: Create install target for gitweb in Makefile
        gitweb: Improve installation instructions in gitweb/INSTALL
      14b8512f
    • J
      Merge branch 'jn/gitweb-our-squelch' · 71f1d729
      Junio C Hamano 提交于
      * jn/gitweb-our-squelch:
        gitweb: Silence 'Variable VAR may be unavailable' warnings
      71f1d729
    • J
      Merge branch 'jn/request-pull' · 3b65270d
      Junio C Hamano 提交于
      * jn/request-pull:
        tests: chmod +x t5150
        adapt request-pull tests for new pull request format
        t5150: protect backslash with backslash in shell
        request-pull: protect against OPTIONS_KEEPDASHDASH from environment
        tests for request-pull
      3b65270d
    • J
      Merge branch 'jn/shortlog' · 8e3bc145
      Junio C Hamano 提交于
      * jn/shortlog:
        pretty: Respect --abbrev option
        shortlog: Document and test --format option
        t4201 (shortlog): Test output format with multiple authors
        t4201 (shortlog): guard setup with test_expect_success
        Documentation/shortlog: scripted users should not rely on implicit HEAD
      8e3bc145
    • J
      Merge branch 'jn/t7006-fixup' · f9a518e8
      Junio C Hamano 提交于
      * jn/t7006-fixup:
        t7006: guard cleanup with test_expect_success
      f9a518e8
    • J
      Merge branch 'js/maint-receive-pack-symref-alias' · 9215f76f
      Junio C Hamano 提交于
      * js/maint-receive-pack-symref-alias:
        t5516-fetch-push.sh: style cleanup
        receive-pack: detect aliased updates which can occur with symrefs
        receive-pack: switch global variable 'commands' to a parameter
      
      Conflicts:
      	t/t5516-fetch-push.sh
      9215f76f
    • J
      Merge branch 'sp/maint-dumb-http-pack-reidx' · 035bf8d7
      Junio C Hamano 提交于
      * sp/maint-dumb-http-pack-reidx:
        http.c::new_http_pack_request: do away with the temp variable filename
        http-fetch: Use temporary files for pack-*.idx until verified
        http-fetch: Use index-pack rather than verify-pack to check packs
        Allow parse_pack_index on temporary files
        Extract verify_pack_index for reuse from verify_pack
        Introduce close_pack_index to permit replacement
        http.c: Remove unnecessary strdup of sha1_to_hex result
        http.c: Don't store destination name in request structures
        http.c: Drop useless != NULL test in finish_http_pack_request
        http.c: Tiny refactoring of finish_http_pack_request
        t5550-http-fetch: Use subshell for repository operations
        http.c: Remove bad free of static block
      035bf8d7