summaryrefslogtreecommitdiff
path: root/builtin/check-attr.c
AgeCommit message (Expand)Author
2014-03-14Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano
2014-02-06check-attr: move to the top of working tree when in non-bare repositoryJunio C Hamano
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-12check-attr -z: a single -z should apply to both input and outputJunio C Hamano
2013-07-12check-attr: the name of the character is NUL, not NULLJunio C Hamano
2012-09-17Merge branch 'maint'Junio C Hamano
2012-09-17Add missing -z to git check-attr usage text for consistency with man pageAdam Spiers
2012-08-20i18n: check-attr: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-10-18Merge branch 'bc/attr-ignore-case'Junio C Hamano
2011-10-06attr: read core.attributesfile from git_default_core_configJunio C Hamano
2011-09-22Teach '--cached' option to check-attrJay Soffian
2011-08-04git-check-attr: Normalize pathsMichael Haggerty
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty
2011-08-04git-check-attr: Fix command-line handling to match docsMichael Haggerty
2011-08-04git-check-attr: Add an --all option to show all attributesMichael Haggerty
2011-08-04git-check-attr: Error out if no pathnames are specifiedMichael Haggerty
2011-08-04git-check-attr: Process command-line args more systematicallyMichael Haggerty
2011-08-04git-check-attr: Handle each error separatelyMichael Haggerty
2011-08-04git-check-attr: Extract a function error_with_usage()Michael Haggerty
2011-08-04git-check-attr: Introduce a new variableMichael Haggerty
2011-08-04git-check-attr: Extract a function output_attr()Michael Haggerty
2011-08-04git-check-attr: Use git_attr_name()Michael Haggerty
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds