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