1. 23 7月, 2011 8 次提交
    • J
      Merge branch 'mz/doc-synopsis-verse' · b3743df7
      Junio C Hamano 提交于
      * mz/doc-synopsis-verse:
        Documentation: use [verse] for SYNOPSIS sections
      
      Conflicts:
      	Documentation/git-mergetool--lib.txt
      b3743df7
    • J
      Merge branch 'jc/checkout-reflog-fix' · 4f9aba9c
      Junio C Hamano 提交于
      * jc/checkout-reflog-fix:
        checkout: do not write bogus reflog entry out
      4f9aba9c
    • J
      Merge branch 'jc/maint-mergetool-read-fix' · f50d0a7f
      Junio C Hamano 提交于
      * jc/maint-mergetool-read-fix:
        mergetool: check return value from read
      f50d0a7f
    • J
      Merge branch 'jn/gitweb-search' · ba9a247b
      Junio C Hamano 提交于
      * jn/gitweb-search:
        gitweb: Make git_search_* subroutines render whole pages
        gitweb: Clean up code in git_search_* subroutines
        gitweb: Split body of git_search into subroutines
        gitweb: Check permissions first in git_search
      ba9a247b
    • J
      Merge branch 'jl/submodule-add-relurl-wo-upstream' · c56dce3b
      Junio C Hamano 提交于
      * jl/submodule-add-relurl-wo-upstream:
        submodule add: clean up duplicated code
        submodule add: allow relative repository path even when no url is set
        submodule add: test failure when url is not configured in superproject
      
      Conflicts:
      	git-submodule.sh
      c56dce3b
    • J
      Merge branch 'maint' · ed16d0db
      Junio C Hamano 提交于
      * maint:
        doc/fast-import: clarify notemodify command
        Documentation: minor grammatical fix in rev-list-options.txt
        Documentation: git-filter-branch honors replacement refs
        remote-curl: Add a format check to parsing of info/refs
        git-config: Remove extra whitespaces
      ed16d0db
    • D
      doc/fast-import: clarify notemodify command · b421812b
      Dmitry Ivankov 提交于
      The "notemodify" fast-import command was introduced in commit a8dd2e7d
      (fast-import: Add support for importing commit notes, 2009-10-09)
      The commit log has slightly different description than the added
      documentation. The latter is somewhat confusing. "notemodify" is a
      subcommand of "commit" command used to add a note for some commit.
      Does this note annotate the commit produced by the "commit" command
      or a commit given by it's committish parameter? Which notes tree
      does it write notes to?
      
      The exact meaning could be deduced with old description and some
      notes machinery knowledge. But let's make it more obvious. This
      command is used in a context like "commit refs/notes/test" to
      add or rewrite an annotation for a committish parameter. So the
      advised way to add notes in a fast-import stream is:
      1) import some commits (optional)
      2) prepare a "commit" to the notes tree:
      2.1) choose notes ref, committer, log message, etc.
      2.2) create annotations with "notemodify", where each can refer to
      a commit being annotated via a branch name, import mark reference,
      sha1 and other expressions specified in the Documentation.
      Signed-off-by: NDmitry Ivankov <divanorama@gmail.com>
      Acked-by: NJonathan Nieder <jrnieder@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      b421812b
    • J
      df6b0cad
  2. 22 7月, 2011 1 次提交
  3. 21 7月, 2011 1 次提交
  4. 20 7月, 2011 12 次提交
    • P
      git-config: Remove extra whitespaces · 8b590075
      Pavan Kumar Sunkara 提交于
      Remove extra whitespaces introduced by commits
      01ebb9dc and fc1905bbSigned-off-by: NPavan Kumar Sunkara <pavan.sss1991@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      8b590075
    • J
      Update draft release notes to 1.7.7 · d79bcd68
      Junio C Hamano 提交于
      The second batch of topics for this cycle are now in.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d79bcd68
    • J
      Merge branch 'jc/index-pack' · d907bf8e
      Junio C Hamano 提交于
      * jc/index-pack:
        verify-pack: use index-pack --verify
        index-pack: show histogram when emulating "verify-pack -v"
        index-pack: start learning to emulate "verify-pack -v"
        index-pack: a miniscule refactor
        index-pack --verify: read anomalous offsets from v2 idx file
        write_idx_file: need_large_offset() helper function
        index-pack: --verify
        write_idx_file: introduce a struct to hold idx customization options
        index-pack: group the delta-base array entries also by type
      
      Conflicts:
      	builtin/verify-pack.c
      	cache.h
      	sha1_file.c
      d907bf8e
    • J
      Merge branch 'jn/mime-type-with-params' · 54dbc1f9
      Junio C Hamano 提交于
      * jn/mime-type-with-params:
        gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xss
        gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xss
      54dbc1f9
    • J
      Merge branch 'jc/submodule-sync-no-auto-vivify' · 0591c0a5
      Junio C Hamano 提交于
      * jc/submodule-sync-no-auto-vivify:
        submodule add: always initialize .git/config entry
        submodule sync: do not auto-vivify uninteresting submodule
      
      Conflicts:
      	git-submodule.sh
      0591c0a5
    • J
      Merge branch 'jk/archive-tar-filter' · 765c7e4f
      Junio C Hamano 提交于
      * jk/archive-tar-filter:
        upload-archive: allow user to turn off filters
        archive: provide builtin .tar.gz filter
        archive: implement configurable tar filters
        archive: refactor file extension format-guessing
        archive: move file extension format-guessing lower
        archive: pass archiver struct to write_archive callback
        archive: refactor list of archive formats
        archive-tar: don't reload default config options
        archive: reorder option parsing and config reading
      765c7e4f
    • J
      Merge branch 'jn/gitweb-split-header-html' · 17a403c8
      Junio C Hamano 提交于
      * jn/gitweb-split-header-html:
        gitweb: Refactor git_header_html
      17a403c8
    • J
      Merge branch 'jk/clone-cmdline-config' · ff94409d
      Junio C Hamano 提交于
      * jk/clone-cmdline-config:
        clone: accept config options on the command line
        config: make git_config_parse_parameter a public function
        remote: use new OPT_STRING_LIST
        parse-options: add OPT_STRING_LIST helper
      ff94409d
    • J
      Merge branch 'jk/maint-config-param' · fe01ef31
      Junio C Hamano 提交于
      * jk/maint-config-param:
        config: use strbuf_split_str instead of a temporary strbuf
        strbuf: allow strbuf_split to work on non-strbufs
        config: avoid segfault when parsing command-line config
        config: die on error in command-line config
        fix "git -c" parsing of values with equals signs
        strbuf_split: add a max parameter
      fe01ef31
    • J
      Merge branch 'jk/tag-list-multiple-patterns' · 20a80d04
      Junio C Hamano 提交于
      * jk/tag-list-multiple-patterns:
        tag: accept multiple patterns for --list
      20a80d04
    • J
      Merge branch 'jc/zlib-wrap' · eb4f4076
      Junio C Hamano 提交于
      * jc/zlib-wrap:
        zlib: allow feeding more than 4GB in one go
        zlib: zlib can only process 4GB at a time
        zlib: wrap deflateBound() too
        zlib: wrap deflate side of the API
        zlib: wrap inflateInit2 used to accept only for gzip format
        zlib: wrap remaining calls to direct inflate/inflateEnd
        zlib wrapper: refactor error message formatter
      
      Conflicts:
      	sha1_file.c
      eb4f4076
    • J
      Merge branch 'ak/gcc46-profile-feedback' · d37b2991
      Junio C Hamano 提交于
      * ak/gcc46-profile-feedback:
        Add explanation of the profile feedback build to the README
        Add profile feedback build to git
        Add option to disable NORETURN
      d37b2991
  5. 14 7月, 2011 15 次提交
  6. 07 7月, 2011 3 次提交
    • J
      Start 1.7.7 cycle · cf13f6ca
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      cf13f6ca
    • J
      Merge branch 'maint' · 395f65d4
      Junio C Hamano 提交于
      * maint:
        docs: document --textconv diff option
      395f65d4
    • J
      Merge commit 'v1.7.6' into jc/checkout-reflog-fix · 25d33546
      Junio C Hamano 提交于
      * commit 'v1.7.6': (3211 commits)
        Git 1.7.6
        completion: replace core.abbrevguard to core.abbrev
        Git 1.7.6-rc3
        Documentation: git diff --check respects core.whitespace
        gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabled
        t7810: avoid unportable use of "echo"
        plug a few coverity-spotted leaks
        builtin/gc.c: add missing newline in message
        tests: link shell libraries into valgrind directory
        t/Makefile: pass test opts to valgrind target properly
        sh-i18n--envsubst.c: do not #include getopt.h
        Fix typo: existant->existent
        Git 1.7.6-rc2
        gitweb: do not misparse nonnumeric content tag files that contain a digit
        Git 1.7.6-rc1
        fetch: do not leak a refspec
        t3703: skip more tests using colons in file names on Windows
        gitweb: Fix usability of $prevent_xss
        gitweb: Move "Requirements" up in gitweb/INSTALL
        gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALL
        ...
      25d33546