Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | | send-pack: close demux pipe before finishing async process | Jeff King | 2016-04-20 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | Merge branch 'sb/mv-submodule-fix' into HEAD | Junio C Hamano | 2016-05-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | mv: allow moving nested submodules | Stefan Beller | 2016-04-19 | |
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | Merge branch 'da/user-useconfigonly' into HEAD | Junio C Hamano | 2016-05-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | ident: give "please tell me" message upon useConfigOnly error | Marios Titas | 2016-04-01 | |
| * | | | | | | | | | | | | | | | | | ident: check for useConfigOnly before auto-detection of name/email | Marios Titas | 2016-04-01 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'ld/p4-test-py3' into HEAD | Junio C Hamano | 2016-05-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | git-p4 tests: time_in_seconds should use $PYTHON_PATH | Luke Diamand | 2016-04-26 | |
| * | | | | | | | | | | | | | | | | | git-p4 tests: work with python3 as well as python2 | Luke Diamand | 2016-04-26 | |
| * | | | | | | | | | | | | | | | | | git-p4 tests: cd to / before running python | Luke Diamand | 2016-04-26 | |
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | Almost ready for 2.8.3 | Junio C Hamano | 2016-05-06 | |
* | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-path-misc-bugs' into maint | Junio C Hamano | 2016-05-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | t7407: make expectation as clear as possible | Stefan Beller | 2016-03-30 | |
| * | | | | | | | | | | | | | | | | | submodule update: test recursive path reporting from subdirectory | Stefan Beller | 2016-03-30 | |
| * | | | | | | | | | | | | | | | | | submodule update: align reporting path for custom command execution | Stefan Beller | 2016-03-30 | |
| * | | | | | | | | | | | | | | | | | submodule status: correct path handling in recursive submodules | Stefan Beller | 2016-03-30 | |
| * | | | | | | | | | | | | | | | | | submodule update --init: correct path handling in recursive submodules | Stefan Beller | 2016-03-30 | |
| * | | | | | | | | | | | | | | | | | submodule foreach: correct path display in recursive submodules | Stefan Beller | 2016-03-30 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | Merge branch 'ky/imap-send-openssl-1.1.0' into maint | Junio C Hamano | 2016-05-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | configure: remove checking for HMAC_CTX_cleanup | Kazuki Yamaguchi | 2016-04-08 | |
| * | | | | | | | | | | | | | | | | | imap-send: avoid deprecated TLSv1_method() | Kazuki Yamaguchi | 2016-04-08 | |
| * | | | | | | | | | | | | | | | | | imap-send: check NULL return of SSL_CTX_new() | Kazuki Yamaguchi | 2016-04-08 | |
| * | | | | | | | | | | | | | | | | | imap-send: use HMAC() function provided by OpenSSL | Kazuki Yamaguchi | 2016-04-08 | |
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | Merge branch 'js/replace-edit-use-editor-configuration' into maint | Junio C Hamano | 2016-05-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | replace --edit: respect core.editor | Johannes Schindelin | 2016-04-20 | |
| |/ / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | Merge branch 'cc/apply' into maint | Junio C Hamano | 2016-05-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | builtin/apply: free patch when parse_chunk() fails | Christian Couder | 2016-04-01 | |
| * | | | | | | | | | | | | | | | | | builtin/apply: handle parse_binary() failure | Christian Couder | 2016-04-01 | |
| * | | | | | | | | | | | | | | | | | apply: remove unused call to free() in gitdiff_{old,new}name() | Junio C Hamano | 2016-03-22 | |
| * | | | | | | | | | | | | | | | | | builtin/apply: get rid of useless 'name' variable | Christian Couder | 2016-03-22 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'kn/for-each-tag-branch' into maint | Junio C Hamano | 2016-05-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | for-each-ref: fix description of '--contains' in manpage | SZEDER Gábor | 2016-03-30 | |
* | | | | | | | | | | | | | | | | | | | git-multimail: update to release 1.3.0 | Matthieu Moy | 2016-05-03 | |
* | | | | | | | | | | | | | | | | | | | Start preparing for 2.8.3 | Junio C Hamano | 2016-05-02 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/use-write-script-more' into maint | Junio C Hamano | 2016-05-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | t3404: use write_script | Junio C Hamano | 2016-04-12 | |
| * | | | | | | | | | | | | | | | | | | | t1020: do not overuse printf and use write_script | Junio C Hamano | 2016-04-11 | |
| * | | | | | | | | | | | | | | | | | | | t5532: use write_script | Jeff King | 2016-04-10 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/xstrfmt-null-with-prec-0' into maint | Junio C Hamano | 2016-05-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | setup.c: do not feed NULL to "%.*s" even with precision 0 | Junio C Hamano | 2016-04-07 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ew/send-email-drop-data-dumper' into maint | Junio C Hamano | 2016-05-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | send-email: do not load Data::Dumper | Eric Wong | 2016-04-06 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ad/cygwin-wants-rename' into maint | Junio C Hamano | 2016-05-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | config.mak.uname: Cygwin needs OBJECT_CREATION_USES_RENAMES | Adam Dinwoodie | 2015-08-07 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/do-not-printf-NULL' into maint | Junio C Hamano | 2016-05-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | git_config_set_multivar_in_file: handle "unset" errors | Jeff King | 2016-04-10 | |
| * | | | | | | | | | | | | | | | | | | | | | | git_config_set_multivar_in_file: all non-zero returns are errors | Jeff King | 2016-04-10 | |
| * | | | | | | | | | | | | | | | | | | | | | | config: lower-case first word of error strings | Jeff King | 2016-04-10 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/http-socks5h' into maint | Junio C Hamano | 2016-05-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | http: differentiate socks5:// and socks5h:// | Junio C Hamano | 2016-04-10 | |
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |