1. 04 8月, 2011 1 次提交
  2. 30 6月, 2011 2 次提交
    • J
      test: skip clean-up when running under --immediate mode · b586744a
      Junio C Hamano 提交于
      Some tests try to be too careful about cleaning themselves up and
      do
      
          test_expect_success description '
              set-up some test refs and/or configuration &&
              test_when_finished "revert the above changes" &&
      	the real test
          '
      
      Which is nice to make sure that a potential failure would not have
      unexpected interaction with the next test. This however interferes when
      "the real test" fails and we want to see what is going on, by running the
      test with --immediate mode and descending into its trash directory after
      the test stops. The precondition to run the real test and cause it to fail
      is all gone after the clean-up procedure defined by test_when_finished is
      done.
      
      Update test_run_ which is the workhorse of running a test script
      called from test_expect_success and test_expect_failure, so that we do not
      run clean-up script defined with test_when_finished when a test that is
      expected to succeed fails under the --immediate mode.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      Acked-by: NJeff King <peff@peff.net>
      b586744a
    • J
      "branch -d" can remove more than one branches · 534cea3f
      Junio C Hamano 提交于
      Since 03feddd6 (git-check-ref-format: reject funny ref names, 2005-10-13),
      "git branch -d" can take more than one branch names to remove.
      
      The documentation was correct, but the usage string was not.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      534cea3f
  3. 25 6月, 2011 2 次提交
  4. 23 6月, 2011 1 次提交
  5. 22 6月, 2011 1 次提交
  6. 20 6月, 2011 1 次提交
  7. 09 6月, 2011 1 次提交
  8. 02 6月, 2011 7 次提交
  9. 01 6月, 2011 7 次提交
    • J
      Start 1.7.5.4 draft release notes · 2b0b64ee
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      2b0b64ee
    • J
      Merge branch 'tr/add-i-no-escape' into maint · 1618297f
      Junio C Hamano 提交于
      * tr/add-i-no-escape:
        add -i: ignore terminal escape sequences
      1618297f
    • J
      Merge branch 'vh/config-interactive-singlekey-doc' into maint · 398dbe53
      Junio C Hamano 提交于
      * vh/config-interactive-singlekey-doc:
        git-reset.txt: better docs for '--patch'
        git-checkout.txt: better docs for '--patch'
        git-stash.txt: better docs for '--patch'
        git-add.txt: document 'interactive.singlekey'
        config.txt: 'interactive.singlekey; is used by...
      398dbe53
    • J
      Merge branch 'ml/test-readme' into maint · 82ca0909
      Junio C Hamano 提交于
      * ml/test-readme:
        t/README: unify documentation of test function args
      82ca0909
    • J
      Merge branch 'ab/i18n-fixup' into maint · dd4c0ce9
      Junio C Hamano 提交于
      * ab/i18n-fixup: (24 commits)
        i18n: use test_i18n{cmp,grep} in t7600, t7607, t7611 and t7811
        i18n: use test_i18n{grep,cmp} in t7508
        i18n: use test_i18ngrep in t7506
        i18n: use test_i18ngrep and test_i18ncmp in t7502
        i18n: use test_i18ngrep in t7501
        i18n: use test_i18ncmp in t7500
        i18n: use test_i18ngrep in t7201
        i18n: use test_i18ncmp and test_i18ngrep in t7102 and t7110
        i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012 and t7060
        i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014
        i18n: use test_i18ncmp and test_i18ngrep in t3203, t3501 and t3507
        i18n: use test_i18ngrep in t2020, t2204, t3030, and t3200
        i18n: use test_i18ngrep in lib-httpd and t2019
        i18n: do not overuse C_LOCALE_OUTPUT (grep)
        i18n: use test_i18ncmp in t1200 and t2200
        i18n: .git file is not a human readable message (t5601)
        i18n: do not overuse C_LOCALE_OUTPUT
        i18n: mark init-db messages for translation
        i18n: mark checkout plural warning for translation
        i18n: mark checkout --detach messages for translation
        ...
      dd4c0ce9
    • J
      Merge branch 'jc/rename-degrade-cc-to-c' into maint · b3c89315
      Junio C Hamano 提交于
      * jc/rename-degrade-cc-to-c:
        diffcore-rename: fall back to -C when -C -C busts the rename limit
        diffcore-rename: record filepair for rename src
        diffcore-rename: refactor "too many candidates" logic
        builtin/diff.c: remove duplicated call to diff_result_code()
      b3c89315
    • J
      Merge branch 'rr/doc-content-type' into maint · e596fd29
      Junio C Hamano 提交于
      * rr/doc-content-type:
        Documentation: Allow custom diff tools to be specified in 'diff.tool'
        Documentation: Add diff.<driver>.* to config
        Documentation: Move diff.<driver>.* from config.txt to diff-config.txt
        Documentation: Add filter.<driver>.* to config
      e596fd29
  10. 31 5月, 2011 1 次提交
  11. 30 5月, 2011 4 次提交
  12. 28 5月, 2011 1 次提交
  13. 27 5月, 2011 11 次提交