Sign in
googlers
/
jrn
/
git
/
de3ce210edb4870b082fab18148f859d2b3c9ae2
/
archive-tar.c
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
· 9 years ago
5096d49
convert trivial sprintf / strcpy calls to xsnprintf
by Jeff King
· 9 years ago
108332c
archive-tar: fix minor indentation violation
by Jeff King
· 9 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
· 10 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
· 17 years ago
ba3ed09
Now that cache.h needs strbuf.h, remove useless includes.
by Pierre Habouzit
· 17 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
· 18 years ago