| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-04-18 | builtin: stop using `the_index` | Patrick Steinhardt | 1 | -3/+2 |
| 2023-08-11 | check-attr: integrate with sparse-index | Shuqi Liang | 1 | -0/+3 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+0 |
| 2023-05-17 | Merge branch 'jc/attr-source-tree' | Junio C Hamano | 1 | -9/+8 |
| 2023-05-06 | attr: teach "--attr-source=<tree>" global option to "git" | John Cai | 1 | -9/+8 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | write-or-die.h: move declarations for write-or-die.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-01-14 | attr: add flag `--source` to work with tree-ish | Karthik Nayak | 1 | -13/+22 |
| 2022-11-21 | cocci: apply "pending" index-compatibility to some "builtin/*.c" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-09-12 | Make git_check_attr() a void function | Torsten Bögershausen | 1 | -2/+1 |
| 2018-08-13 | attr: remove index from git_attr_set_direction() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-08-13 | attr: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-02-01 | attr: tighten const correctness with git_attr and match_attr | Brandon Williams | 1 | -1/+2 |
| 2017-02-01 | attr: convert git_all_attrs() to use "struct attr_check" | Junio C Hamano | 1 | -30/+30 |
| 2017-02-01 | attr: rename function and struct related to checking attributes | Junio C Hamano | 1 | -9/+10 |
| 2016-02-01 | give "nbuf" strbuf a more meaningful name | Jeff King | 1 | -7/+6 |
| 2016-01-15 | check-attr: there are only two possible line terminations | Junio C Hamano | 1 | -3/+4 |
| 2015-10-16 | usage: do not insist that standard input must come from a file | Junio C Hamano | 1 | -1/+1 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -2/+2 |
| 2014-03-14 | Merge branch 'jc/check-attr-honor-working-tree' | Junio C Hamano | 1 | -0/+3 |
| 2014-02-06 | check-attr: move to the top of working tree when in non-bare repository | Junio C Hamano | 1 | -0/+3 |
| 2013-09-04 | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 1 | -5/+5 |
| 2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -4/+4 |
| 2013-07-11 | check-attr -z: a single -z should apply to both input and output | Junio C Hamano | 1 | -3/+11 |
| 2013-07-11 | check-attr: the name of the character is NUL, not NULL | Junio C Hamano | 1 | -4/+4 |
| 2012-09-17 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2012-09-17 | Add missing -z to git check-attr usage text for consistency with man page | Adam Spiers | 1 | -1/+1 |
| 2012-08-20 | i18n: check-attr: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
| 2011-10-17 | Merge branch 'bc/attr-ignore-case' | Junio C Hamano | 1 | -0/+2 |
| 2011-10-06 | attr: read core.attributesfile from git_default_core_config | Junio C Hamano | 1 | -0/+2 |
| 2011-09-22 | Teach '--cached' option to check-attr | Jay Soffian | 1 | -0/+5 |
| 2011-08-04 | git-check-attr: Normalize paths | Michael Haggerty | 1 | -8/+12 |
| 2011-08-04 | Rename git_checkattr() to git_check_attr() | Michael Haggerty | 1 | -2/+2 |
| 2011-08-04 | git-check-attr: Fix command-line handling to match docs | Michael Haggerty | 1 | -6/+9 |
| 2011-08-04 | git-check-attr: Add an --all option to show all attributes | Michael Haggerty | 1 | -16/+36 |
| 2011-08-04 | git-check-attr: Error out if no pathnames are specified | Michael Haggerty | 1 | -2/+7 |
| 2011-08-04 | git-check-attr: Process command-line args more systematically | Michael Haggerty | 1 | -7/+12 |
| 2011-08-04 | git-check-attr: Handle each error separately | Michael Haggerty | 1 | -7/+4 |
| 2011-08-04 | git-check-attr: Extract a function error_with_usage() | Michael Haggerty | 1 | -2/+7 |
| 2011-08-04 | git-check-attr: Introduce a new variable | Michael Haggerty | 1 | -6/+7 |
| 2011-08-04 | git-check-attr: Extract a function output_attr() | Michael Haggerty | 1 | -3/+9 |
| 2011-08-04 | git-check-attr: Use git_attr_name() | Michael Haggerty | 1 | -7/+6 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+123 |