1. 11 12月, 2013 1 次提交
  2. 28 11月, 2013 3 次提交
  3. 26 11月, 2013 1 次提交
    • J
      Merge branch 'rh/remote-hg-bzr-updates' (early part) · c302941c
      Junio C Hamano 提交于
      Unbreaks a recent breakage due to use of unquote-c-style.
      
      This may need to be cherry-picked down to 1.8.4.x series.
      
      * 'rh/remote-hg-bzr-updates' (early part):
        remote-hg: don't decode UTF-8 paths into Unicode objects
      c302941c
  4. 21 11月, 2013 4 次提交
  5. 19 11月, 2013 7 次提交
  6. 14 11月, 2013 1 次提交
  7. 13 11月, 2013 2 次提交
  8. 12 11月, 2013 3 次提交
  9. 10 11月, 2013 2 次提交
  10. 09 11月, 2013 7 次提交
    • J
      eadd122b
    • J
      Sync with 1.8.4.3 · 0ecd94d7
      Junio C Hamano 提交于
      0ecd94d7
    • J
      Git 1.8.4.3 · d7d2c879
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d7d2c879
    • J
      Merge branch 'jn/test-prereq-perl-doc' into maint · cdc0c0f5
      Junio C Hamano 提交于
      The interaction between use of Perl in our test suite and NO_PERL
      has been clarified a bit.
      
      * jn/test-prereq-perl-doc:
        t/README: tests can use perl even with NO_PERL
      cdc0c0f5
    • J
      Merge branch 'ap/remote-hg-unquote-cquote' into maint · 4bc3d3fc
      Junio C Hamano 提交于
      A fast-import stream expresses a pathname with funny characters by
      quoting them in C style; remote-hg remote helper (in contrib/)
      forgot to unquote such a path.
      
      * ap/remote-hg-unquote-cquote:
        remote-hg: unquote C-style paths when exporting
      4bc3d3fc
    • J
      Merge branch 'jc/upload-pack-send-symref' into maint · 9196a2f8
      Junio C Hamano 提交于
      One long-standing flaw in the pack transfer protocol used by "git
      clone" was that there was no way to tell the other end which branch
      "HEAD" points at, and the receiving end needed to guess.  A new
      capability has been defined in the pack protocol to convey this
      information so that cloning from a repository with more than one
      branches pointing at the same commit where the HEAD is at now
      reliably sets the initial branch in the resulting repository.
      
      * jc/upload-pack-send-symref:
        t5570: Update for clone-progress-to-stderr branch
        t5570: Update for symref capability
        clone: test the new HEAD detection logic
        connect: annotate refs with their symref information in get_remote_head()
        connect.c: make parse_feature_value() static
        upload-pack: send non-HEAD symbolic refs
        upload-pack: send symbolic ref information as capability
        upload-pack.c: do not pass confusing cb_data to mark_our_ref()
        t5505: fix "set-head --auto with ambiguous HEAD" test
      9196a2f8
    • J
      Merge branch 'jk/http-auth-redirects' into maint · e5becd04
      Junio C Hamano 提交于
      We did not handle cases where http transport gets redirected during
      the authorization request (e.g. from http:// to https://).
      
      * jk/http-auth-redirects:
        http.c: Spell the null pointer as NULL
        remote-curl: rewrite base url from info/refs redirects
        remote-curl: store url as a strbuf
        remote-curl: make refs_url a strbuf
        http: update base URLs when we see redirects
        http: provide effective url to callers
        http: hoist credential request out of handle_curl_result
        http: refactor options to http_get_*
        http_request: factor out curlinfo_strbuf
        http_get_file: style fixes
      e5becd04
  11. 08 11月, 2013 9 次提交
    • J
      Sync with maint · 867b1c1b
      Junio C Hamano 提交于
      * maint:
        Start preparing for 1.8.4.3
        gitignore.txt: fix documentation of "**" patterns
      867b1c1b
    • J
      Start preparing for 1.8.4.3 · 486b65a4
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      486b65a4
    • J
      Merge branch 'sc/doc-howto-dumb-http' into maint · 8edf8c0a
      Junio C Hamano 提交于
      An ancient How-To on serving Git repositories on an HTTP server
      lacked a warning that it has been mostly superseded with more
      modern way.
      
      * sc/doc-howto-dumb-http:
        doc/howto: warn about (dumb)http server document being too old
      8edf8c0a
    • J
      Merge branch 'vd/doc-unpack-objects' into maint · 5022b58e
      Junio C Hamano 提交于
      The synopsis section of "git unpack-objects" documentation has been
      clarified a bit.
      
      * vd/doc-unpack-objects:
        Documentation: "pack-file" is not literal in unpack-objects
        Documentation: restore a space in unpack-objects usage
      5022b58e
    • J
      Merge branch 'jk/subtree-install-fix' into maint · 4ccf2f50
      Junio C Hamano 提交于
      We did not generate HTML version of documentation to "git subtree"
      in contrib/.
      
      * jk/subtree-install-fix:
        subtree: add makefile target for html docs
      4ccf2f50
    • J
      Merge branch 'hn/log-graph-color-octopus' into maint · 46992b54
      Junio C Hamano 提交于
      Coloring around octopus merges in "log --graph" output was screwy.
      
      * hn/log-graph-color-octopus:
        graph: fix coloring around octopus merges
      46992b54
    • J
      Merge branch 'mm/checkout-auto-track-fix' into maint · 07c55c00
      Junio C Hamano 提交于
      "git checkout topic", when there is not yet a local "topic" branch
      but there is a unique remote-tracking branch for a remote "topic"
      branch, pretended as if "git checkout -t -b topic remote/$r/topic"
      (for that unique remote $r) was run. This hack however was not
      implemented for "git checkout topic --".
      
      * mm/checkout-auto-track-fix:
        checkout: proper error message on 'git checkout foo bar --'
        checkout: allow dwim for branch creation for "git checkout $branch --"
      07c55c00
    • J
      Merge branch 'sg/prompt-svn-remote-fix' into maint · 9ad3f74c
      Junio C Hamano 提交于
      Bash prompting code to deal with an SVN remote as an upstream
      were coded in a way not supported by older Bash versions (3.x).
      
      * sg/prompt-svn-remote-fix:
        bash prompt: don't use '+=' operator in show upstream code path
      9ad3f74c
    • J
      Merge branch 'jk/split-broken-ident' into maint · 0ceb7537
      Junio C Hamano 提交于
      The fall-back parsing of commit objects with broken author or
      committer lines were less robust than ideal in picking up the
      timestamps.
      
      * jk/split-broken-ident:
        split_ident: parse timestamp from end of line
      0ceb7537