summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* attr: support quoting pathname patterns in C stylend/attr-cquote-pathNguyễn Thái Ngọc Duy2016-05-253-5/+49
* attr: expose validity check for attribute namesJunio C Hamano2016-05-182-14/+28
* attr: add counted string version of git_attr()Junio C Hamano2016-05-182-5/+8
* attr: add counted string version of git_check_attr()Junio C Hamano2016-05-182-9/+15
* attr: retire git_check_attrs() APIJunio C Hamano2016-05-183-31/+56
* attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2016-05-175-68/+40
* attr: convert git_all_attrs() to use "struct git_attr_check"Junio C Hamano2016-05-173-52/+80
* attr: (re)introduce git_check_attr() and struct git_attr_checkJunio C Hamano2016-05-173-18/+49
* attr: rename function and struct related to checking attributesJunio C Hamano2016-05-179-41/+42
* 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
* | | | | Merge branch 'jk/use-write-script-more' into maintJunio C Hamano2016-05-023-18/+20
|\ \ \ \ \
| * | | | | t3404: use write_scriptjk/use-write-script-moreJunio C Hamano2016-04-121-4/+3
| * | | | | t1020: do not overuse printf and use write_scriptJunio C Hamano2016-04-111-5/+5
| * | | | | t5532: use write_scriptJeff King2016-04-101-9/+12
* | | | | | Merge branch 'jc/xstrfmt-null-with-prec-0' into maintJunio C Hamano2016-05-021-1/+1
|\ \ \ \ \ \
| * | | | | | setup.c: do not feed NULL to "%.*s" even with precision 0jc/xstrfmt-null-with-prec-0Junio C Hamano2016-04-071-1/+1
* | | | | | | Merge branch 'ew/send-email-drop-data-dumper' into maintJunio C Hamano2016-05-021-1/+0
|\ \ \ \ \ \ \
| * | | | | | | send-email: do not load Data::Dumperew/send-email-drop-data-dumperEric Wong2016-04-061-1/+0
* | | | | | | | Merge branch 'ad/cygwin-wants-rename' into maintJunio C Hamano2016-05-021-0/+1
|\ \ \ \ \ \ \ \