aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | send-pack: close demux pipe before finishing async processJeff King2016-04-20
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'sb/mv-submodule-fix' into HEADJunio C Hamano2016-05-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | mv: allow moving nested submodulesStefan Beller2016-04-19
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'da/user-useconfigonly' into HEADJunio C Hamano2016-05-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | ident: give "please tell me" message upon useConfigOnly errorMarios Titas2016-04-01
| * | | | | | | | | | | | | | | | | ident: check for useConfigOnly before auto-detection of name/emailMarios Titas2016-04-01
* | | | | | | | | | | | | | | | | | Merge branch 'ld/p4-test-py3' into HEADJunio C Hamano2016-05-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | git-p4 tests: time_in_seconds should use $PYTHON_PATHLuke Diamand2016-04-26
| * | | | | | | | | | | | | | | | | git-p4 tests: work with python3 as well as python2Luke Diamand2016-04-26
| * | | | | | | | | | | | | | | | | git-p4 tests: cd to / before running pythonLuke Diamand2016-04-26
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Almost ready for 2.8.3Junio C Hamano2016-05-06
* | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-path-misc-bugs' into maintJunio C Hamano2016-05-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t7407: make expectation as clear as possibleStefan Beller2016-03-30
| * | | | | | | | | | | | | | | | | submodule update: test recursive path reporting from subdirectoryStefan Beller2016-03-30
| * | | | | | | | | | | | | | | | | submodule update: align reporting path for custom command executionStefan Beller2016-03-30
| * | | | | | | | | | | | | | | | | submodule status: correct path handling in recursive submodulesStefan Beller2016-03-30
| * | | | | | | | | | | | | | | | | submodule update --init: correct path handling in recursive submodulesStefan Beller2016-03-30
| * | | | | | | | | | | | | | | | | submodule foreach: correct path display in recursive submodulesStefan Beller2016-03-30
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano2016-05-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | configure: remove checking for HMAC_CTX_cleanupKazuki Yamaguchi2016-04-08
| * | | | | | | | | | | | | | | | | imap-send: avoid deprecated TLSv1_method()Kazuki Yamaguchi2016-04-08
| * | | | | | | | | | | | | | | | | imap-send: check NULL return of SSL_CTX_new()Kazuki Yamaguchi2016-04-08
| * | | | | | | | | | | | | | | | | imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi2016-04-08
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'js/replace-edit-use-editor-configuration' into maintJunio C Hamano2016-05-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | replace --edit: respect core.editorJohannes Schindelin2016-04-20
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'cc/apply' into maintJunio C Hamano2016-05-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | builtin/apply: free patch when parse_chunk() failsChristian Couder2016-04-01
| * | | | | | | | | | | | | | | | | builtin/apply: handle parse_binary() failureChristian Couder2016-04-01
| * | | | | | | | | | | | | | | | | apply: remove unused call to free() in gitdiff_{old,new}name()Junio C Hamano2016-03-22
| * | | | | | | | | | | | | | | | | builtin/apply: get rid of useless 'name' variableChristian Couder2016-03-22
* | | | | | | | | | | | | | | | | | Merge branch 'kn/for-each-tag-branch' into maintJunio C Hamano2016-05-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | for-each-ref: fix description of '--contains' in manpageSZEDER Gábor2016-03-30
* | | | | | | | | | | | | | | | | | | git-multimail: update to release 1.3.0Matthieu Moy2016-05-03
* | | | | | | | | | | | | | | | | | | Start preparing for 2.8.3Junio C Hamano2016-05-02
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/use-write-script-more' into maintJunio C Hamano2016-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | t3404: use write_scriptJunio C Hamano2016-04-12
| * | | | | | | | | | | | | | | | | | | t1020: do not overuse printf and use write_scriptJunio C Hamano2016-04-11
| * | | | | | | | | | | | | | | | | | | t5532: use write_scriptJeff King2016-04-10
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/xstrfmt-null-with-prec-0' into maintJunio C Hamano2016-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | setup.c: do not feed NULL to "%.*s" even with precision 0Junio C Hamano2016-04-07
* | | | | | | | | | | | | | | | | | | | | Merge branch 'ew/send-email-drop-data-dumper' into maintJunio C Hamano2016-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | send-email: do not load Data::DumperEric Wong2016-04-06
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'ad/cygwin-wants-rename' into maintJunio C Hamano2016-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | config.mak.uname: Cygwin needs OBJECT_CREATION_USES_RENAMESAdam Dinwoodie2015-08-07
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/do-not-printf-NULL' into maintJunio C Hamano2016-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | git_config_set_multivar_in_file: handle "unset" errorsJeff King2016-04-10
| * | | | | | | | | | | | | | | | | | | | | | git_config_set_multivar_in_file: all non-zero returns are errorsJeff King2016-04-10
| * | | | | | | | | | | | | | | | | | | | | | config: lower-case first word of error stringsJeff King2016-04-10
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/http-socks5h' into maintJunio C Hamano2016-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | http: differentiate socks5:// and socks5h://Junio C Hamano2016-04-10
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |