Sign in
googlers
/
jrn
/
git
/
ee82a487f68a7c86551fb59f6176812d63be61b6
/
builtin
/
archive.c
2d103c3
pack-protocol.txt: accept error packets in any context
by Masaya Suzuki
· 6 years ago
01f9ec6
Use packet_reader instead of packet_read_line
by Masaya Suzuki
· 6 years ago
00436bf
archive: initialize archivers earlier
by Josh Steadmon
· 6 years ago
b612ee2
archive.c: avoid access to the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
bc9d4dc
correct error messages for NULL packet_read_line()
by Jeff King
· 7 years ago
eb0224c
archive: read local configuration
by Junio C Hamano
· 8 years ago
81c634e
pkt-line: rename packet_write() to packet_write_fmt()
by Lars Schneider
· 8 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
74543a0
pkt-line: provide a LARGE_PACKET_MAX static buffer
by Jeff King
· 12 years ago
819b929
pkt-line: teach packet_read_line to chomp newlines
by Jeff King
· 12 years ago
b0ff965
Reduce translations by using same terminologies
by Nguyễn Thái Ngọc Duy
· 13 years ago
0012a38
i18n: archive: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
f0c7fd4
Revert "upload-archive: use start_command instead of fork"
by Junio C Hamano
· 13 years ago
c09cd77
upload-archive: use start_command instead of fork
by Erik Faye-Lund
· 13 years ago
1810abb
Merge branch 'il/archive-err-signal'
by Junio C Hamano
· 13 years ago
908aace
Support ERR in remote archive like in fetch/push
by Ilari Liusvaara
· 13 years ago
7b97730
upload-archive: allow user to turn off filters
by Jeff King
· 14 years ago
56baa61
archive: move file extension format-guessing lower
by Jeff King
· 14 years ago
788a375
i18n: git-archive basic messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-archive.c]
e7ec9de
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
fe12d8e
archive: simplify archive format guessing
by René Scharfe
· 15 years ago
bd33a29
Merge branch 'il/vcs-helper'
by Junio C Hamano
· 15 years ago
b236752
Support remote archive from all smart transports
by Ilari Liusvaara
· 15 years ago
782a000
Fix archive format with -- on the command line
by Junio C Hamano
· 15 years ago
0f4b377
git-archive: infer output format from filename when unspecified
by Dmitry Potapov
· 15 years ago
05d3951
git-archive: add '-o' as a alias for '--output'
by Dmitry Potapov
· 15 years ago
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
34df8ab
recv_sideband: Bands #2 and #3 always go to stderr
by Johannes Sixt
· 16 years ago
52e7787
archive: use parseopt for local-only options
by René Scharfe
· 16 years ago
ddff856
git-archive: work in bare repos
by Charles Bailey
· 16 years ago
b99b5b4
Make git archive respect core.autocrlf when creating zip format archives
by Charles Bailey
· 16 years ago
34baebc
Start conforming code to "git subcmd" style
by Heikki Orsila
· 17 years ago
819b2b5
archive: allow --exec and --remote without equal sign
by Rene Scharfe
· 17 years ago
c088543
archive: move parameter parsing code to archive.c
by Rene Scharfe
· 17 years ago
6e94e68
archive: add write_archive()
by Rene Scharfe
· 17 years ago
8575ea5
archive: remove unused headers
by René Scharfe
· 17 years ago
3a176c6
archive: make zip compression level independent from core git
by René Scharfe
· 17 years ago
588c038
Merge branch 'sb/dashless'
by Junio C Hamano
· 17 years ago
489e351
archive: remove extra arguments parsing code
by René Scharfe
· 17 years ago
d53fe81
archive: add baselen member to struct archiver_args
by René Scharfe
· 17 years ago
3453300
archive: remove args member from struct archiver
by René Scharfe
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
1812564
Move sha1_file_to_archive into libgit
by Lars Hjemli
· 17 years ago
4340a81
Merge branch 'js/forkexec'
by Junio C Hamano
· 17 years ago
c32f749
Correct some sizeof(size_t) != sizeof(unsigned long) typing errors
by René Scharfe
· 17 years ago
98158e9
Change git_connect() to return a struct child_process instead of a pid_t.
by Johannes Sixt
· 17 years ago
b315c5c
strbuf change: be sure ->buf is never ever NULL.
by Pierre Habouzit
· 17 years ago
5ecd293
Rewrite convert_to_{git,working_tree} to use strbuf's.
by Pierre Habouzit
· 17 years ago
760da96
archive: fix subst file generation
by René Scharfe
· 17 years ago
674d172
Rework pretty_print_commit to use strbufs instead of custom buffers.
by Pierre Habouzit
· 18 years ago
20fbfd8
archive - leakfix for format_subst()
by Junio C Hamano
· 18 years ago
38c9c9b
archive: rename attribute specfile to export-subst
by René Scharfe
· 18 years ago
df4a394
archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLDR" (take 2)
by René Scharfe
· 18 years ago
8460b2f
archive: specfile support (--pretty=format: in archive files)
by René Scharfe
· 18 years ago
7841ce7
connect: display connection progress
by Michael S. Tsirkin
· 18 years ago
8ff21b1
git-archive: make tar the default format
by René Scharfe
· 18 years ago
265d528
Revert "builtin-archive: use RUN_SETUP"
by René Scharfe
· 18 years ago
253e772
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
64edf4b
builtin-archive: use RUN_SETUP
by Johannes Schindelin
· 18 years ago
599065a
prefixcmp(): fix-up mechanical conversion.
by Junio C Hamano
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
ec587fd
Make sure git_connect() always give two file descriptors.
by Junio C Hamano
· 18 years ago
2740b2b
builtin-archive: do not free a tree held by the object layer.
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
aa90986
archive: use setvbuf() instead of setlinebuf()
by Michal Rokos
· 18 years ago
6c2f207
Remove unsupported C99 style struct initializers in git-archive.
by Shawn O. Pearce
· 18 years ago
v1.4.3.4
9ac13ec
atomic write for sideband remote messages
by Nicolas Pitre
· 18 years ago
2232c0c
git-archive: inline default_parse_extra()
by Rene Scharfe
· 18 years ago
d751864
builtin-archive.c: rename remote_request() to extract_remote_arg()
by Junio C Hamano
· 18 years ago
23d6d11
Add sideband status report to git-archive protocol
by Junio C Hamano
· 19 years ago
fe5ab76
Teach --exec to git-archive --remote
by Junio C Hamano
· 19 years ago
e0ffb24
Add --verbose to git-archive
by Junio C Hamano
· 19 years ago
8142f60
archive: force line buffered output to stderr
by Junio C Hamano
· 19 years ago
37f9443
archive: allow remote to have more formats than we understand.
by Junio C Hamano
· 19 years ago
854c416
git-archive: make compression level of ZIP archives configurable
by Rene Scharfe
· 19 years ago
ec06bff
git-archive: wire up ZIP format.
by Franck Bui-Huu
· 19 years ago
efd8696
git-archive: wire up TAR format.
by Franck Bui-Huu
· 19 years ago
4df096a
Add git-archive
by Franck Bui-Huu
· 19 years ago