Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | cat-file: handle --batch format with missing type/sizejk/cat-file-regression-fix | Jeff King | 2013-12-12 | 2 | -1/+32 | |
| * | | | | | | | | | | | | cat-file: pass expand_data to print_object_or_die | Jeff King | 2013-12-12 | 1 | -10/+11 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | pack-heuristics.txt: mark up the file header properly | Thomas Ackermann | 2014-01-13 | 1 | -2/+2 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'maint' of git://github.com/git-l10n/git-po into maint | Junio C Hamano | 2014-01-06 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | l10n: de.po: fix translation of 'prefix' | Ralf Thielow | 2014-01-03 | 1 | -8/+8 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Documentation/gitmodules: Only 'update' and 'url' are required | W. Trevor King | 2014-01-06 | 1 | -0/+2 | |
* | | | | | | | | | | | for-each-ref: remove unused variable | Ramkumar Ramachandra | 2013-12-30 | 1 | -2/+1 | |
|/ / / / / / / / / / |