1. 04 4月, 2013 7 次提交
    • J
      Merge branch 'jk/alias-in-bare' into maint · eeecf393
      Junio C Hamano 提交于
      An aliased command spawned from a bare repository that does not say
      it is bare with "core.bare = yes" is treated as non-bare by mistake.
      
      * jk/alias-in-bare:
        setup: suppress implicit "." work-tree for bare repos
        environment: add GIT_PREFIX to local_repo_env
        cache.h: drop LOCAL_REPO_ENV_SIZE
      eeecf393
    • J
      Merge branch 'ks/rfc2047-one-char-at-a-time' into maint · e6658b9d
      Junio C Hamano 提交于
      When "format-patch" quoted a non-ascii strings on the header files,
      it incorrectly applied rfc2047 and chopped a single character in the
      middle of it.
      
      * ks/rfc2047-one-char-at-a-time:
        format-patch: RFC 2047 says multi-octet character may not be split
      e6658b9d
    • J
      Merge branch 'jk/empty-archive' into maint · a9dc3b64
      Junio C Hamano 提交于
      "git archive" reports a failure when asked to create an archive out
      of an empty tree.  It would be more intuitive to give an empty
      archive back in such a case.
      
      * jk/empty-archive:
        archive: handle commits with an empty tree
        test-lib: factor out $GIT_UNZIP setup
      a9dc3b64
    • J
      Merge branch 'ph/tag-force-no-warn-on-creation' into maint · 9e72a566
      Junio C Hamano 提交于
      "git tag -f <tag>" always said "Updated tag '<tag>'" even when
      creating a new tag (i.e. not overwriting nor updating).
      
      * ph/tag-force-no-warn-on-creation:
        tag: --force does not have to warn when creating tags
      9e72a566
    • J
      Merge branch 'lf/setup-prefix-pathspec' into maint · fa0a6a48
      Junio C Hamano 提交于
      "git cmd -- ':(top'" was not diagnosed as an invalid syntax, and
      instead the parser kept reading beyond the end of the string.
      
      * lf/setup-prefix-pathspec:
        setup.c: check that the pathspec magic ends with ")"
        setup.c: stop prefix_pathspec() from looping past the end of string
      fa0a6a48
    • J
      Sync with 1.8.1 maintenance track · 92e0d916
      Junio C Hamano 提交于
      * maint-1.8.1:
        Start preparing for 1.8.1.6
        git-tag(1): we tag HEAD by default
        Fix revision walk for commits with the same dates
        t2003: work around path mangling issue on Windows
        pack-refs: add fully-peeled trait
        pack-refs: write peeled entry for non-tags
        use parse_object_or_die instead of die("bad object")
        avoid segfaults on parse_object failure
        entry: fix filter lookup
        t2003: modernize style
        name-hash.c: fix endless loop with core.ignorecase=true
      92e0d916
    • J
      Start preparing for 1.8.1.6 · 072dda68
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      072dda68
  2. 03 4月, 2013 11 次提交
  3. 02 4月, 2013 7 次提交
    • J
      Update draft release notes to 1.8.2.1 · 40a0f842
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      40a0f842
    • J
      Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint · b76a9e16
      Junio C Hamano 提交于
      * ap/maint-diff-rename-avoid-overlap:
        tests: make sure rename pretty print works
        diff: prevent pprint_rename from underrunning input
        diff: Fix rename pretty-print when suffix and prefix overlap
      b76a9e16
    • J
      Merge branch 'rr/tests-dedup-test-config' into maint · 5753e170
      Junio C Hamano 提交于
      * rr/tests-dedup-test-config:
        t4018,7810,7811: remove test_config() redefinition
      5753e170
    • J
      Merge branch 'yd/doc-is-in-asciidoc' into maint · 432930bd
      Junio C Hamano 提交于
      * yd/doc-is-in-asciidoc:
        CodingGuidelines: our documents are in AsciiDoc
      432930bd
    • J
      Merge branch 'yd/doc-merge-annotated-tag' into maint · ab24e752
      Junio C Hamano 提交于
      * yd/doc-merge-annotated-tag:
        Documentation: merging a tag is a special case
      ab24e752
    • J
      Merge branch 'tb/document-status-u-tradeoff' into maint · fec274b0
      Junio C Hamano 提交于
      * tb/document-status-u-tradeoff:
        status: advise to consider use of -u when read_directory takes too long
        git status: document trade-offs in choosing parameters to the -u option
      fec274b0
    • J
      Merge branch 'da/downcase-u-in-usage' into maint · 41e603af
      Junio C Hamano 提交于
      * da/downcase-u-in-usage:
        contrib/mw-to-git/t/install-wiki.sh: use a lowercase "usage:" string
        contrib/examples/git-remote.perl: use a lowercase "usage:" string
        tests: use a lowercase "usage:" string
        git-svn: use a lowercase "usage:" string
        Documentation/user-manual.txt: use a lowercase "usage:" string
        templates/hooks--update.sample: use a lowercase "usage:" string
        contrib/hooks/setgitperms.perl: use a lowercase "usage:" string
        contrib/examples: use a lowercase "usage:" string
        contrib/fast-import/import-zips.py: use spaces instead of tabs
        contrib/fast-import/import-zips.py: fix broken error message
        contrib/fast-import: use a lowercase "usage:" string
        contrib/credential: use a lowercase "usage:" string
        git-cvsimport: use a lowercase "usage:" string
        git-cvsimport: use a lowercase "usage:" string
        git-cvsexportcommit: use a lowercase "usage:" string
        git-archimport: use a lowercase "usage:" string
        git-merge-one-file: use a lowercase "usage:" string
        git-relink: use a lowercase "usage:" string
        git-svn: use a lowercase "usage:" string
        git-sh-setup: use a lowercase "usage:" string
      41e603af
  4. 30 3月, 2013 2 次提交
  5. 29 3月, 2013 1 次提交
  6. 28 3月, 2013 6 次提交
  7. 27 3月, 2013 6 次提交