index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
archive.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: be explicit about dependence on convert.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-5
/
+7
|
\
|
*
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+3
|
*
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+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
*
|
abspath.h: move absolute path 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
*
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-03-17
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
*
|
Merge branch 'rs/archive-mtime'
Junio C Hamano
2023-02-27
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
archive: add --mtime
René Scharfe
2023-02-18
1
-0
/
+7
*
|
various: add missing clear_pathspec(), fix leaks
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+1
|
/
*
attr: add flag `--source` to work with tree-ish
Karthik Nayak
2023-01-14
1
-1
/
+1
*
Merge branch 'jk/unused-anno-more'
Junio C Hamano
2022-10-27
1
-1
/
+1
|
\
|
*
string-list: mark unused callback parameters
Jeff King
2022-10-18
1
-1
/
+1
*
|
Merge branch 'rs/archive-dedup-printf'
Junio C Hamano
2022-10-20
1
-5
/
+3
|
\
\
|
|
/
|
/
|
|
*
archive: deduplicate verbose printing
René Scharfe
2022-10-11
1
-5
/
+3
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
|
mark unused read_tree_recursive() callback parameters
Jeff King
2022-08-19
1
-1
/
+2
*
|
archive --add-virtual-file: allow paths containing colons
Johannes Schindelin
2022-05-31
1
-10
/
+20
*
|
archive: optionally add "virtual" files
Johannes Schindelin
2022-05-31
1
-19
/
+58
*
|
Merge branch 'jc/archive-add-file-normalize-mode'
Junio C Hamano
2022-05-23
1
-1
/
+1
|
\
\
|
*
|
archive: do not let on-disk mode leak to zip archives
Junio C Hamano
2022-05-12
1
-1
/
+1
*
|
|
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
|
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
2022-02-04
1
-1
/
+1
|
/
/
*
|
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
|
i18n: standardize "cannot open" and "cannot read"
Jean-Noël Avila
2022-01-05
1
-2
/
+2
*
|
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2022-01-05
1
-1
/
+1
|
/
*
archive: convert queue_directory to struct object_id
René Scharfe
2021-08-27
1
-4
/
+3
*
string-list.h users: change to use *_{nodup,dup}()
Ævar Arnfjörð Bjarmason
2021-07-01
1
-1
/
+1
*
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-1
/
+3
*
Always use oidread to read into struct object_id
brian m. carlson
2021-04-27
1
-1
/
+1
*
Merge branch 'ab/read-tree'
Junio C Hamano
2021-03-30
1
-16
/
+14
|
\
|
*
tree.h API: simplify read_tree_recursive() signature
Ævar Arnfjörð Bjarmason
2021-03-21
1
-9
/
+9
|
*
archive: stop passing "stage" through read_tree_recursive()
Ævar Arnfjörð Bjarmason
2021-03-21
1
-9
/
+7
*
|
archive: expand only a single %(describe) per archive
René Scharfe
2021-03-11
1
-6
/
+10
|
/
*
Merge branch 'rs/archive-plug-leak-refname'
Junio C Hamano
2020-11-26
1
-0
/
+1
|
\
|
*
archive: release refname after use
René Scharfe
2020-11-16
1
-0
/
+1
*
|
archive: support compression levels beyond 9
René Scharfe
2020-11-09
1
-15
/
+11
|
/
*
archive: add --add-file
René Scharfe
2020-09-20
1
-1
/
+85
*
archive: read short blobs in archive.c::write_archive_entry()
René Scharfe
2020-09-20
1
-7
/
+24
*
wt-status: tolerate dangling marks
Jonathan Tan
2020-09-02
1
-2
/
+2
*
convert: provide additional metadata to filters
brian m. carlson
2020-03-16
1
-3
/
+10
*
convert: permit passing additional metadata to filter processes
brian m. carlson
2020-03-16
1
-1
/
+1
[next]