Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | Almost ready for 2.8.3 | Junio C Hamano | 2016-05-06 | 1 | -0/+9 | |
* | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-path-misc-bugs' into maint | Junio C Hamano | 2016-05-06 | 3 | -11/+133 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | t7407: make expectation as clear as possible | Stefan Beller | 2016-03-30 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | | | submodule update: test recursive path reporting from subdirectory | Stefan Beller | 2016-03-30 | 1 | -0/+20 | |
| * | | | | | | | | | | | | | | | | | submodule update: align reporting path for custom command execution | Stefan Beller | 2016-03-30 | 2 | -5/+28 | |
| * | | | | | | | | | | | | | | | | | submodule status: correct path handling in recursive submodules | Stefan Beller | 2016-03-30 | 2 | -0/+22 | |
| * | | | | | | | | | | | | | | | | | submodule update --init: correct path handling in recursive submodules | Stefan Beller | 2016-03-30 | 2 | -1/+34 | |
| * | | | | | | | | | | | | | | | | | submodule foreach: correct path display in recursive submodules | Stefan Beller | 2016-03-30 | 2 | -3/+23 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'ky/imap-send-openssl-1.1.0' into maint | Junio C Hamano | 2016-05-06 | 5 | -28/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | configure: remove checking for HMAC_CTX_cleanup | Kazuki Yamaguchi | 2016-04-08 | 3 | -13/+0 | |
| * | | | | | | | | | | | | | | | | | imap-send: avoid deprecated TLSv1_method() | Kazuki Yamaguchi | 2016-04-08 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | | | | | imap-send: check NULL return of SSL_CTX_new() | Kazuki Yamaguchi | 2016-04-08 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | imap-send: use HMAC() function provided by OpenSSL | Kazuki Yamaguchi | 2016-04-08 | 2 | -10/+13 | |
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'js/replace-edit-use-editor-configuration' into maint | Junio C Hamano | 2016-05-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | replace --edit: respect core.editor | Johannes Schindelin | 2016-04-20 | 1 | -0/+1 | |
| |/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'cc/apply' into maint | Junio C Hamano | 2016-05-06 | 1 | -15/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | builtin/apply: free patch when parse_chunk() fails | Christian Couder | 2016-04-01 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | builtin/apply: handle parse_binary() failure | Christian Couder | 2016-04-01 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | | | apply: remove unused call to free() in gitdiff_{old,new}name() | Junio C Hamano | 2016-03-22 | 1 | -6/+0 | |
| * | | | | | | | | | | | | | | | | | builtin/apply: get rid of useless 'name' variable | Christian Couder | 2016-03-22 | 1 | -8/+5 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'kn/for-each-tag-branch' into maint | Junio C Hamano | 2016-05-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | for-each-ref: fix description of '--contains' in manpage | SZEDER Gábor | 2016-03-30 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | git-multimail: update to release 1.3.0 | Matthieu Moy | 2016-05-03 | 8 | -143/+476 | |
* | | | | | | | | | | | | | | | | | | | Start preparing for 2.8.3 | Junio C Hamano | 2016-05-02 | 1 | -0/+61 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/use-write-script-more' into maint | Junio C Hamano | 2016-05-02 | 3 | -18/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | t3404: use write_script | Junio C Hamano | 2016-04-12 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | | | | | | t1020: do not overuse printf and use write_script | Junio C Hamano | 2016-04-11 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | t5532: use write_script | Jeff King | 2016-04-10 | 1 | -9/+12 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/xstrfmt-null-with-prec-0' into maint | Junio C Hamano | 2016-05-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | setup.c: do not feed NULL to "%.*s" even with precision 0 | Junio C Hamano | 2016-04-07 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ew/send-email-drop-data-dumper' into maint | Junio C Hamano | 2016-05-02 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | send-email: do not load Data::Dumper | Eric Wong | 2016-04-06 | 1 | -1/+0 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ad/cygwin-wants-rename' into maint | Junio C Hamano | 2016-05-02 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | config.mak.uname: Cygwin needs OBJECT_CREATION_USES_RENAMES | Adam Dinwoodie | 2015-08-07 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/do-not-printf-NULL' into maint | Junio C Hamano | 2016-05-02 | 1 | -7/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | git_config_set_multivar_in_file: handle "unset" errors | Jeff King | 2016-04-10 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | git_config_set_multivar_in_file: all non-zero returns are errors | Jeff King | 2016-04-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | config: lower-case first word of error strings | Jeff King | 2016-04-10 | 1 | -5/+5 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/http-socks5h' into maint | Junio C Hamano | 2016-05-02 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | http: differentiate socks5:// and socks5h:// | Junio C Hamano | 2016-04-10 | 1 | -1/+4 | |
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ky/imap-send' into maint | Junio C Hamano | 2016-05-02 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | imap-send: fix CRAM-MD5 response calculation | Kazuki Yamaguchi | 2016-04-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | imap-send: check for NOLOGIN capability only when using LOGIN command | Kazuki Yamaguchi | 2016-04-14 | 1 | -5/+5 | |
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ad/commit-have-m-option' into maint | Junio C Hamano | 2016-05-02 | 2 | -3/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | commit: do not ignore an empty message given by -m '' | Jeff King | 2016-04-07 | 2 | -6/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | commit: --amend -m '' silently fails to wipe message | Adam Dinwoodie | 2016-04-07 | 1 | -0/+20 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-helper-clone-regression-fix' into maint | Junio C Hamano | 2016-05-02 | 2 | -23/+59 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | submodule--helper, module_clone: catch fprintf failure | Stefan Beller | 2016-04-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | submodule--helper: do not borrow absolute_path() result for too long | Junio C Hamano | 2016-04-01 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | submodule--helper, module_clone: always operate on absolute paths | Stefan Beller | 2016-04-01 | 2 | -15/+15 |