index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
archive.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
archive.c: have SP around arithmetic operators
Junio C Hamano
2013-10-16
1
-1
/
+1
*
archive: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-8
/
+11
*
move struct pathspec and related functions to pathspec.[ch]
Nguyễn Thái Ngọc Duy
2013-07-15
1
-0
/
+1
*
archive: handle commits with an empty tree
Jeff King
2013-03-11
1
-1
/
+1
*
Add directory pattern matching to attributes
Jean-Noël AVILA
2012-12-18
1
-1
/
+2
*
Reduce translations by using same terminologies
Nguyễn Thái Ngọc Duy
2012-08-22
1
-1
/
+1
*
i18n: archive: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2012-08-20
1
-19
/
+19
*
Merge branch 'rs/archive-tree-in-tip-simplify'
Junio C Hamano
2012-05-23
1
-12
/
+5
|
\
|
*
archive: simplify refname handling
René Scharfe
2012-05-18
1
-12
/
+5
*
|
archive: delegate blob reading to backend
Nguyễn Thái Ngọc Duy
2012-05-03
1
-17
/
+11
|
/
*
Merge branch 'jk/maint-upload-archive'
Junio C Hamano
2012-01-13
1
-6
/
+15
|
\
|
*
archive: re-allow HEAD:Documentation on a remote invocation
Carlos Martín Nieto
2012-01-12
1
-6
/
+15
*
|
Merge branch 'jk/maint-upload-archive'
Junio C Hamano
2011-12-14
1
-4
/
+14
|
\
|
|
*
Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archive
Junio C Hamano
2011-11-22
1
-4
/
+14
|
|
\
|
|
*
archive: don't let remote clients get unreachable commits
Jeff King
2011-11-21
1
-5
/
+15
*
|
|
archive.c: use OPT_BOOL()
Junio C Hamano
2011-09-28
1
-2
/
+2
|
/
/
*
|
Rename git_checkattr() to git_check_attr()
Michael Haggerty
2011-08-05
1
-1
/
+1
*
|
upload-archive: allow user to turn off filters
Jeff King
2011-06-22
1
-5
/
+6
*
|
archive: refactor file extension format-guessing
Jeff King
2011-06-22
1
-6
/
+19
*
|
archive: move file extension format-guessing lower
Jeff King
2011-06-22
1
-4
/
+21
*
|
archive: pass archiver struct to write_archive callback
Jeff King
2011-06-22
1
-1
/
+1
*
|
archive: refactor list of archive formats
Jeff King
2011-06-22
1
-16
/
+17
*
|
archive: reorder option parsing and config reading
Jeff King
2011-06-16
1
-4
/
+14
*
|
Convert read_tree{,_recursive} to support struct pathspec
Nguyễn Thái Ngọc Duy
2011-03-25
1
-6
/
+12
*
|
archive: improve --verbose description
René Scharfe
2010-11-15
1
-1
/
+1
*
|
add description parameter to OPT__VERBOSE
René Scharfe
2010-11-15
1
-1
/
+1
*
|
Use angles for placeholders consistently
Štěpán Němec
2010-10-08
1
-2
/
+2
*
|
archive: abbreviate substituted commit ids again
Jonathan Nieder
2010-07-27
1
-0
/
+1
*
|
Merge branch 'jc/conflict-marker-size'
Junio C Hamano
2010-01-21
1
-2
/
+2
|
\
\
|
*
|
git_attr(): fix function signature
Junio C Hamano
2010-01-17
1
-2
/
+2
*
|
|
archive: complain about path specs that don't match anything
René Scharfe
2009-12-30
1
-1
/
+24
|
/
/
*
|
Refactor pretty_print_commit arguments into a struct
Thomas Rast
2009-10-20
1
-1
/
+3
*
|
Merge branch 'rs/maint-archive-prefix'
Junio C Hamano
2009-10-10
1
-3
/
+4
|
\
\
|
*
|
Git archive and trailing "/" in prefix
René Scharfe
2009-10-09
1
-3
/
+4
*
|
|
git-archive: add '-o' as a alias for '--output'
Dmitry Potapov
2009-09-13
1
-1
/
+1
|
/
/
*
|
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
1
-1
/
+1
*
|
archive: do not read .gitattributes in working directory
Nguyễn Thái Ngọc Duy
2009-04-18
1
-0
/
+23
*
|
archive: use parseopt for local-only options
René Scharfe
2009-03-08
1
-16
/
+2
*
|
git-archive: add --output=<file> to send output to a file
Carlos Manuel Duclos Vergara
2009-03-04
1
-0
/
+19
|
/
*
tree.c: allow read_tree_recursive() to traverse gitlink entries
Lars Hjemli
2009-02-07
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2008-10-27
1
-0
/
+2
|
\
|
*
git-archive: work in bare repos
Charles Bailey
2008-10-27
1
-0
/
+2
*
|
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-4
/
+2
*
|
archive.c: make archiver static
Nanako Shiraishi
2008-10-03
1
-1
/
+1
|
/
*
pretty=format: respect date format options
Jeff King
2008-08-29
1
-1
/
+1
*
archive: allow --exec and --remote without equal sign
Rene Scharfe
2008-07-30
1
-42
/
+68
*
archive: declare struct archiver where it's needed
Rene Scharfe
2008-07-26
1
-1
/
+5
*
archive: move parameter parsing code to archive.c
Rene Scharfe
2008-07-26
1
-0
/
+137
*
archive: add write_archive()
Rene Scharfe
2008-07-26
1
-0
/
+18
*
archive: unify file attribute handling
René Scharfe
2008-07-15
1
-40
/
+23
[next]