summaryrefslogtreecommitdiff
path: root/builtin/check-attr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/attr-source-tree'Junio C Hamano2023-05-171-9/+8
|\
| * attr: teach "--attr-source=<tree>" global option to "git"John Cai2023-05-061-9/+8
* | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
|/
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* attr: add flag `--source` to work with tree-ishKarthik Nayak2023-01-141-13/+22
* cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-2/+2
* cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* Make git_check_attr() a void functionTorsten Bögershausen2018-09-121-2/+1
* attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy2018-08-131-1/+1
* attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-2/+2
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* attr: tighten const correctness with git_attr and match_attrBrandon Williams2017-02-011-1/+2
* attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano2017-02-011-30/+30
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-011-9/+10
* give "nbuf" strbuf a more meaningful nameJeff King2016-02-011-7/+6
* check-attr: there are only two possible line terminationsJunio C Hamano2016-01-151-3/+4
* usage: do not insist that standard input must come from a filejc/usage-stdinJunio C Hamano2015-10-161-1/+1
* standardize usage info string formatAlex Henrie2015-01-141-2/+2
* Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano2014-03-141-0/+3
|\
| * check-attr: move to the top of working tree when in non-bare repositoryjc/check-attr-honor-working-treeJunio C Hamano2014-02-061-0/+3
* | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-5/+5
|\ \
| * | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-4/+4
| |/
* | check-attr -z: a single -z should apply to both input and outputjc/check-x-zJunio C Hamano2013-07-111-3/+11
* | check-attr: the name of the character is NUL, not NULLJunio C Hamano2013-07-111-4/+4
|/
* Merge branch 'maint'Junio C Hamano2012-09-171-1/+1
|\
| * Add missing -z to git check-attr usage text for consistency with man pageAdam Spiers2012-09-171-1/+1
* | i18n: check-attr: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-6/+6
|/
* Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-171-0/+2
|\
| * attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-061-0/+2
* | Teach '--cached' option to check-attrJay Soffian2011-09-221-0/+5
|/
* git-check-attr: Normalize pathsMichael Haggerty2011-08-041-8/+12
* Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-041-2/+2
* git-check-attr: Fix command-line handling to match docsMichael Haggerty2011-08-041-6/+9
* git-check-attr: Add an --all option to show all attributesMichael Haggerty2011-08-041-16/+36
* git-check-attr: Error out if no pathnames are specifiedMichael Haggerty2011-08-041-2/+7
* git-check-attr: Process command-line args more systematicallyMichael Haggerty2011-08-041-7/+12
* git-check-attr: Handle each error separatelyMichael Haggerty2011-08-041-7/+4
* git-check-attr: Extract a function error_with_usage()Michael Haggerty2011-08-041-2/+7
* git-check-attr: Introduce a new variableMichael Haggerty2011-08-041-6/+7
* git-check-attr: Extract a function output_attr()Michael Haggerty2011-08-041-3/+9
* git-check-attr: Use git_attr_name()Michael Haggerty2011-08-041-7/+6
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+123