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