Sign in
googlers
/
jrn
/
git
/
b553ef674965f41bfff4e0a2c330f9087b3cd6b7
/
archive-tar.c
7f14609
run-command API users: use strvec_push(), not argv construction
by Ævar Arnfjörð Bjarmason
· 3 years, 4 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 1 month ago
cde8ea9
archive: support compression levels beyond 9
by René Scharfe
· 4 years, 5 months ago
200589a
archive: read short blobs in archive.c::write_archive_entry()
by René Scharfe
· 4 years, 6 months ago
f5914f4
parse_config_key(): return subsection len as size_t
by Jeff King
· 5 years ago
c8123e7
streaming: allow open_istream() to handle any repo
by Matheus Tavares
· 5 years ago
af2b8fa
Merge branch 'rs/pax-extended-header-length-fix'
by Junio C Hamano
· 6 years ago
71d41ff
archive-tar: turn length miscalculation warning into BUG
by René Scharfe
· 6 years ago
17e9ef0
archive-tar: use size_t in strbuf_append_ext_header()
by René Scharfe
· 6 years ago
82a46af
archive-tar: fix pax extended header length calculation
by René Scharfe
· 6 years ago
4060c19
archive-tar: report wrong pax extended header length
by René Scharfe
· 6 years ago
bbf05cf
archive: convert struct archiver_args to object_id
by brian m. carlson
· 6 years ago
ec36c42
Indent code with TABs
by Nguyễn Thái Ngọc Duy
· 6 years ago
ca473ce
Upcast size_t variables to uintmax_t when printing
by Torsten Bögershausen
· 6 years ago
dc0f6f9
Merge branch 'nd/no-the-index'
by Junio C Hamano
· 7 years ago
4bea848
Merge branch 'nd/i18n'
by Junio C Hamano
· 7 years ago
b67b551
archive-*.c: use the right repository
by Nguyễn Thái Ngọc Duy
· 7 years ago
d0482e6
archive-tar.c: mark more strings for translation
by Nguyễn Thái Ngọc Duy
· 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
· 7 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
0df8e96
cache.h: add repository argument to oid_object_info
by Stefan Beller
· 7 years ago
abef902
sha1_file: convert sha1_object_info* to object_id
by brian m. carlson
· 7 years ago
ef7b519
streaming: convert open_istream to use struct object_id
by brian m. carlson
· 7 years ago
e5ec981
archive: convert sha1_file_to_archive to struct object_id
by brian m. carlson
· 7 years ago
015ff4f
archive: convert write_archive_entry_fn_t to object_id
by brian m. carlson
· 7 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
3f78971
archive-tar: fix a sparse 'constant too large' warning
by Ramsay Jones
· 8 years ago
dddbad7
timestamp_t: a new data type for timestamps
by Johannes Schindelin
· 8 years ago
57734b4
Merge branch 'jk/big-and-future-archive-tar'
by Junio C Hamano
· 9 years ago
560b0e8
archive-tar: make write_extended_header() void
by René Scharfe
· 9 years ago
2949358
archive-tar: huge offset and future timestamps would not work on 32-bit
by Junio C Hamano
· 9 years ago
5caeeb8
archive-tar: drop return value
by Jeff King
· 9 years ago
6e8e099
archive-tar: write extended headers for far-future mtime
by Jeff King
· 9 years ago
d1657b5
archive-tar: write extended headers for file sizes >= 8GB
by Jeff King
· 9 years ago
9e6c1e9
archive-tar: convert snprintf to xsnprintf
by Jeff King
· 9 years ago
f2f0267
archive-tar: use xsnprintf for trivial formatting
by Jeff King
· 10 years ago
5096d49
convert trivial sprintf / strcpy calls to xsnprintf
by Jeff King
· 10 years ago
108332c
archive-tar: fix minor indentation violation
by Jeff King
· 10 years ago
15c6ef7
Revert "archive: honor tar.umask even for pax headers"
by Junio C Hamano
· 10 years ago
825fd93
Merge branch 'rs/child-process-init'
by Junio C Hamano
· 11 years ago
d318027
run-command: introduce CHILD_PROCESS_INIT
by René Scharfe
· 11 years ago
10f343e
archive: honor tar.umask even for pax headers
by brian m. carlson
· 11 years ago
785a042
archive-tar: use parse_config_key when parsing config
by Jeff King
· 12 years ago
f12f3af
Merge branch 'rs/leave-base-name-in-name-field-of-tar'
by Junio C Hamano
· 12 years ago
22f0dcd
archive-tar: split long paths more carefully
by René Scharfe
· 12 years ago
a5a46eb
archive: ustar header checksum is computed unsigned
by Junio C Hamano
· 13 years ago
b83cfa5
Merge branch 'rs/archive-tree-in-tip-simplify'
by Junio C Hamano
· 13 years ago
bf38245
archive-tar: keep const in checksum calculation
by René Scharfe
· 13 years ago
5544049
archive-tar: stream large blobs to tar file
by Nguyễn Thái Ngọc Duy
· 13 years ago
9cb513b
archive: delegate blob reading to backend
by Nguyễn Thái Ngọc Duy
· 13 years ago
8539070
archive-tar: unindent write_tar_entry by one level
by Nguyễn Thái Ngọc Duy
· 13 years ago
d240d41
archive-tar: turn write_tar_entry into blob-writing only
by Nguyễn Thái Ngọc Duy
· 13 years ago
7b97730
upload-archive: allow user to turn off filters
by Jeff King
· 14 years ago
0e804e0
archive: provide builtin .tar.gz filter
by Jeff King
· 14 years ago
767cf45
archive: implement configurable tar filters
by Jeff King
· 14 years ago
4d7c989
archive: pass archiver struct to write_archive callback
by Jeff King
· 14 years ago
13e0f88
archive: refactor list of archive formats
by Jeff King
· 14 years ago
40e7629
archive-tar: don't reload default config options
by Jeff King
· 14 years ago
3e1629f
archive-tar.c: squelch a type mismatch warning
by Junio C Hamano
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
8575ea5
archive: remove unused headers
by René Scharfe
· 17 years ago
562e25a
archive: centralize archive entry writing
by René Scharfe
· 17 years ago
d53fe81
archive: add baselen member to struct archiver_args
by René Scharfe
· 17 years ago
671f070
add context pointer to read_tree_recursive()
by René Scharfe
· 17 years ago
008d896
Teach new attribute 'export-ignore' to git-archive
by René Scharfe
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
ac7fa27
git-archive: ignore prefix when checking file attribute
by René Scharfe
· 17 years ago
cc1816b
archive-tar.c: guard config parser from value=NULL
by Junio C Hamano
· 17 years ago
e03e05f
Fix the expansion pattern of the pseudo-static path buffer.
by Pierre Habouzit
· 18 years ago
ba3ed09
Now that cache.h needs strbuf.h, remove useless includes.
by Pierre Habouzit
· 18 years ago
f1696ee
Strbuf API extensions and fixes.
by Pierre Habouzit
· 18 years ago
ddb95de
Merge branch 'master' into ph/strbuf
by Junio C Hamano
· 18 years ago
7a604f1
Simplify strbuf uses in archive-tar.c using strbuf API
by Pierre Habouzit
· 18 years ago
b449f4c
Rework strbuf API and semantics.
by Pierre Habouzit
· 18 years ago
8460b2f
archive: specfile support (--pretty=format: in archive files)
by René Scharfe
· 18 years ago
302b928
rename dirlink to gitlink.
by Martin Waitz
· 18 years ago
5e6cfc8
git-archive: convert archive entries like checkouts do
by René Scharfe
· 18 years ago
02851e0
git-archive: don't die when repository uses subprojects
by Lars Hjemli
· 18 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
· 18 years ago
f08b3b0
Set default "tar" umask to 002 and owner.group to root.root
by René Scharfe
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
3d74982
git-tar-tree: Move code for git-archive --format=tar to archive-tar.c
by Rene Scharfe
· 19 years ago