Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dir: warn about trailing spaces in exclude patterns | Nguyễn Thái Ngọc Duy | 2014-02-10 | 2 | -0/+48 |
* | Git 1.8.5.4v1.8.5.4 | Junio C Hamano | 2014-02-05 | 4 | -3/+52 |
* | Merge branch 'jc/maint-pull-docfix' into maint | Junio C Hamano | 2014-02-05 | 2 | -5/+8 |
|\ | |||||
| * | Documentation: "git pull" does not have the "-m" optionjc/maint-pull-docfix | Junio C Hamano | 2014-01-14 | 1 | -3/+6 |
| * | Merge branch 'jc/maint-pull-docfix-for-409b8d82' into jc/maint-pull-docfix | Junio C Hamano | 2014-01-14 | 1 | -2/+2 |
| |\ | |||||
| | * | Documentation: exclude irrelevant options from "git pull"jc/maint-pull-docfix-for-409b8d82 | Junio C Hamano | 2014-01-14 | 1 | -2/+2 |
* | | | Merge branch 'ow/stash-with-ifs' into maint | Junio C Hamano | 2014-02-05 | 2 | -7/+19 |
|\ \ \ | |||||
| * | | | stash: handle specifying stashes with $IFSow/stash-with-ifs | Øystein Walle | 2014-01-07 | 2 | -7/+19 |
* | | | | Merge branch 'js/lift-parent-count-limit' into maint | Junio C Hamano | 2014-02-05 | 4 | -10/+45 |
|\ \ \ \ | |||||
| * | | | | Remove the line length limit for graft filesjs/lift-parent-count-limit | Johannes Schindelin | 2013-12-27 | 4 | -10/+45 |
* | | | | | Merge branch 'nd/add-empty-fix' into maint | Junio C Hamano | 2014-02-05 | 2 | -1/+20 |
|\ \ \ \ \ | |||||
| * | | | | | add: don't complain when adding empty project rootnd/add-empty-fix | Nguyễn Thái Ngọc Duy | 2013-12-26 | 2 | -1/+20 |
* | | | | | | Merge branch 'bc/log-decoration' into maint | Junio C Hamano | 2014-02-05 | 2 | -0/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | log: properly handle decorations with chained tagsbc/log-decoration | brian m. carlson | 2013-12-20 | 2 | -0/+17 |
* | | | | | | | Merge branch 'jh/rlimit-nofile-fallback' into maint | Junio C Hamano | 2014-02-05 | 1 | -7/+30 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failurejh/rlimit-nofile-fallback | Junio C Hamano | 2013-12-18 | 1 | -7/+30 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jl/commit-v-strip-marker' into maint | Junio C Hamano | 2014-02-05 | 4 | -9/+58 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | commit -v: strip diffs and submodule shortlogs from the commit messagejl/commit-v-strip-marker | Jens Lehmann | 2013-12-05 | 4 | -9/+58 |
* | | | | | | | | Merge branch 'tr/send-email-ssl' into maint | Junio C Hamano | 2014-02-05 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | send-email: set SSL options through IO::Socket::SSL::set_client_defaultstr/send-email-ssl | Thomas Rast | 2013-12-04 | 1 | -2/+5 |
| * | | | | | | | | send-email: --smtp-ssl-cert-path takes an argument | Thomas Rast | 2013-12-04 | 1 | -1/+1 |
| * | | | | | | | | send-email: pass Debug to Net::SMTP::SSL::new | Thomas Rast | 2013-12-04 | 1 | -0/+1 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'tb/clone-ssh-with-colon-for-port' into maint | Junio C Hamano | 2014-02-05 | 7 | -147/+350 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git_connect(): use common return pointtb/clone-ssh-with-colon-for-port | Torsten Bögershausen | 2013-12-09 | 1 | -58/+50 |
| * | | | | | | | | connect.c: refactor url parsing | Torsten Bögershausen | 2013-12-09 | 5 | -37/+48 |
| * | | | | | | | | git_connect(): refactor the port handling for ssh | Torsten Bögershausen | 2013-12-09 | 3 | -49/+17 |
| * | | | | | | | | git fetch: support host:/~repo | Torsten Bögershausen | 2013-12-09 | 3 | -17/+33 |
| * | | | | | | | | t5500: add test cases for diag-url | Torsten Bögershausen | 2013-12-09 | 1 | -0/+59 |
| * | | | | | | | | git fetch-pack: add --diag-url | Torsten Bögershausen | 2013-12-09 | 4 | -3/+41 |
| * | | | | | | | | git_connect: factor out discovery of the protocol and its parts | Johannes Sixt | 2013-12-09 | 1 | -27/+53 |
| * | | | | | | | | git_connect: remove artificial limit of a remote command | Johannes Sixt | 2013-12-09 | 1 | -6/+1 |
| * | | | | | | | | t5601: add tests for ssh | Torsten Bögershausen | 2013-12-04 | 1 | -1/+99 |
| * | | | | | | | | t5601: remove clear_ssh, refactor setup_ssh_wrapper | Torsten Bögershausen | 2013-12-04 | 1 | -20/+20 |
* | | | | | | | | | Merge branch 'nd/transport-positive-depth-only' into maint | Junio C Hamano | 2014-02-05 | 2 | -0/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | clone,fetch: catch non positive --depth option valuend/transport-positive-depth-only | Nguyễn Thái Ngọc Duy | 2013-12-06 | 2 | -0/+8 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | git-svn: workaround for a bug in svn serf backend | Roman Kagan | 2014-01-17 | 1 | -2/+8 |
* | | | | | | | | | Git 1.8.5.3v1.8.5.3 | Junio C Hamano | 2014-01-13 | 4 | -3/+31 |
* | | | | | | | | | Merge branch 'nd/daemon-informative-errors-typofix' into maint | Junio C Hamano | 2014-01-13 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | daemon: be strict at parsing parameters --[no-]informative-errorsnd/daemon-informative-errors-typofix | Nguyễn Thái Ngọc Duy | 2013-12-20 | 1 | -2/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'km/gc-eperm' into maint | Junio C Hamano | 2014-01-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gc: notice gc processes run by other userskm/gc-eperm | Kyle J. McKay | 2014-01-02 | 1 | -1/+1 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/credential-plug-leak' into maint | Junio C Hamano | 2014-01-13 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Revert "prompt: clean up strbuf usage"jk/credential-plug-leak | Jeff King | 2014-01-02 | 1 | -1/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maint | Junio C Hamano | 2014-01-13 | 2 | -7/+47 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | mv: let 'git mv file no-such-dir/' error out on Windows, toomm/mv-file-to-no-such-dir-with-slash | Johannes Sixt | 2014-01-10 | 1 | -0/+2 |
| * | | | | | | | | | mv: let 'git mv file no-such-dir/' error out | Matthieu Moy | 2013-12-04 | 2 | -7/+45 |
* | | | | | | | | | | Merge branch 'jk/rev-parse-double-dashes' into maint | Junio C Hamano | 2014-01-13 | 2 | -1/+39 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | rev-parse: be more careful with munging argumentsjk/rev-parse-double-dashes | Jeff King | 2013-12-09 | 1 | -1/+5 |
| * | | | | | | | | | | rev-parse: correctly diagnose revision errors before "--" | Jeff King | 2013-12-09 | 2 | -0/+34 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'jk/cat-file-regression-fix' into maint | Junio C Hamano | 2014-01-13 | 2 | -10/+42 |
|\ \ \ \ \ \ \ \ \ \ |