1. 09 4月, 2014 5 次提交
    • J
      Merge branch 'mr/opt-set-ptr' · b389e040
      Junio C Hamano 提交于
      OPT_SET_PTR() implementation was broken on IL32P64 platforms;
      it turns out that the macro is not used by any real user.
      
      * mr/opt-set-ptr:
        parse-options: remove unused OPT_SET_PTR
        parse-options: add cast to correct pointer type to OPT_SET_PTR
        MSVC: fix t0040-parse-options crash
      b389e040
    • J
      Merge branch 'ib/rev-parse-parseopt-argh' · ed15e20b
      Junio C Hamano 提交于
      Finishing touch to a new topic scheduled for 2.0.
      
      * ib/rev-parse-parseopt-argh:
        rev-parse: fix typo in example on manpage
      ed15e20b
    • J
      Merge branch 'mr/msvc-link-with-invalidcontinue' · 48ae2051
      Junio C Hamano 提交于
      * mr/msvc-link-with-invalidcontinue:
        MSVC: link in invalidcontinue.obj for better POSIX compatibility
      48ae2051
    • J
      Merge branch 'jc/rev-parse-argh-dashed-multi-words' · b5a52fa6
      Junio C Hamano 提交于
      Make sure that the help text given to describe the "<param>" part
      of the "git cmd --option=<param>" does not contain SP or _,
      e.g. "--gpg-sign=<key-id>" option for "git commit" is not spelled
      as "--gpg-sign=<key id>".
      
      * jc/rev-parse-argh-dashed-multi-words:
        parse-options: make sure argh string does not have SP or _
        update-index: teach --cacheinfo a new syntax "mode,sha1,path"
        parse-options: multi-word argh should use dash to separate words
      b5a52fa6
    • J
      Merge branch 'jk/commit-dates-parsing-fix' · bdb830c4
      Junio C Hamano 提交于
      Finishing touches for portability.
      
      * jk/commit-dates-parsing-fix:
        t4212: loosen far-in-future test for AIX
        date: recognize bogus FreeBSD gmtime output
      bdb830c4
  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 4 次提交
  7. 01 4月, 2014 7 次提交