summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* attr.c: outline the future plans by heavily commentingjc/attr-moreJunio C Hamano2016-06-091-1/+39
* attr.c: always pass check[] to collect_some_attrs()Junio C Hamano2016-06-091-18/+19
* attr.c: introduce empty_attr_check_elems()Junio C Hamano2016-06-091-2/+9
* attr.c: correct ugly hack for git_all_attrs()Junio C Hamano2016-06-091-16/+8
* attr.c: rename a local variable checkJunio C Hamano2016-06-091-2/+2
* fixup! d5ad6c13Junio C Hamano2016-06-092-5/+15
* attr.c: pass struct git_attr_check down the callchainJunio C Hamano2016-06-031-12/+24
* attr.c: add push_stack() helperJunio C Hamano2016-06-031-38/+33
* attr: support quoting pathname patterns in C stylejc/attrNguyễn Thái Ngọc Duy2016-05-253-5/+44
* attr: expose validity check for attribute namesJunio C Hamano2016-05-252-14/+28
* attr: add counted string version of git_attr()Junio C Hamano2016-05-252-5/+8
* attr: add counted string version of git_check_attr()Junio C Hamano2016-05-252-9/+15
* attr: retire git_check_attrs() APIJunio C Hamano2016-05-253-31/+56
* attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2016-05-255-68/+40
* attr: convert git_all_attrs() to use "struct git_attr_check"Junio C Hamano2016-05-253-52/+80
* attr: (re)introduce git_check_attr() and struct git_attr_checkJunio C Hamano2016-05-253-18/+49
* attr: rename function and struct related to checking attributesJunio C Hamano2016-05-259-41/+42
* attr.c: plug small leak in parse_attr_line()Junio C Hamano2016-05-251-4/+8
* attr.c: tighten constness around "git_attr" structureJunio C Hamano2016-05-172-3/+3
* attr.c: simplify macroexpand_one()Junio C Hamano2016-05-161-7/+4
* attr.c: mark where #if DEBUG ends more clearlyJunio C Hamano2016-05-161-1/+1
* attr.c: complete a sentence in a commentJunio C Hamano2016-05-161-1/+1
* attr.c: explain the lack of attr-name syntax check in parse_attr()Junio C Hamano2016-05-161-0/+6
* attr.c: update a stale comment on "struct match_attr"Junio C Hamano2016-05-161-3/+2
* attr.c: use strchrnul() to scan for one lineJunio C Hamano2016-05-161-2/+2
* commit.c: use strchrnul() to scan for one lineJunio C Hamano2016-05-161-2/+1
* Almost ready for 2.8.3Junio C Hamano2016-05-061-0/+9
* Merge branch 'sb/submodule-path-misc-bugs' into maintJunio C Hamano2016-05-063-11/+133
|\
| * t7407: make expectation as clear as possiblesb/submodule-path-misc-bugsStefan Beller2016-03-301-2/+6
| * submodule update: test recursive path reporting from subdirectoryStefan Beller2016-03-301-0/+20
| * submodule update: align reporting path for custom command executionStefan Beller2016-03-302-5/+28
| * submodule status: correct path handling in recursive submodulesStefan Beller2016-03-302-0/+22
| * submodule update --init: correct path handling in recursive submodulesStefan Beller2016-03-302-1/+34
| * submodule foreach: correct path display in recursive submodulesStefan Beller2016-03-302-3/+23
* | Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano2016-05-065-28/+21
|\ \
| * | configure: remove checking for HMAC_CTX_cleanupky/imap-send-openssl-1.1.0Kazuki Yamaguchi2016-04-083-13/+0
| * | imap-send: avoid deprecated TLSv1_method()Kazuki Yamaguchi2016-04-081-5/+4
| * | imap-send: check NULL return of SSL_CTX_new()Kazuki Yamaguchi2016-04-081-0/+4
| * | imap-send: use HMAC() function provided by OpenSSLKazuki Yamaguchi2016-04-082-10/+13
* | | Merge branch 'js/replace-edit-use-editor-configuration' into maintJunio C Hamano2016-05-061-0/+1
|\ \ \
| * | | replace --edit: respect core.editorjs/replace-edit-use-editor-configurationJohannes Schindelin2016-04-201-0/+1
| |/ /
* | | Merge branch 'cc/apply' into maintJunio C Hamano2016-05-061-15/+15
|\ \ \
| * | | builtin/apply: free patch when parse_chunk() failscc/applyChristian Couder2016-04-011-1/+3
| * | | builtin/apply: handle parse_binary() failureChristian Couder2016-04-011-0/+7
| * | | apply: remove unused call to free() in gitdiff_{old,new}name()Junio C Hamano2016-03-221-6/+0
| * | | builtin/apply: get rid of useless 'name' variableChristian Couder2016-03-221-8/+5
* | | | Merge branch 'kn/for-each-tag-branch' into maintJunio C Hamano2016-05-061-1/+1
|\ \ \ \
| * | | | for-each-ref: fix description of '--contains' in manpagekn/for-each-tag-branchSZEDER Gábor2016-03-301-1/+1
* | | | | git-multimail: update to release 1.3.0Matthieu Moy2016-05-038-143/+476
* | | | | Start preparing for 2.8.3Junio C Hamano2016-05-021-0/+61