index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
attr.h
Age
Commit message (
Expand
)
Author
Lines
2024-10-16
fuzz: port fuzz-parse-attr-line from OSS-Fuzz
Eric Sesterhenn
-0
/
+43
2024-06-17
Merge branch 'jc/varargs-attributes'
Junio C Hamano
-0
/
+2
2024-06-10
__attribute__: mark some functions with LAST_ARG_MUST_BE_NULL
Junio C Hamano
-0
/
+2
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
-1
/
+1
2023-10-13
attr: add attr.tree for setting the treeish to read attributes from
John Cai
-0
/
+2
2023-06-27
attr: expose and rename accessor functions
brian m. carlson
-0
/
+9
2023-05-06
attr: teach "--attr-source=<tree>" global option to "git"
John Cai
-4
/
+9
2023-01-26
attr: fix instructions on how to check attrs
John Cai
-1
/
+1
2023-01-23
Merge branch 'kn/attr-from-tree'
Junio C Hamano
-2
/
+4
2023-01-14
attr: add flag `--source` to work with tree-ish
Karthik Nayak
-2
/
+4
2022-12-13
Merge branch 'maint-2.35' into maint-2.36
Junio C Hamano
-0
/
+12
2022-12-13
Sync with Git 2.31.6
Junio C Hamano
-0
/
+12
2022-12-05
attr: ignore overly large gitattributes files
Patrick Steinhardt
-0
/
+6
2022-12-05
attr: ignore attribute lines exceeding 2048 bytes
Patrick Steinhardt
-0
/
+6
2022-03-14
attr.h: remove duplicate struct definition
Elia Pinto
-1
/
+0
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
-2
/
+2
2019-11-18
attr: move doc to attr.h
Heba Waly
-7
/
+134
2018-09-12
Make git_check_attr() a void function
Torsten Bögershausen
-2
/
+2
2018-08-20
Merge branch 'en/incl-forward-decl'
Junio C Hamano
-0
/
+1
2018-08-15
Add missing includes and forward declarations
Elijah Newren
-0
/
+1
2018-08-13
attr: remove index from git_attr_set_direction()
Nguyễn Thái Ngọc Duy
-2
/
+1
2018-08-13
attr: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
-3
/
+7
2018-08-03
attr.h: drop extern from function declaration
Nguyễn Thái Ngọc Duy
-12
/
+12
2017-03-13
pathspec: allow querying for attributes
Brandon Williams
-0
/
+1
2017-02-01
attr: reformat git_attr_set_direction() function
Brandon Williams
-1
/
+2
2017-02-01
attr: store attribute stack in attr_check structure
Brandon Williams
-1
/
+3
2017-02-01
attr: tighten const correctness with git_attr and match_attr
Brandon Williams
-1
/
+1
2017-02-01
attr: eliminate global check_all_attr array
Brandon Williams
-0
/
+5
2017-02-01
attr: use hashmap for attribute dictionary
Brandon Williams
-0
/
+2
2017-02-01
attr: retire git_check_attrs() API
Junio C Hamano
-1
/
+0
2017-02-01
attr: convert git_all_attrs() to use "struct attr_check"
Junio C Hamano
-6
/
+3
2017-02-01
attr: (re)introduce git_check_attr() and struct attr_check
Junio C Hamano
-0
/
+17
2017-02-01
attr: rename function and struct related to checking attributes
Junio C Hamano
-4
/
+4
2017-02-01
attr.c: tighten constness around "git_attr" structure
Junio C Hamano
-2
/
+2
2012-03-28
correct a few doubled-word nits in comments and documentation
Jim Meyering
-1
/
+1
2011-08-04
Rename git_checkattr() to git_check_attr()
Michael Haggerty
-2
/
+2
2011-08-04
Allow querying all attributes on a file
Michael Haggerty
-0
/
+9
2011-08-04
Provide access to the name attribute of git_attr
Michael Haggerty
-0
/
+7
2010-05-31
enums: omit trailing comma for portability
Gary V. Vaughan
-1
/
+1
2010-01-16
git_attr(): fix function signature
Junio C Hamano
-1
/
+1
2009-04-17
attr: add GIT_ATTR_INDEX "direction"
Nguyễn Thái Ngọc Duy
-1
/
+2
2009-03-13
Read attributes from the index that is being checked out
Junio C Hamano
-0
/
+6
2007-04-18
Fix funny types used in attribute value representation
Junio C Hamano
-7
/
+15
2007-04-17
Allow more than true/false to attributes.
Junio C Hamano
-1
/
+11
2007-04-14
Add basic infrastructure to assign attributes to paths
Junio C Hamano
-0
/
+16