index
:
git
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.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-28
attr: add builtin objectmode values support
Joanna Wang
1
-3
/
+92
2023-10-30
Merge branch 'jc/attr-tree-config'
Junio C Hamano
1
-2
/
+19
2023-10-13
attr: add attr.tree for setting the treeish to read attributes from
John Cai
1
-0
/
+7
2023-10-13
attr: read attributes from HEAD when bare repo
John Cai
1
-1
/
+11
2023-09-29
parse: separate out parsing functions from config.h
Calvin Wan
1
-1
/
+1
2023-08-29
Merge branch 'sl/sparse-check-attr'
Junio C Hamano
1
-18
/
+39
2023-08-11
attr.c: read attributes in a sparse directory
Shuqi Liang
1
-18
/
+39
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-04
Merge branch 'bc/more-git-var'
Junio C Hamano
1
-7
/
+7
2023-06-27
attr: expose and rename accessor functions
brian m. carlson
1
-7
/
+7
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-05-17
Merge branch 'jc/attr-source-tree'
Junio C Hamano
1
-2
/
+35
2023-05-06
attr: teach "--attr-source=<tree>" global option to "git"
John Cai
1
-2
/
+35
2023-04-24
diff.h: reduce unnecessary includes
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-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2023-01-23
Merge branch 'kn/attr-from-tree'
Junio C Hamano
1
-27
/
+70
2023-01-21
Merge branch 'rs/dup-array'
Junio C Hamano
1
-2
/
+1
2023-01-17
attr: adjust a mismatched data type
Johannes Schindelin
1
-1
/
+1
2023-01-14
attr: add flag `--source` to work with tree-ish
Karthik Nayak
1
-27
/
+70
2023-01-09
use DUP_ARRAY
René Scharfe
1
-2
/
+1
2022-12-13
Sync with Git 2.37.5
Junio C Hamano
1
-35
/
+56
2022-12-13
Merge branch 'maint-2.35' into maint-2.36
Junio C Hamano
1
-35
/
+56
2022-12-13
Merge branch 'maint-2.33' into maint-2.34
Junio C Hamano
1
-35
/
+56
2022-12-13
Sync with Git 2.32.5
Junio C Hamano
1
-35
/
+56
2022-12-13
Sync with Git 2.31.6
Junio C Hamano
1
-35
/
+56
2022-12-13
Sync with Git 2.30.7
Junio C Hamano
1
-35
/
+60
2022-12-05
attr: ignore overly large gitattributes files
Patrick Steinhardt
1
-2
/
+22
2022-12-05
attr: ignore attribute lines exceeding 2048 bytes
Patrick Steinhardt
1
-0
/
+5
2022-12-05
attr: fix silently splitting up lines longer than 2048 bytes
Patrick Steinhardt
1
-6
/
+7
2022-12-05
attr: harden allocation against integer overflows
Patrick Steinhardt
1
-4
/
+3
2022-12-05
attr: fix integer overflow with more than INT_MAX macros
Patrick Steinhardt
1
-5
/
+5
2022-12-05
attr: fix out-of-bounds read with unreasonable amount of patterns
Patrick Steinhardt
1
-9
/
+9
2022-12-05
attr: fix out-of-bounds write when parsing huge number of attributes
Patrick Steinhardt
1
-8
/
+8
2022-12-05
attr: fix integer overflow when parsing huge attribute names
Patrick Steinhardt
1
-1
/
+1
2022-12-05
attr: fix out-of-bounds read with huge attribute names
Patrick Steinhardt
1
-1
/
+1
2022-12-05
attr: fix overflow when upserting attribute with overly long name
Patrick Steinhardt
1
-1
/
+1
2022-10-06
attr: drop DEBUG_ATTR code
Jeff King
1
-38
/
+3
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
match_pathname(): drop unused "flags" parameter
Jeff King
1
-1
/
+1
2022-08-19
hashmap: mark unused callback parameters
Jeff King
1
-2
/
+2
2022-03-29
Merge branch 'ab/refs-various-fixes'
Junio C Hamano
1
-1
/
+1
[next]