summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge-base --octopus: reduce the result from get_octopus_merge_bases()bm/merge-base-octopus-dedupJunio C Hamano2013-12-302-1/+40
* merge-base: separate "--independent" codepath into its own helperJunio C Hamano2013-12-301-6/+25
* Git 1.8.4.5v1.8.4.5maint-1.8.4Junio C Hamano2013-12-024-3/+17
* submodule: do not copy unknown update mode from .gitmodulesJunio C Hamano2013-12-022-5/+30
* remote-hg: don't decode UTF-8 paths into Unicode objectsRichard Hansen2013-11-271-1/+1
* Git 1.8.4.4v1.8.4.4Junio C Hamano2013-11-203-2/+13
* Revert "upload-pack: send non-HEAD symbolic refs"Junio C Hamano2013-11-181-1/+0
* Git 1.8.4.3v1.8.4.3Junio C Hamano2013-11-083-2/+21
* Merge branch 'jn/test-prereq-perl-doc' into maintJunio C Hamano2013-11-081-4/+11
|\
| * t/README: tests can use perl even with NO_PERLjn/test-prereq-perl-docJonathan Nieder2013-10-281-4/+11
* | Merge branch 'ap/remote-hg-unquote-cquote' into maintJunio C Hamano2013-11-081-0/+6
|\ \
| * | remote-hg: unquote C-style paths when exportingap/remote-hg-unquote-cquoteAntoine Pelisse2013-10-231-0/+6
* | | Merge branch 'jc/upload-pack-send-symref' into maintJunio C Hamano2013-11-086-20/+124
|\ \ \
| * | | t5570: Update for clone-progress-to-stderr branchjc/upload-pack-send-symrefBrian Gernhardt2013-10-221-2/+1
| * | | Merge branch 'jk/clone-progress-to-stderr' into jc/upload-pack-send-symrefJunio C Hamano2013-10-224-28/+32
| |\ \ \
| * | | | t5570: Update for symref capabilityBrian Gernhardt2013-10-221-1/+1
| * | | | clone: test the new HEAD detection logicJunio C Hamano2013-09-171-0/+11
| * | | | connect: annotate refs with their symref information in get_remote_head()Junio C Hamano2013-09-172-11/+64
| * | | | connect.c: make parse_feature_value() staticJunio C Hamano2013-09-172-2/+2
| * | | | upload-pack: send non-HEAD symbolic refsJunio C Hamano2013-09-171-0/+1
| * | | | upload-pack: send symbolic ref information as capabilityJunio C Hamano2013-09-171-5/+43
| * | | | upload-pack.c: do not pass confusing cb_data to mark_our_ref()Junio C Hamano2013-09-171-1/+1
| * | | | t5505: fix "set-head --auto with ambiguous HEAD" testJunio C Hamano2013-09-171-0/+1
* | | | | Merge branch 'jk/http-auth-redirects' into maintJunio C Hamano2013-11-087-65/+191
|\ \ \ \ \
| * | | | | http.c: Spell the null pointer as NULLjk/http-auth-redirectsRamsay Jones2013-10-241-1/+1
| * | | | | remote-curl: rewrite base url from info/refs redirectsJeff King2013-10-144-1/+19
| * | | | | remote-curl: store url as a strbufJeff King2013-10-141-19/+19
| * | | | | remote-curl: make refs_url a strbufJeff King2013-10-141-8/+7
| * | | | | http: update base URLs when we see redirectsJeff King2013-10-142-0/+68
| * | | | | http: provide effective url to callersJeff King2013-10-142-0/+10
| * | | | | http: hoist credential request out of handle_curl_resultJeff King2013-10-143-3/+11
| * | | | | http: refactor options to http_get_*Jeff King2013-09-304-28/+44
| * | | | | http_request: factor out curlinfo_strbufJeff King2013-09-301-7/+14
| * | | | | http_get_file: style fixesJeff King2013-09-301-2/+2
* | | | | | Start preparing for 1.8.4.3Junio C Hamano2013-11-072-1/+37
* | | | | | Merge branch 'sc/doc-howto-dumb-http' into maintJunio C Hamano2013-11-071-0/+4
|\ \ \ \ \ \
| * | | | | | doc/howto: warn about (dumb)http server document being too oldsc/doc-howto-dumb-httpSitaram Chamarty2013-10-281-0/+4
* | | | | | | Merge branch 'vd/doc-unpack-objects' into maintJunio C Hamano2013-11-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Documentation: "pack-file" is not literal in unpack-objectsvd/doc-unpack-objectsVivien Didelot2013-11-011-1/+1
| * | | | | | | Documentation: restore a space in unpack-objects usageVivien Didelot2013-10-311-1/+1
* | | | | | | | Merge branch 'jk/subtree-install-fix' into maintJunio C Hamano2013-11-071-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | subtree: add makefile target for html docsjk/subtree-install-fixJeff King2013-10-301-1/+6
* | | | | | | | | Merge branch 'hn/log-graph-color-octopus' into maintJunio C Hamano2013-11-071-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | graph: fix coloring around octopus mergeshn/log-graph-color-octopusHemmo Nieminen2013-10-181-2/+2
* | | | | | | | | | Merge branch 'mm/checkout-auto-track-fix' into maintJunio C Hamano2013-11-073-28/+98
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | checkout: proper error message on 'git checkout foo bar --'mm/checkout-auto-track-fixMatthieu Moy2013-10-182-5/+22
| * | | | | | | | | | checkout: allow dwim for branch creation for "git checkout $branch --"Matthieu Moy2013-10-182-23/+76
* | | | | | | | | | | Merge branch 'sg/prompt-svn-remote-fix' into maintJunio C Hamano2013-11-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bash prompt: don't use '+=' operator in show upstream code pathsg/prompt-svn-remote-fixSZEDER Gábor2013-10-151-1/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/split-broken-ident' into maintJunio C Hamano2013-11-072-3/+22
|\ \ \ \ \ \ \ \ \ \ \