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
*
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-23
1
-0
/
+1
|
\
|
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
|
fuzz: port fuzz-parse-attr-line from OSS-Fuzz
Eric Sesterhenn
2024-10-17
1
-38
/
+2
|
/
*
Merge branch 'ak/typofixes'
Junio C Hamano
2024-09-23
1
-1
/
+1
|
\
|
*
attr: fix a typo
Andrew Kreimer
2024-09-16
1
-1
/
+1
*
|
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-0
/
+2
|
\
\
|
*
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
|
|
attr: fix msan issue in read_attr_from_index
Kyle Lippincott
2024-06-17
1
-1
/
+2
|
/
/
*
|
Merge branch 'ps/leakfixes'
Junio C Hamano
2024-06-06
1
-1
/
+1
|
\
\
|
*
|
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-27
1
-1
/
+1
*
|
|
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-30
1
-1
/
+2
|
\
\
\
|
*
|
|
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2024-05-17
1
-1
/
+2
|
|
/
/
*
|
|
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
2024-05-30
1
-9
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
attr: fix BUG() when parsing attrs outside of repo
Patrick Steinhardt
2024-05-07
1
-0
/
+6
|
*
|
attr: don't recompute default attribute source
Patrick Steinhardt
2024-05-07
1
-9
/
+16
|
*
|
Merge branch 'jc/no-default-attr-tree-in-bare' into ps/undecided-is-not-neces...
Junio C Hamano
2024-05-07
1
-7
/
+0
|
|
\
\
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jc/no-default-attr-tree-in-bare'
Junio C Hamano
2024-05-13
1
-7
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
stop using HEAD for attributes in bare repository by default
Junio C Hamano
2024-05-03
1
-7
/
+0
*
|
|
attr.c: move ATTR_MAX_FILE_SIZE check into read_attr_from_buf()
Taylor Blau
2024-05-03
1
-10
/
+9
|
|
/
|
/
|
*
|
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
|
|
|
|
\
[next]