1. 03 5月, 2012 9 次提交
    • J
      Merge branch 'pw/p4-various' · a5f9ba99
      Junio C Hamano 提交于
      Miscellaneous updates to "git p4".
      
      By Pete Wyckoff
      * pw/p4-various:
        git p4: submit files with wildcards
        git p4: fix writable file after rename or copy
        git p4: test submit
        git p4: bring back files in deleted client directory
      a5f9ba99
    • J
      Merge branch 'jc/rerere-train' · 7b871c53
      Junio C Hamano 提交于
      A script written long time ago proved to be useful this week for me ;-)
      with a minor tweak.
      
      * jc/rerere-train:
        contrib/rerere-train: use installed git-sh-setup
      7b871c53
    • J
      Merge branch 'ab/i18n' · d7c03ca1
      Junio C Hamano 提交于
      Fix some constructs that build messages meant for i18n by concatenating
      pieces of strings.
      
      By Ævar Arnfjörð Bjarmason
      * ab/i18n:
        git-commit: remove lego in i18n messages
        git-commit: remove lego in i18n messages
        git-branch: remove lego in i18n messages
      d7c03ca1
    • J
      Merge branch 'lp/diffstat-with-graph' · 73ff8cf7
      Junio C Hamano 提交于
      "log --graph" was not very friendly with "--stat" option and its output
      had line breaks at wrong places.
      
      By Lucian Poston (5) and Zbigniew Jędrzejewski-Szmek (2)
      * lp/diffstat-with-graph:
        t4052: work around shells unable to set COLUMNS to 1
        Prevent graph_width of stat width from falling below min
        t4052: Test diff-stat output with minimum columns
        t4052: Adjust --graph --stat output for prefixes
        Adjust stat width calculations to take --graph output into account
        Add output_prefix_length to diff_options
        t4052: test --stat output with --graph
      73ff8cf7
    • J
      Merge branch 'zj/mksh-columns-breakage' · 85dcc382
      Junio C Hamano 提交于
      A broken shell may not let us set an environment value to an arbitrary
      value, interfering with some of the tests. Introduce a test prerequisite
      so that we can skip some tests on such a platform.
      
      By Zbigniew Jędrzejewski-Szmek
      * zj/mksh-columns-breakage:
        test-lib: skip test with COLUMNS=1 under mksh
      85dcc382
    • J
      Merge branch 'jk/doc-asciidoc-inline-literal' · d274fc09
      Junio C Hamano 提交于
      Our documentation was written for an ancient version of AsciiDoc,
      making the source not very readable.
      
      By Jeff King
      * jk/doc-asciidoc-inline-literal:
        docs: stop using asciidoc no-inline-literal
      d274fc09
    • J
      Merge branch 'nd/i18n' · 1be65eda
      Junio C Hamano 提交于
      More message strings marked for i18n.
      
      By Nguyễn Thái Ngọc Duy (10) and Jonathan Nieder (1)
      * nd/i18n:
        help: replace underlining "help -a" headers using hyphens with a blank line
        i18n: bundle: mark strings for translation
        i18n: index-pack: mark strings for translation
        i18n: apply: update say_patch_name to give translators complete sentence
        i18n: apply: mark strings for translation
        i18n: remote: mark strings for translation
        i18n: make warn_dangling_symref() automatically append \n
        i18n: help: mark strings for translation
        i18n: mark relative dates for translation
        strbuf: convenience format functions with \n automatically appended
        Makefile: feed all header files to xgettext
      1be65eda
    • J
      Merge branch 'mm/simple-push' · a3db8511
      Junio C Hamano 提交于
      New users tend to work on one branch at a time and push the result
      out. The current and upstream modes of push is a more suitable default
      mode than matching mode for these people, but neither is surprise-free
      depending on how the project is set up. Introduce a "simple" mode that
      is a subset of "upstream" but only works when the branch is named the same
      between the remote and local repositories.
      
      The plan is to make it the new default when push.default is not
      configured.
      
      By Matthieu Moy (5) and others
      * mm/simple-push:
        push.default doc: explain simple after upstream
        push: document the future default change for push.default (matching -> simple)
        t5570: use explicit push refspec
        push: introduce new push.default mode "simple"
        t5528-push-default.sh: add helper functions
        Undocument deprecated alias 'push.default=tracking'
        Documentation: explain push.default option a bit more
      a3db8511
    • J
      Merge branch 'jc/index-v4' · d4a5d872
      Junio C Hamano 提交于
      Trivially shrinks the on-disk size of the index file to save both I/O and
      checksum overhead.
      
      The topic should give a solid base to build on further updates, with the
      code refactoring in its earlier parts, and the backward compatibility
      mechanism in its later parts.
      
      * jc/index-v4:
        index-v4: document the entry format
        unpack-trees: preserve the index file version of original
        update-index: upgrade/downgrade on-disk index version
        read-cache.c: write prefix-compressed names in the index
        read-cache.c: read prefix-compressed names in index on-disk version v4
        read-cache.c: move code to copy incore to ondisk cache to a helper function
        read-cache.c: move code to copy ondisk to incore cache to a helper function
        read-cache.c: report the header version we do not understand
        read-cache.c: make create_from_disk() report number of bytes it consumed
        read-cache.c: allow unaligned mapping of the index file
        cache.h: hide on-disk index details
        varint: make it available outside the context of pack
      d4a5d872
  2. 02 5月, 2012 12 次提交
  3. 01 5月, 2012 12 次提交
  4. 30 4月, 2012 7 次提交