aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/check-attr.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-02-01attr: tighten const correctness with git_attr and match_attrBrandon Williams1-1/+2
2017-02-01attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano1-30/+30
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano1-9/+10
2016-02-01give "nbuf" strbuf a more meaningful nameJeff King1-7/+6
2016-01-15check-attr: there are only two possible line terminationsJunio C Hamano1-3/+4
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano1-1/+1
2015-01-14standardize usage info string formatAlex Henrie1-2/+2
2014-03-14Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano1-0/+3
2014-02-06check-attr: move to the top of working tree when in non-bare repositoryJunio C Hamano1-0/+3
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano1-5/+5
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-4/+4
2013-07-11check-attr -z: a single -z should apply to both input and outputJunio C Hamano1-3/+11
2013-07-11check-attr: the name of the character is NUL, not NULLJunio C Hamano1-4/+4
2012-09-17Merge branch 'maint'Junio C Hamano1-1/+1
2012-09-17Add missing -z to git check-attr usage text for consistency with man pageAdam Spiers1-1/+1
2012-08-20i18n: check-attr: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-6/+6
2011-10-17Merge branch 'bc/attr-ignore-case'Junio C Hamano1-0/+2
2011-10-06attr: read core.attributesfile from git_default_core_configJunio C Hamano1-0/+2
2011-09-22Teach '--cached' option to check-attrJay Soffian1-0/+5
2011-08-04git-check-attr: Normalize pathsMichael Haggerty1-8/+12
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty1-2/+2
2011-08-04git-check-attr: Fix command-line handling to match docsMichael Haggerty1-6/+9
2011-08-04git-check-attr: Add an --all option to show all attributesMichael Haggerty1-16/+36
2011-08-04git-check-attr: Error out if no pathnames are specifiedMichael Haggerty1-2/+7
2011-08-04git-check-attr: Process command-line args more systematicallyMichael Haggerty1-7/+12
2011-08-04git-check-attr: Handle each error separatelyMichael Haggerty1-7/+4
2011-08-04git-check-attr: Extract a function error_with_usage()Michael Haggerty1-2/+7
2011-08-04git-check-attr: Introduce a new variableMichael Haggerty1-6/+7
2011-08-04git-check-attr: Extract a function output_attr()Michael Haggerty1-3/+9
2011-08-04git-check-attr: Use git_attr_name()Michael Haggerty1-7/+6
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+123