1. 09 4月, 2014 1 次提交
  2. 08 4月, 2014 1 次提交
  3. 05 4月, 2014 1 次提交
  4. 04 4月, 2014 18 次提交
  5. 03 4月, 2014 4 次提交
    • J
      Merge branch 'ap/remote-hg-skip-null-bookmarks' · 125d8ece
      Junio C Hamano 提交于
      * ap/remote-hg-skip-null-bookmarks:
        remote-hg: do not fail on invalid bookmarks
      125d8ece
    • J
      Merge branch 'rs/pickaxe-i' · 8132f2c4
      Junio C Hamano 提交于
      Allow the options -i/--regexp-ignore-case, --pickaxe-regex, and -S
      to be used together and work as expected to perform a pickaxe
      search using case-insensitive regular expression matching.
      
      * rs/pickaxe-i:
        pickaxe: simplify kwset loop in contains()
        pickaxe: call strlen only when necessary in diffcore_pickaxe_count()
        pickaxe: move pickaxe() after pickaxe_match()
        pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_count() into diffcore_pickaxe()
        pickaxe: honor -i when used with -S and --pickaxe-regex
        t4209: use helper functions to test --author
        t4209: use helper functions to test --grep
        t4209: factor out helper function test_log_icase()
        t4209: factor out helper function test_log()
        t4209: set up expectations up front
      8132f2c4
    • J
      Revert part of 384364b5 (Start preparing for Git 2.0, 2014-03-07) · 6b869a1e
      Junio C Hamano 提交于
      As we are not shipping with the submodule change, remove the
      entry for it.
      6b869a1e
    • J
      Revert "submodule: explicit local branch creation in module_clone" · d851ffb9
      Junio C Hamano 提交于
      This reverts commit 23d25e48, as it is
      broken for users who haven't opted into the new feature of checking
      out submodule.*.branch with update mode set to checkout.
      d851ffb9
  6. 02 4月, 2014 3 次提交
  7. 01 4月, 2014 12 次提交
    • J
      Update draft release notes to 2.0 · 25d1ac0e
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      25d1ac0e
    • J
      Merge branch 'mm/status-porcelain-format-i18n-fix' · 4ab9211a
      Junio C Hamano 提交于
      * mm/status-porcelain-format-i18n-fix:
        status: disable translation when --porcelain is used
      4ab9211a
    • J
      Merge branch 'an/branch-config-message' · 1d9aaed2
      Junio C Hamano 提交于
      * an/branch-config-message:
        branch.c: install_branch_config: simplify if chain
      1d9aaed2
    • J
      Merge branch 'jk/tests-cleanup' · ad4d8911
      Junio C Hamano 提交于
      * jk/tests-cleanup:
        t0001: drop subshells just for "cd"
        t0001: drop useless subshells
        t0001: use test_must_fail
        t0001: use test_config_global
        t0001: use test_path_is_*
        t0001: make symlink reinit test more careful
        t: prefer "git config --file" to GIT_CONFIG
        t: prefer "git config --file" to GIT_CONFIG with test_must_fail
        t: stop using GIT_CONFIG to cross repo boundaries
        t: drop useless sane_unset GIT_* calls
        t/test-lib: drop redundant unset of GIT_CONFIG
        t/Makefile: stop setting GIT_CONFIG
      ad4d8911
    • J
      Merge branch 'wt/doc-submodule-name-path-confusion-2' · 00d4ff1a
      Junio C Hamano 提交于
      * wt/doc-submodule-name-path-confusion-2:
        doc: submodule.*.branch config is keyed by name
      00d4ff1a
    • J
      Merge branch 'wt/doc-submodule-name-path-confusion-1' · d3badc6e
      Junio C Hamano 提交于
      * wt/doc-submodule-name-path-confusion-1:
        doc: submodule.* config are keyed by submodule names
      d3badc6e
    • J
      Merge branch 'mr/msvc-link-with-lcurl' · 8456113d
      Junio C Hamano 提交于
      * mr/msvc-link-with-lcurl:
        MSVC: allow linking with the cURL library
      8456113d
    • J
      Merge branch 'ib/rev-parse-parseopt-argh' · 24b9cb10
      Junio C Hamano 提交于
      Teaches the "rev-parse --parseopt" mechanism used by scripted
      Porcelains to parse command line options and give help text how to
      supply argv-help (the placeholder string for an option parameter,
      e.g. "key-id" in "--gpg-sign=<key-id>").
      
      * ib/rev-parse-parseopt-argh:
        t1502: protect runs of SPs used in the indentation
        rev-parse --parseopt: option argument name hints
      24b9cb10
    • J
      Merge branch 'dp/makefile-charset-lib-doc' · a79cbc13
      Junio C Hamano 提交于
      * dp/makefile-charset-lib-doc:
        Makefile: describe CHARSET_LIB better
      a79cbc13
    • J
      Merge branch 'js/userdiff-cc' · c228a5c0
      Junio C Hamano 提交于
      Improves the pattern to match the hunk-header for C/C++.
      
      * js/userdiff-cc:
        userdiff: have 'cpp' hunk header pattern catch more C++ anchor points
        t4018: test cases showing that the cpp pattern misses many anchor points
        t4018: test cases for the built-in cpp pattern
        t4018: reduce test files for pattern compilation tests
        t4018: convert custom pattern test to the new infrastructure
        t4018: convert java pattern test to the new infrastructure
        t4018: convert perl pattern tests to the new infrastructure
        t4018: an infrastructure to test hunk headers
        userdiff: support unsigned and long long suffixes of integer constants
        userdiff: support C++ ->* and .* operators in the word regexp
      c228a5c0
    • J
      Merge branch 'dw/doc-status-no-longer-shows-pound-prefix' · e164a8fd
      Junio C Hamano 提交于
      * dw/doc-status-no-longer-shows-pound-prefix:
        doc: status, remove leftover statement about '#' prefix
      e164a8fd
    • J
      Merge branch 'ca/doc-config-third-party' · 76bc28a3
      Junio C Hamano 提交于
      * ca/doc-config-third-party:
        config.txt: third-party tools may and do use their own variables
      76bc28a3