1. 07 7月, 2011 2 次提交
  2. 30 6月, 2011 20 次提交
    • J
      Merge branch 'jc/streaming-filter' into next · 9901923c
      Junio C Hamano 提交于
      * jc/streaming-filter:
        t0021: test application of both crlf and ident
        t0021-conversion.sh: fix NoTerminatingSymbolAtEOF test
        streaming: filter cascading
        streaming filter: ident filter
        Add LF-to-CRLF streaming conversion
        stream filter: add "no more input" to the filters
        Add streaming filter API
        convert.h: move declarations for conversion from cache.h
      9901923c
    • J
      Merge branch 'jn/gitweb-js-blame' into next · cce347da
      Junio C Hamano 提交于
      * jn/gitweb-js-blame:
        gitweb.js: use setTimeout rather than setInterval in blame_incremental.js
        gitweb.js: No need for loop in blame_incremental's handleResponse()
        gitweb.js: No need for inProgress in blame_incremental.js
      cce347da
    • J
      Merge branch 'da/git-prefix-everywhere' into next · 4ed54610
      Junio C Hamano 提交于
      * da/git-prefix-everywhere:
        t/t7503-pre-commit-hook.sh: Add GIT_PREFIX tests
        git-mergetool--lib: Make vimdiff retain the current directory
        git: Remove handling for GIT_PREFIX
        setup: Provide GIT_PREFIX to built-ins
      4ed54610
    • J
      Merge branch 'jc/streaming' into next · 55ac6926
      Junio C Hamano 提交于
      * jc/streaming:
        sha1_file: use the correct type (ssize_t, not size_t) for read-style function
        streaming: read loose objects incrementally
        sha1_file.c: expose helpers to read loose objects
        streaming: read non-delta incrementally from a pack
        streaming_write_entry(): support files with holes
        convert: CRLF_INPUT is a no-op in the output codepath
        streaming_write_entry(): use streaming API in write_entry()
        streaming: a new API to read from the object store
        write_entry(): separate two helper functions out
        unpack_object_header(): make it public
        sha1_object_info_extended(): hint about objects in delta-base cache
        sha1_object_info_extended(): expose a bit more info
        packed_object_info_detail(): do not return a string
      55ac6926
    • J
      Merge branch 'ab/i18n-scripts' into next · 61f44720
      Junio C Hamano 提交于
      * ab/i18n-scripts: (48 commits)
        i18n: git-bisect bisect_next_check "You need to" message
        i18n: git-bisect [Y/n] messages
        i18n: git-bisect bisect_replay + $1 messages
        i18n: git-bisect bisect_reset + $1 messages
        i18n: git-bisect bisect_run + $@ messages
        i18n: git-bisect die + eval_gettext messages
        i18n: git-bisect die + gettext messages
        i18n: git-bisect echo + eval_gettext message
        i18n: git-bisect echo + gettext messages
        i18n: git-bisect gettext + echo message
        i18n: git-bisect add git-sh-i18n
        i18n: git-stash drop_stash say/die messages
        i18n: git-stash "unknown option" message
        i18n: git-stash die + eval_gettext $1 messages
        i18n: git-stash die + eval_gettext $* messages
        i18n: git-stash die + eval_gettext messages
        i18n: git-stash die + gettext messages
        i18n: git-stash say + gettext messages
        i18n: git-stash echo + gettext message
        i18n: git-stash add git-sh-i18n
        ...
      61f44720
    • J
      Merge branch 'ef/maint-win-verify-path' · 033c2dc4
      Junio C Hamano 提交于
      * ef/maint-win-verify-path:
        verify_dotfile(): do not assume '/' is the path seperator
        verify_path(): simplify check at the directory boundary
        verify_path: consider dos drive prefix
        real_path: do not assume '/' is the path seperator
        A Windows path starting with a backslash is absolute
      033c2dc4
    • J
      Merge branch 'js/i18n-windows' · 1fd7ef2e
      Junio C Hamano 提交于
      * js/i18n-windows:
        Windows: teach getenv to do a case-sensitive search
        mingw.c: move definition of mingw_getenv down
        sh-i18n--envsubst: do not crash when no arguments are given
      1fd7ef2e
    • J
      Merge branch 'rs/grep-color' · 1692d0c6
      Junio C Hamano 提交于
      * rs/grep-color:
        grep: add --heading
        grep: add --break
        grep: fix coloring of hunk marks between files
      1692d0c6
    • J
      Merge branch 'jc/maint-1.7.3-checkout-describe' · b985f2ae
      Junio C Hamano 提交于
      * jc/maint-1.7.3-checkout-describe:
        checkout -b <name>: correctly detect existing branch
      b985f2ae
    • J
      Merge branch 'db/http-cookies' · 187e902d
      Junio C Hamano 提交于
      * db/http-cookies:
        http: pass http.cookiefile using CURLOPT_COOKIEFILE
      187e902d
    • J
      Merge branch 'jk/maint-1.7.2-status-ignored' · 50cebdad
      Junio C Hamano 提交于
      * jk/maint-1.7.2-status-ignored:
        git status --ignored: tests and docs
        status: fix bug with missing --ignore files
      
      Conflicts:
      	Documentation/git-status.txt
      	t/t7508-status.sh
      50cebdad
    • J
      Merge branch 'jc/diff-index-quick-exit-early' · 57e4d616
      Junio C Hamano 提交于
      * jc/diff-index-quick-exit-early:
        diff-index --quiet: learn the "stop feeding the backend early" logic
      
      Conflicts:
      	unpack-trees.h
      57e4d616
    • J
      Merge branch 'mg/diff-stat-count' · a852aac4
      Junio C Hamano 提交于
      * mg/diff-stat-count:
        diff --stat-count: finishing touches
        diff-options.txt: describe --stat-{width,name-width,count}
        diff: introduce --stat-lines to limit the stat lines
        diff.c: omit hidden entries from namelen calculation with --stat
      a852aac4
    • J
      Merge branch 'jc/advice-about-to-lose-commit' · 0faf2474
      Junio C Hamano 提交于
      * jc/advice-about-to-lose-commit:
        checkout: make advice when reattaching the HEAD less loud
      
      Conflicts:
      	builtin/checkout.c
      0faf2474
    • J
      Merge branch 'jk/combine-diff-binary-etc' · dbae1a13
      Junio C Hamano 提交于
      * jk/combine-diff-binary-etc:
        combine-diff: respect textconv attributes
        refactor get_textconv to not require diff_filespec
        combine-diff: handle binary files as binary
        combine-diff: calculate mode_differs earlier
        combine-diff: split header printing into its own function
      dbae1a13
    • J
      Merge branch 'instaweb' of git://bogomips.org/git-svn · 5dc6411e
      Junio C Hamano 提交于
      * 'instaweb' of git://bogomips.org/git-svn:
        git-instaweb: Check that correct config file exists for (re)start
        git-instaweb: Move all actions at the end of script
        git-instaweb: Use $conf, not $fqgitdir/gitweb/httpd.conf
        git-instaweb: Extract configuring web server into configure_httpd
      5dc6411e
    • J
      Merge git://bogomips.org/git-svn into maint · 76c82f90
      Junio C Hamano 提交于
      * git://bogomips.org/git-svn:
        git-svn: Correctly handle root commits in mergeinfo ranges
        git-svn: Disambiguate rev-list arguments to improve error message
        git-svn: Demonstrate a bug with root commits in mergeinfo ranges
      76c82f90
    • J
      Merge branch 'maint-1.7.5' into maint · f5cfd52f
      Junio C Hamano 提交于
      * maint-1.7.5:
        test: skip clean-up when running under --immediate mode
        "branch -d" can remove more than one branches
      f5cfd52f
    • J
      test: skip clean-up when running under --immediate mode · b586744a
      Junio C Hamano 提交于
      Some tests try to be too careful about cleaning themselves up and
      do
      
          test_expect_success description '
              set-up some test refs and/or configuration &&
              test_when_finished "revert the above changes" &&
      	the real test
          '
      
      Which is nice to make sure that a potential failure would not have
      unexpected interaction with the next test. This however interferes when
      "the real test" fails and we want to see what is going on, by running the
      test with --immediate mode and descending into its trash directory after
      the test stops. The precondition to run the real test and cause it to fail
      is all gone after the clean-up procedure defined by test_when_finished is
      done.
      
      Update test_run_ which is the workhorse of running a test script
      called from test_expect_success and test_expect_failure, so that we do not
      run clean-up script defined with test_when_finished when a test that is
      expected to succeed fails under the --immediate mode.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      Acked-by: NJeff King <peff@peff.net>
      b586744a
    • J
      "branch -d" can remove more than one branches · 534cea3f
      Junio C Hamano 提交于
      Since 03feddd6 (git-check-ref-format: reject funny ref names, 2005-10-13),
      "git branch -d" can take more than one branch names to remove.
      
      The documentation was correct, but the usage string was not.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      534cea3f
  3. 28 6月, 2011 3 次提交
  4. 27 6月, 2011 6 次提交
  5. 25 6月, 2011 2 次提交
  6. 23 6月, 2011 3 次提交
  7. 22 6月, 2011 2 次提交
  8. 21 6月, 2011 2 次提交