1. 12 7月, 2012 5 次提交
    • J
      Merge branch 'cn/cherry-pick-range-docs' into maint · a0ceb72f
      Junio C Hamano 提交于
      The documentation for "git cherry-pick A B..C" was misleading.
      
      * cn/cherry-pick-range-docs:
        git-cherry-pick.txt: clarify the use of revision range notation
        Documentation: --no-walk is no-op if range is specified
      a0ceb72f
    • J
      Merge branch 'jc/ustar-checksum-is-unsigned' into maint · cf04a660
      Junio C Hamano 提交于
      "git archive" incorrectly computed the header checksum; the symptom
      was observed only when using pathnames with hi-bit set.
      
      * jc/ustar-checksum-is-unsigned:
        archive: ustar header checksum is computed unsigned
      cf04a660
    • J
      Merge branch 'jc/bundle-complete-notice' into maint · e49bf52a
      Junio C Hamano 提交于
      Running "git bundle verify" on a bundle that records a complete
      history said "it requires these 0 commits".
      
      * jc/bundle-complete-notice:
        tweak "bundle verify" of a complete history
      e49bf52a
    • J
      Merge branch 'jc/ls-files-i-dir' into maint · cd733f4f
      Junio C Hamano 提交于
      "git ls-files --exclude=t -i" did not consider anything under t/ as
      excluded, as it did not pay attention to exclusion of leading paths
      while walking the index.  Other two users of excluded() are also
      updated.
      
      * jc/ls-files-i-dir:
        dir.c: make excluded() file scope static
        unpack-trees.c: use path_excluded() in check_ok_to_remove()
        builtin/add.c: use path_excluded()
        path_excluded(): update API to less cache-entry centric
        ls-files -i: micro-optimize path_excluded()
        ls-files -i: pay attention to exclusion of leading paths
      cd733f4f
    • J
      Merge branch 'jc/request-pull-match-tagname' into maint · fb60f344
      Junio C Hamano 提交于
      "git request-pull $url dev" when the tip of "dev" branch was tagged
      with "ext4-for-linus" used the contents from the tag in the output
      but still asked the "dev" branch to be pulled, not the tag.
      
      * jc/request-pull-match-tagname:
        request-pull: really favor a matching tag
      fb60f344
  2. 03 7月, 2012 1 次提交
  3. 02 7月, 2012 1 次提交
  4. 26 6月, 2012 2 次提交
  5. 23 6月, 2012 1 次提交
  6. 22 6月, 2012 1 次提交
  7. 21 6月, 2012 1 次提交
    • J
      docs: always define git-relative-html-prefix attribute · 60475183
      Jeff King 提交于
      Commit fe77b416 introduced a new attribute to let the linkgit macro
      create cross-directory HTML references from the technical/ and howto/
      subdirectories back to the main documentation. We define that attribute
      to "../" on the command-line when building inside those subdirectories,
      and otherwise leave it unset under the assumption that it would default
      to being blank.  Instead, asciidoc omits the link entirely, leading to
      broken documentation. Fix this by defining git-relative-html-prefix to
      blank in asciidoc.conf (and an instance on the command-line, when
      present, will override it).
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      60475183
  8. 20 6月, 2012 2 次提交
  9. 18 6月, 2012 5 次提交
  10. 16 6月, 2012 7 次提交
  11. 14 6月, 2012 6 次提交
  12. 13 6月, 2012 3 次提交
  13. 12 6月, 2012 5 次提交