๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.1
/
attr.c
tag
9c98e72e0329036735d6b873b88d0d840f5d8214
tagger
Junio C Hamano <gitster@pobox.com>
Fri Feb 09 00:22:52 2024
object
3526e67d917bcd03f317a058208fa02737654637
Git 2.43.1
26dd307
Merge branch 'jc/attr-tree-config'
by Junio C Hamano
ยท 2 years, 2 months ago
9f9c40c
attr: add attr.tree for setting the treeish to read attributes from
by John Cai
ยท 2 years, 2 months ago
2386535
attr: read attributes from HEAD when bare repo
by John Cai
ยท 2 years, 2 months ago
b1bda75
parse: separate out parsing functions from config.h
by Calvin Wan
ยท 2 years, 3 months ago
354356f
Merge branch 'sl/sparse-check-attr'
by Junio C Hamano
ยท 2 years, 4 months ago
4723ae1
attr.c: read attributes in a sparse directory
by Shuqi Liang
ยท 2 years, 4 months ago
ce481ac
Merge branch 'cw/compat-util-header-cleanup'
by Junio C Hamano
ยท 2 years, 5 months ago
91c080d
git-compat-util: move alloc macros to git-compat-util.h
by Calvin Wan
ยท 2 years, 5 months ago
89d62d5
Merge branch 'bc/more-git-var'
by Junio C Hamano
ยท 2 years, 5 months ago
15780bb
attr: expose and rename accessor functions
by brian m. carlson
ยท 2 years, 6 months ago
a034e91
object-store-ll.h: split this header out of object-store.h
by Elijah Newren
ยท 2 years, 6 months ago
c339932
repository: remove unnecessary include of path.h
by Elijah Newren
ยท 2 years, 6 months ago
bc5c5ec
cache.h: remove this no-longer-used header
by Elijah Newren
ยท 2 years, 6 months ago
08c46a4
read-cache*.h: move declarations for read-cache.c functions from cache.h
by Elijah Newren
ยท 2 years, 6 months ago
67a3b2b
Merge branch 'jc/attr-source-tree'
by Junio C Hamano
ยท 2 years, 7 months ago
44451a2
attr: teach "--attr-source=<tree>" global option to "git"
by John Cai
ยท 2 years, 7 months ago
0e312ea
diff.h: reduce unnecessary includes
by Elijah Newren
ยท 2 years, 8 months ago
e38da48
setup.h: move declarations for setup.c functions from cache.h
by Elijah Newren
ยท 2 years, 9 months ago
32a8f51
environment.h: move declarations for environment.c functions from cache.h
by Elijah Newren
ยท 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
ยท 2 years, 9 months ago
36bf195
alloc.h: move ALLOC_GROW() functions from cache.h
by Elijah Newren
ยท 2 years, 10 months ago
577bff3
Merge branch 'kn/attr-from-tree'
by Junio C Hamano
ยท 2 years, 11 months ago
60ce816
Merge branch 'rs/dup-array'
by Junio C Hamano
ยท 2 years, 11 months ago
37537d6
attr: adjust a mismatched data type
by Johannes Schindelin
ยท 2 years, 11 months ago
47cfc9b
attr: add flag `--source` to work with tree-ish
by Karthik Nayak
ยท 2 years, 11 months ago
6e57841
use DUP_ARRAY
by Renรฉ Scharfe
ยท 3 years ago
fea9f60
Sync with Git 2.37.5
by Junio C Hamano
ยท 3 years ago
8253c00
Merge branch 'maint-2.35' into maint-2.36
by Junio C Hamano
ยท 3 years ago
3748b5b
Merge branch 'maint-2.33' into maint-2.34
by Junio C Hamano
ยท 3 years ago
5f22dcc
Sync with Git 2.32.5
by Junio C Hamano
ยท 3 years ago
8a755ed
Sync with Git 2.31.6
by Junio C Hamano
ยท 3 years ago
1612876
Sync with Git 2.30.7
by Junio C Hamano
ยท 3 years ago
3c50032
attr: ignore overly large gitattributes files
by Patrick Steinhardt
ยท 3 years ago
dfa6b32
attr: ignore attribute lines exceeding 2048 bytes
by Patrick Steinhardt
ยท 3 years ago
d74b1fd
attr: fix silently splitting up lines longer than 2048 bytes
by Patrick Steinhardt
ยท 3 years ago
a60a66e
attr: harden allocation against integer overflows
by Patrick Steinhardt
ยท 3 years ago
e1e12e9
attr: fix integer overflow with more than INT_MAX macros
by Patrick Steinhardt
ยท 3 years ago
447ac90
attr: fix out-of-bounds read with unreasonable amount of patterns
by Patrick Steinhardt
ยท 3 years ago
34ace8b
attr: fix out-of-bounds write when parsing huge number of attributes
by Patrick Steinhardt
ยท 3 years ago
2455720
attr: fix integer overflow when parsing huge attribute names
by Patrick Steinhardt
ยท 3 years ago
8d0d48c
attr: fix out-of-bounds read with huge attribute names
by Patrick Steinhardt
ยท 3 years ago
eb22e7d
attr: fix overflow when upserting attribute with overly long name
by Patrick Steinhardt
ยท 3 years ago
69c5f17
attr: drop DEBUG_ATTR code
by Jeff King
ยท 3 years, 2 months ago
dd407f1
Merge branch 'ab/unused-annotation'
by Junio C Hamano
ยท 3 years, 3 months ago
a6b42ec
Merge branch 'jk/unused-annotation'
by Junio C Hamano
ยท 3 years, 3 months ago
5cf88fd
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
by รvar Arnfjรถrรฐ Bjarmason
ยท 3 years, 3 months ago
77651c0
match_pathname(): drop unused "flags" parameter
by Jeff King
ยท 3 years, 4 months ago
02c3c59
hashmap: mark unused callback parameters
by Jeff King
ยท 3 years, 4 months ago
3d8046a
Merge branch 'ab/refs-various-fixes'
by Junio C Hamano
ยท 3 years, 9 months ago
5010364
misc *.c: use designated initializers for struct assignments
by รvar Arnfjรถrรฐ Bjarmason
ยท 3 years, 9 months ago
5775da0
attr.c: delete duplicate include
by Elia Pinto
ยท 3 years, 9 months ago
77efbb3
attr: be careful about sparse directories
by Derrick Stolee
ยท 4 years, 3 months ago
abcb66c
*: fix typos which duplicate a word
by Andrei Rybak
ยท 4 years, 6 months ago
8e97852
Merge branch 'ds/sparse-index-protections'
by Junio C Hamano
ยท 4 years, 8 months ago
847a9e5
*: remove 'const' qualifier for struct index_state
by Derrick Stolee
ยท 4 years, 8 months ago
204333b
Merge branch 'jk/open-dotgitx-with-nofollow'
by Junio C Hamano
ยท 4 years, 9 months ago
ca56dad
use CALLOC_ARRAY
by Renรฉ Scharfe
ยท 4 years, 9 months ago
2ef579e2
attr: do not respect symlinks for in-tree .gitattributes
by Jeff King
ยท 4 years, 10 months ago
dbf387d
attr: convert "macro_ok" into a flags field
by Jeff King
ยท 4 years, 10 months ago
b19315d
Use new HASHMAP_INIT macro to simplify hashmap initialization
by Elijah Newren
ยท 5 years ago
3a1b341
attr: move doc to attr.h
by Heba Waly
ยท 6 years ago
5efabc7
Merge branch 'ew/hashmap'
by Junio C Hamano
ยท 6 years ago
e2b5038
hashmap_entry: remove first member requirement from docs
by Eric Wong
ยท 6 years ago
404ab78
hashmap: remove type arg from hashmap_{get,put,remove}_entry
by Eric Wong
ยท 6 years ago
23dee69
OFFSETOF_VAR macro to simplify hashmap iterators
by Eric Wong
ยท 6 years ago
87571c3
hashmap: use *_entry APIs for iteration
by Eric Wong
ยท 6 years ago
939af16
hashmap_cmp_fn takes hashmap_entry params
by Eric Wong
ยท 6 years ago
f23a465
hashmap_get{,_from_hash} return "struct hashmap_entry *"
by Eric Wong
ยท 6 years ago
b6c5241
hashmap_get takes "const struct hashmap_entry *"
by Eric Wong
ยท 6 years ago
b94e5c1
hashmap_add takes "struct hashmap_entry *"
by Eric Wong
ยท 6 years ago
d22245a
hashmap_entry_init takes "struct hashmap_entry *"
by Eric Wong
ยท 6 years ago
65edd96
treewide: rename 'exclude' methods to 'pattern'
by Derrick Stolee
ยท 6 years ago
4ff89ee
treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'
by Derrick Stolee
ยท 6 years ago
0f519ab
Merge branch 'rd/attr.c-comment-typofix'
by Junio C Hamano
ยท 7 years ago
bb101aa
attr.c: ".gitattribute" -> ".gitattributes" (comments)
by Robert P. J. Day
ยท 7 years ago
7589e63
Merge branch 'nd/the-index-final'
by Junio C Hamano
ยท 7 years ago
02bf766
Merge branch 'jk/attr-macro-fix'
by Junio C Hamano
ยท 7 years ago
f8adbec
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
7b95849
attr: do not mark queried macros as unset
by Jeff King
ยท 7 years ago
3813a89
Merge branch 'nd/i18n'
by Junio C Hamano
ยท 7 years ago
ad8f8f4
attr.c: mark more string for translation
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
2e1b141
attr.c: remove #ifdef NO_PTHREADS
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
d64324c
Make git_check_attr() a void function
by Torsten Bรถgershausen
ยท 7 years ago
c4500e2
attr: remove index from git_attr_set_direction()
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
7a400a2
attr: remove an implicit dependency on the_index
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
ยท 8 years ago
d807c4a
exec_cmd: rename to use dash in file name
by Stefan Beller
ยท 8 years ago
8b604d1
hashmap: add API to disable item counting when threaded
by Jeff Hostetler
ยท 8 years ago
201c14e
attr.c: drop hashmap_cmp_fn cast
by Stefan Beller
ยท 8 years ago
7663cdc
hashmap.h: compare function has access to a data field
by Stefan Beller
ยท 8 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
ยท 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
ยท 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by รvar Arnfjรถrรฐ Bjarmason
ยท 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
ยท 9 years ago
e9d983f
wrapper.c: add and use fopen_or_warn()
by Nguyแป n Thรกi Ngแปc Duy
ยท 9 years ago
b0db704
pathspec: allow querying for attributes
by Brandon Williams
ยท 9 years ago
f0dd042
attr: reformat git_attr_set_direction() function
by Brandon Williams
ยท 9 years ago
0787daf
attr: push the bare repo check into read_attr()
by Brandon Williams
ยท 9 years ago
dc81cf3
attr: store attribute stack in attr_check structure
by Brandon Williams
ยท 9 years ago
e810e06
attr: tighten const correctness with git_attr and match_attr
by Brandon Williams
ยท 9 years ago
Next »