Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | read_raw_ref(): change flags parameter to unsigned int | Michael Haggerty | 2016-04-10 | |
| * | | | | | | files-backend: inline resolve_ref_1() into resolve_ref_unsafe() | Michael Haggerty | 2016-04-10 | |
| * | | | | | | read_raw_ref(): manage own scratch space | Michael Haggerty | 2016-04-10 | |
| * | | | | | | files-backend: break out ref reading | David Turner | 2016-04-10 | |
| * | | | | | | resolve_ref_1(): eliminate local variable "bad_name" | Michael Haggerty | 2016-04-10 | |
| * | | | | | | resolve_ref_1(): reorder code | Michael Haggerty | 2016-04-10 | |
| * | | | | | | resolve_ref_1(): eliminate local variable | Michael Haggerty | 2016-04-10 | |
| * | | | | | | resolve_ref_unsafe(): ensure flags is always set | Michael Haggerty | 2016-04-10 | |
| * | | | | | | resolve_ref_unsafe(): use for loop to count up to MAXDEPTH | Michael Haggerty | 2016-04-10 | |
| * | | | | | | resolve_missing_loose_ref(): simplify semantics | Michael Haggerty | 2016-04-10 | |
| * | | | | | | t1430: improve test coverage of deletion of badly-named refs | Michael Haggerty | 2016-04-10 | |
| * | | | | | | t1430: test for-each-ref in the presence of badly-named refs | Michael Haggerty | 2016-04-10 | |
| * | | | | | | t1430: don't rely on symbolic-ref for creating broken symrefs | Michael Haggerty | 2016-04-10 | |
| * | | | | | | t1430: clean up broken refs/tags/shadow | Michael Haggerty | 2016-04-10 | |
| * | | | | | | t1430: test the output and error of some commands more carefully | Michael Haggerty | 2016-04-10 | |
| * | | | | | | refs: move for_each_*ref* functions into common code | David Turner | 2016-04-10 | |
| * | | | | | | refs: move head_ref{,_submodule} to the common code | David Turner | 2016-04-10 | |
* | | | | | | | Merge branch 'jc/rerere-multi' | Junio C Hamano | 2016-04-25 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | rerere: adjust 'forget' to multi-variant world order | Junio C Hamano | 2016-04-06 | |
| * | | | | | | | rerere: split code to call ll_merge() further | Junio C Hamano | 2016-04-06 | |
| * | | | | | | | rerere: move code related to "forget" together | Junio C Hamano | 2016-04-06 | |
| * | | | | | | | rerere: gc and clear | Junio C Hamano | 2016-04-06 | |
| * | | | | | | | rerere: do use multiple variants | Junio C Hamano | 2016-03-15 | |
| * | | | | | | | t4200: rerere a merge with two identical conflicts | Junio C Hamano | 2016-03-15 | |
| * | | | | | | | rerere: allow multiple variants to exist | Junio C Hamano | 2016-03-15 | |
| * | | | | | | | rerere: delay the recording of preimage | Junio C Hamano | 2016-03-15 | |
| * | | | | | | | rerere: handle leftover rr-cache/$ID directory and postimage files | Junio C Hamano | 2016-03-15 | |
| * | | | | | | | rerere: scan $GIT_DIR/rr-cache/$ID when instantiating a rerere_id | Junio C Hamano | 2016-02-08 | |
| * | | | | | | | rerere: split conflict ID further | Junio C Hamano | 2016-02-08 | |
* | | | | | | | | Sixth batch for post 2.8 cycle | Junio C Hamano | 2016-04-22 | |
* | | | | | | | | Merge branch 'ad/cygwin-wants-rename' | Junio C Hamano | 2016-04-22 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | config.mak.uname: Cygwin needs OBJECT_CREATION_USES_RENAMES | Adam Dinwoodie | 2015-08-07 | |
* | | | | | | | | | Merge branch 'jk/use-write-script-more' | Junio C Hamano | 2016-04-22 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | 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 'jk/do-not-printf-NULL' | Junio C Hamano | 2016-04-22 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | 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' | Junio C Hamano | 2016-04-22 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | http: differentiate socks5:// and socks5h:// | Junio C Hamano | 2016-04-10 | |
* | | | | | | | | | | | Merge branch 'ky/imap-send-openssl-1.1.0' | Junio C Hamano | 2016-04-22 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | 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 'ky/imap-send' | Junio C Hamano | 2016-04-22 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | imap-send: fix CRAM-MD5 response calculation | Kazuki Yamaguchi | 2016-04-13 | |
| * | | | | | | | | | | | imap-send: check for NOLOGIN capability only when using LOGIN command | Kazuki Yamaguchi | 2016-04-13 | |
| | |/ / / / / / / / / | |/| | | | | | | | | |