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