Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | graph: fix coloring around octopus mergeshn/log-graph-color-octopus | Hemmo Nieminen | 2013-10-18 | 1 | -2/+2 | |
* | | | | | | | | | | | | | Merge branch 'mm/checkout-auto-track-fix' | Junio C Hamano | 2013-10-30 | 3 | -28/+98 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | checkout: proper error message on 'git checkout foo bar --'mm/checkout-auto-track-fix | Matthieu Moy | 2013-10-18 | 2 | -5/+22 | |
| * | | | | | | | | | | | | | checkout: allow dwim for branch creation for "git checkout $branch --" | Matthieu Moy | 2013-10-18 | 2 | -23/+76 | |
* | | | | | | | | | | | | | | Merge branch 'sg/t3600-nul-sha1-fix' | Junio C Hamano | 2013-10-30 | 1 | -7/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | t3600: fix broken "choking git rm" testsg/t3600-nul-sha1-fix | SZEDER Gábor | 2013-10-16 | 1 | -7/+4 | |
* | | | | | | | | | | | | | | | Merge branch 'fc/styles' | Junio C Hamano | 2013-10-30 | 11 | -18/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | block-sha1/sha1.c: have SP around arithmetic operatorsfc/styles | Junio C Hamano | 2013-10-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | base85.c: have SP around arithmetic operators | Junio C Hamano | 2013-10-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | archive.c: have SP around arithmetic operators | Junio C Hamano | 2013-10-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | alloc.c: have SP around arithmetic operators | Junio C Hamano | 2013-10-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | abspath.c: have SP around arithmetic operators | Junio C Hamano | 2013-10-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | alias: have SP around arithmetic operators | Felipe Contreras | 2013-10-16 | 1 | -6/+7 | |
| * | | | | | | | | | | | | | | | C: have space around && and || operators | Junio C Hamano | 2013-10-16 | 5 | -5/+5 | |
* | | | | | | | | | | | | | | | | Merge branch 'jc/upload-pack-send-symref' | Junio C Hamano | 2013-10-30 | 6 | -22/+125 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | t5570: Update for clone-progress-to-stderr branchjc/upload-pack-send-symref | Brian Gernhardt | 2013-10-22 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | Merge branch 'jk/clone-progress-to-stderr' into jc/upload-pack-send-symref | Junio C Hamano | 2013-10-22 | 4 | -28/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | t5570: Update for symref capability | Brian Gernhardt | 2013-10-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | clone: test the new HEAD detection logic | Junio C Hamano | 2013-09-17 | 1 | -0/+11 | |
| * | | | | | | | | | | | | | | | | | connect: annotate refs with their symref information in get_remote_head() | Junio C Hamano | 2013-09-17 | 2 | -11/+64 | |
| * | | | | | | | | | | | | | | | | | connect.c: make parse_feature_value() static | Junio C Hamano | 2013-09-17 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | upload-pack: send non-HEAD symbolic refs | Junio C Hamano | 2013-09-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | upload-pack: send symbolic ref information as capability | Junio C Hamano | 2013-09-17 | 1 | -5/+43 | |
| * | | | | | | | | | | | | | | | | | upload-pack.c: do not pass confusing cb_data to mark_our_ref() | Junio C Hamano | 2013-09-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | t5505: fix "set-head --auto with ambiguous HEAD" test | Junio C Hamano | 2013-09-17 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'jk/http-auth-redirects' | Junio C Hamano | 2013-10-30 | 7 | -65/+191 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | http.c: Spell the null pointer as NULLjk/http-auth-redirects | Ramsay Jones | 2013-10-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | remote-curl: rewrite base url from info/refs redirects | Jeff King | 2013-10-14 | 4 | -1/+19 | |
| * | | | | | | | | | | | | | | | | | remote-curl: store url as a strbuf | Jeff King | 2013-10-14 | 1 | -19/+19 | |
| * | | | | | | | | | | | | | | | | | remote-curl: make refs_url a strbuf | Jeff King | 2013-10-14 | 1 | -8/+7 | |
| * | | | | | | | | | | | | | | | | | http: update base URLs when we see redirects | Jeff King | 2013-10-14 | 2 | -0/+68 | |
| * | | | | | | | | | | | | | | | | | http: provide effective url to callers | Jeff King | 2013-10-14 | 2 | -0/+10 | |
| * | | | | | | | | | | | | | | | | | http: hoist credential request out of handle_curl_result | Jeff King | 2013-10-14 | 3 | -3/+11 | |
| * | | | | | | | | | | | | | | | | | http: refactor options to http_get_* | Jeff King | 2013-09-30 | 4 | -28/+44 | |
| * | | | | | | | | | | | | | | | | | http_request: factor out curlinfo_strbuf | Jeff King | 2013-09-30 | 1 | -7/+14 | |
| * | | | | | | | | | | | | | | | | | http_get_file: style fixes | Jeff King | 2013-09-30 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | Almost -rc0 for 1.8.5 | Junio C Hamano | 2013-10-28 | 1 | -0/+15 | |
* | | | | | | | | | | | | | | | | | | Sync with v1.8.4.2 | Junio C Hamano | 2013-10-28 | 4 | -3/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Git 1.8.4.2v1.8.4.2 | Junio C Hamano | 2013-10-28 | 3 | -2/+17 | |
| * | | | | | | | | | | | | | | | | | Merge branch 'jk/clone-progress-to-stderr' into maint | Junio C Hamano | 2013-10-28 | 4 | -28/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge branch 'jk/format-patch-from' into maint | Junio C Hamano | 2013-10-28 | 4 | -1/+49 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/shortlog-tolerate-broken-commit' into maint | Junio C Hamano | 2013-10-28 | 2 | -2/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/diff-algo' into maint | Junio C Hamano | 2013-10-28 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | test-lib: fix typo in comment | Torstein Hegge | 2013-10-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | sha1_file: move comment about return value where it belongs | Christian Couder | 2013-10-28 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/repack-in-c' | Junio C Hamano | 2013-10-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Reword repack documentation to no longer state it's a script | Stefan Beller | 2013-10-22 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'sg/prompt-svn-remote-fix' | Junio C Hamano | 2013-10-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | bash prompt: don't use '+=' operator in show upstream code pathsg/prompt-svn-remote-fix | SZEDER Gábor | 2013-10-15 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/split-broken-ident' | Junio C Hamano | 2013-10-28 | 2 | -3/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |