index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-archive.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'maint'
Junio C Hamano
2010-02-08
1
-18
/
+16
|
\
|
*
archive: simplify archive format guessing
René Scharfe
2010-02-08
1
-18
/
+16
*
|
Merge branch 'il/vcs-helper'
Junio C Hamano
2010-01-13
1
-7
/
+10
|
\
\
|
|
/
|
/
|
|
*
Support remote archive from all smart transports
Ilari Liusvaara
2009-12-28
1
-7
/
+10
*
|
Fix archive format with -- on the command line
Junio C Hamano
2009-12-11
1
-6
/
+10
|
/
*
git-archive: infer output format from filename when unspecified
Dmitry Potapov
2009-09-13
1
-1
/
+30
*
git-archive: add '-o' as a alias for '--output'
Dmitry Potapov
2009-09-13
1
-1
/
+1
*
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
1
-2
/
+2
*
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
1
-1
/
+2
*
recv_sideband: Bands #2 and #3 always go to stderr
Johannes Sixt
2009-03-11
1
-1
/
+1
*
archive: use parseopt for local-only options
René Scharfe
2009-03-08
1
-65
/
+38
*
git-archive: work in bare repos
Charles Bailey
2008-10-27
1
-2
/
+0
*
Make git archive respect core.autocrlf when creating zip format archives
Charles Bailey
2008-09-19
1
-0
/
+2
*
Start conforming code to "git subcmd" style
Heikki Orsila
2008-08-30
1
-4
/
+4
*
archive: allow --exec and --remote without equal sign
Rene Scharfe
2008-07-26
1
-3
/
+17
*
archive: move parameter parsing code to archive.c
Rene Scharfe
2008-07-26
1
-137
/
+0
*
archive: add write_archive()
Rene Scharfe
2008-07-26
1
-12
/
+1
*
archive: remove unused headers
René Scharfe
2008-07-19
1
-2
/
+0
*
archive: make zip compression level independent from core git
René Scharfe
2008-07-19
1
-1
/
+2
*
Merge branch 'sb/dashless'
Junio C Hamano
2008-07-17
1
-1
/
+1
|
\
|
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
|
archive: remove extra arguments parsing code
René Scharfe
2008-07-15
1
-13
/
+16
*
|
archive: add baselen member to struct archiver_args
René Scharfe
2008-07-15
1
-0
/
+1
*
|
archive: remove args member from struct archiver
René Scharfe
2008-07-15
1
-30
/
+21
|
/
*
Move sha1_file_to_archive into libgit
Lars Hjemli
2008-01-18
1
-80
/
+0
*
Merge branch 'js/forkexec'
Junio C Hamano
2007-11-01
1
-5
/
+3
|
\
|
*
Change git_connect() to return a struct child_process instead of a pid_t.
Johannes Sixt
2007-10-21
1
-5
/
+3
*
|
Correct some sizeof(size_t) != sizeof(unsigned long) typing errors
René Scharfe
2007-10-22
1
-1
/
+3
|
/
*
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
2007-09-29
1
-3
/
+2
*
Rewrite convert_to_{git,working_tree} to use strbuf's.
Pierre Habouzit
2007-09-17
1
-42
/
+36
*
archive: fix subst file generation
René Scharfe
2007-09-14
1
-3
/
+1
*
Rework pretty_print_commit to use strbufs instead of custom buffers.
Pierre Habouzit
2007-09-10
1
-23
/
+16
*
archive - leakfix for format_subst()
Junio C Hamano
2007-09-10
1
-0
/
+1
*
archive: rename attribute specfile to export-subst
René Scharfe
2007-09-07
1
-7
/
+7
*
archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...
René Scharfe
2007-09-07
1
-5
/
+47
*
archive: specfile support (--pretty=format: in archive files)
René Scharfe
2007-09-04
1
-1
/
+54
*
connect: display connection progress
Michael S. Tsirkin
2007-05-16
1
-1
/
+1
*
git-archive: make tar the default format
René Scharfe
2007-04-10
1
-3
/
+1
*
Revert "builtin-archive: use RUN_SETUP"
René Scharfe
2007-04-05
1
-0
/
+2
*
Merge branch 'maint'
Junio C Hamano
2007-03-04
1
-2
/
+0
|
\
|
*
builtin-archive: use RUN_SETUP
Johannes Schindelin
2007-03-03
1
-2
/
+0
*
|
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
2007-02-21
1
-1
/
+1
*
|
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-5
/
+5
|
/
*
Make sure git_connect() always give two file descriptors.
Junio C Hamano
2007-01-22
1
-0
/
+1
*
builtin-archive: do not free a tree held by the object layer.
Junio C Hamano
2007-01-09
1
-1
/
+0
*
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-1
/
+0
*
archive: use setvbuf() instead of setlinebuf()
Michal Rokos
2006-11-22
1
-1
/
+1
*
Remove unsupported C99 style struct initializers in git-archive.
v1.4.3.4
Shawn O. Pearce
2006-11-05
1
-11
/
+12
*
atomic write for sideband remote messages
Nicolas Pitre
2006-10-11
1
-1
/
+1
*
git-archive: inline default_parse_extra()
Rene Scharfe
2006-09-14
1
-12
/
+2
[next]