aboutsummaryrefslogtreecommitdiff
path: root/builtin/check-attr.c
Commit message (Expand)AuthorAge
* attr: tighten const correctness with git_attr and match_attrBrandon Williams2017-02-01
* attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano2017-02-01
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-01
* give "nbuf" strbuf a more meaningful nameJeff King2016-02-01
* check-attr: there are only two possible line terminationsJunio C Hamano2016-01-15
* usage: do not insist that standard input must come from a fileJunio C Hamano2015-10-16
* standardize usage info string formatAlex Henrie2015-01-14
* Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano2014-03-14
|\
| * check-attr: move to the top of working tree when in non-bare repositoryJunio C Hamano2014-02-06
* | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-04
|\ \
| * | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
| |/
* | check-attr -z: a single -z should apply to both input and outputJunio C Hamano2013-07-11
* | check-attr: the name of the character is NUL, not NULLJunio C Hamano2013-07-11
|/
* Merge branch 'maint'Junio C Hamano2012-09-17
|\
| * Add missing -z to git check-attr usage text for consistency with man pageAdam Spiers2012-09-17
* | i18n: check-attr: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
|/
* Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-17
|\
| * attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-06
* | Teach '--cached' option to check-attrJay Soffian2011-09-22
|/
* git-check-attr: Normalize pathsMichael Haggerty2011-08-04
* Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-04
* git-check-attr: Fix command-line handling to match docsMichael Haggerty2011-08-04
* git-check-attr: Add an --all option to show all attributesMichael Haggerty2011-08-04
* git-check-attr: Error out if no pathnames are specifiedMichael Haggerty2011-08-04
* git-check-attr: Process command-line args more systematicallyMichael Haggerty2011-08-04
* git-check-attr: Handle each error separatelyMichael Haggerty2011-08-04
* git-check-attr: Extract a function error_with_usage()Michael Haggerty2011-08-04
* git-check-attr: Introduce a new variableMichael Haggerty2011-08-04
* git-check-attr: Extract a function output_attr()Michael Haggerty2011-08-04
* git-check-attr: Use git_attr_name()Michael Haggerty2011-08-04
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22