1. 01 4月, 2013 1 次提交
    • J
      Merge branch 'maint' · a32a0c29
      Junio C Hamano 提交于
      * maint:
        cat-file: Fix an gcc -Wuninitialized warning
        fast-import: Fix an gcc -Wuninitialized warning
      a32a0c29
  2. 30 3月, 2013 2 次提交
  3. 29 3月, 2013 10 次提交
    • J
      Merge branch 'yd/use-test-config-unconfig' · 631bc94e
      Junio C Hamano 提交于
      Bulk-update of the test suite.
      
      * yd/use-test-config-unconfig:
        t5520: use test_config to set/unset git config variables (leftover bits)
        t7600: use test_config to set/unset git config variables
        t7502: remove clear_config
        t7502: use test_config to set/unset git config variables
        t9500: use test_config to set/unset git config variables
        t7508: use test_config to set/unset git config variables
        t7500: use test_config to set/unset git config variables
        t5541: use test_config to set/unset git config variables
        t5520: use test_config to set/unset git config variables
        t4202: use test_config/test_unconfig to set/unset git config variables
        t4034: use test_config/test_unconfig to set/unset git config variables
        t4304: use test_config to set/unset git config variables
        t3400: use test_config to set/unset git config variables
      631bc94e
    • J
      Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' · 74bd5268
      Junio C Hamano 提交于
      Allow the revision "slop" code to look deeper while commits with
      exactly the same timestamps come next to each other (which can
      often happen after a large "am" and "rebase" session).
      
      * kk/revwalk-slop-too-many-commit-within-a-second:
        Fix revision walk for commits with the same dates
      74bd5268
    • J
      Merge branch 'rr/tests-dedup-test-config' · 4806c8c5
      Junio C Hamano 提交于
      * rr/tests-dedup-test-config:
        t4018,7810,7811: remove test_config() redefinition
      4806c8c5
    • J
      Merge branch 'yd/doc-is-in-asciidoc' · f893be27
      Junio C Hamano 提交于
      * yd/doc-is-in-asciidoc:
        CodingGuidelines: our documents are in AsciiDoc
      f893be27
    • J
      Merge branch 'yd/doc-merge-annotated-tag' · f1c8d833
      Junio C Hamano 提交于
      Document the 1.7.9 feature to merge a signed tag and keep that in
      the mergetag header in the resulting commit better.
      
      * yd/doc-merge-annotated-tag:
        Documentation: merging a tag is a special case
      f1c8d833
    • J
      Merge branch 'jc/remove-treesame-parent-in-simplify-merges' · 436b60ce
      Junio C Hamano 提交于
      The --simplify-merges logic did not cull irrelevant parents from a
      merge that is otherwise not interesting with respect to the paths
      we are following.
      
      This touches a fairly core part of the revision traversal
      infrastructure; even though I think this change is correct, please
      report immediately if you find any unintended side effect.
      
      * jc/remove-treesame-parent-in-simplify-merges:
        simplify-merges: drop merge from irrelevant side branch
      436b60ce
    • J
      Merge branch 'jk/checkout-attribute-lookup' · 39c5835d
      Junio C Hamano 提交于
      Codepath to stream blob object contents directly from the object
      store to filesystem did not use the correct path to find conversion
      filters when writing to temporary files.
      
      * jk/checkout-attribute-lookup:
        t2003: work around path mangling issue on Windows
        entry: fix filter lookup
        t2003: modernize style
      39c5835d
    • J
      Merge branch 'jk/difftool-dir-diff-edit-fix' · 18973d8a
      Junio C Hamano 提交于
      "git difftool --dir-diff" made symlinks to working tree files when
      preparing a temporary directory structure, so that accidental edits
      of these files in the difftool are reflected back to the working
      tree, but the logic to decide when to do so was not quite right.
      
      * jk/difftool-dir-diff-edit-fix:
        difftool --dir-diff: symlink all files matching the working tree
        difftool: avoid double slashes in symlink targets
        git-difftool(1): fix formatting of --symlink description
      18973d8a
    • J
      Merge branch 'maint' · d8355e5e
      Junio C Hamano 提交于
      * maint:
        git help config: s/insn/instruction/
      d8355e5e
    • J
      Merge branch 'maint-1.8.1' into maint · 5e950c21
      Junio C Hamano 提交于
      * maint-1.8.1:
        git help config: s/insn/instruction/
      5e950c21
  4. 28 3月, 2013 11 次提交
  5. 27 3月, 2013 16 次提交