Sign in
googlers
/
jrn
/
git
/
c077a4526ba456ada28d16db9c945afd9a4a57de
/
builtin
/
get-tar-commit-id.c
41dcc4d
distinguish error versus short read from read_in_full()
by Jeff King
· 7 years ago
61d3633
prefer "!=" when checking read_in_full() result
by Jeff King
· 7 years ago
68a423a
get-tar-commit-id: check write_in_full() return against 0
by Jeff King
· 7 years ago
33e8fc8
usage: do not insist that standard input must come from a file
by Junio C Hamano
· 9 years ago
e3f1da9
use skip_prefix() to avoid more magic numbers
by René Scharfe
· 10 years ago
bb5d531
stop installing git-tar-tree link
by Jonathan Nieder
· 11 years ago
[Renamed from builtin/tar-tree.c]
925cecc
tar-tree: remove deprecated command
by John Keeping
· 11 years ago
7da2f28
tar-tree: remove dependency on sq_quote_print()
by Ramkumar Ramachandra
· 12 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-tar-tree.c]
e9dd085
Show usage string for 'git get-tar-commit-id -h'
by Jonathan Nieder
· 15 years ago
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
· 16 years ago
ba053ea
archive: do not read .gitattributes in working directory
by Nguyễn Thái Ngọc Duy
· 16 years ago
1f5a892
Cosmetical command name fix
by Heikki Orsila
· 17 years ago
f18d244
Start conforming code to "git subcmd" style part 3
by Heikki Orsila
· 17 years ago
7e44c93
'git foo' program identifies itself without dash in die() messages
by Junio C Hamano
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 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
93822c2
short i/o: fix calls to write to use xwrite or write_in_full
by Andy Whitcroft
· 18 years ago
93d26e4
short i/o: fix calls to read to use xread or read_in_full
by Andy Whitcroft
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
fd88d9c
Remove upload-tar and make git-tar-tree a thin wrapper to git-archive
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
81b84c4
git-tar-tree: Remove duplicate git_config() call
by Rene Scharfe
· 18 years ago
87af29f
git-tar-tree: devolve git-tar-tree into a wrapper for git-archive
by Rene Scharfe
· 18 years ago
e0ffb24
Add --verbose to git-archive
by Junio C Hamano
· 19 years ago
326711c
Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c
by Rene Scharfe
· 19 years ago
efd8696
git-archive: wire up TAR format.
by Franck Bui-Huu
· 19 years ago
9befac4
Replace uses of strdup with xstrdup.
by Shawn Pearce
· 19 years ago
b5bf7cd
missing 'static' keywords
by Pierre Habouzit
· 19 years ago
7230e6d
Add write_or_die(), a helper function
by Rene Scharfe
· 19 years ago
3f0073a
Axe the last ent
by Rene Scharfe
· 19 years ago
7e18e56
git-tar-tree: fix minor memory leak
by Rene Scharfe
· 19 years ago
a633fca
Call setup_git_directory() much earlier
by Linus Torvalds
· 19 years ago
ce1a79b
tar-tree: add the "tar.umask" config option
by Willy Tarreau
· 19 years ago
817151e
Rename safe_strncpy() to strlcpy().
by Peter Eriksen
· 19 years ago
6698060
git-tar-tree: no more void pointer arithmetic
by Rene Scharfe
· 19 years ago
37958be
git-tar-tree: Simplify write_trailer()
by Rene Scharfe
· 19 years ago
bfbd0bb
Implement safe_strncpy() as strlcpy() and use it more.
by Peter Eriksen
· 19 years ago
52ba03c
Built-in git-get-tar-commit-id
by Rene Scharfe
· 19 years ago
17cf250
Off-by-one error in get_path_prefix(), found by Valgrind
by Rene Scharfe
· 19 years ago
4c068a9
tree_entry(): new tree-walking helper function
by Linus Torvalds
· 19 years ago
1af0d11
Merge branch 'jc/tartree' into jc/builtin-n-tar-tree
by Junio C Hamano
· 19 years ago
56d1398
Builtin git-tar-tree.
by Peter Eriksen
· 19 years ago
[Renamed (98%) from tar-tree.c]
2175426
built-in tar-tree and remote tar-tree
by Junio C Hamano
· 19 years ago
31fff30
Separate object name errors from usage errors
by Dmitry V. Levin
· 19 years ago
8e44025
Use blob_, commit_, tag_, and tree_type throughout.
by Peter Eriksen
· 19 years ago
139faba
Remove useless pointer update
by Rene Scharfe
· 19 years ago
1b0c717
tree/diff header cleanup.
by Junio C Hamano
· 19 years ago
48d6e97
Merge branch 'rs/tar-tree' into next
by Junio C Hamano
· 19 years ago
4c69172
tar-tree: Use the prefix field of a tar header
by Rene Scharfe
· 19 years ago
86da1c5
tar-tree: Remove obsolete code
by Rene Scharfe
· 19 years ago
cb0c6df
tar-tree: Use write_entry() to write the archive contents
by Rene Scharfe
· 19 years ago
ae64bbc
tar-tree: Introduce write_entry()
by Rene Scharfe
· 19 years ago
2c6df2d
tar-tree: Use SHA1 of root tree for the basedir
by Rene Scharfe
· 19 years ago
84a9b58
sha1_name: warning ambiguous refs.
by Junio C Hamano
· 19 years ago
473d404
tar-tree: file/dirmode fix.
by Junio C Hamano
· 19 years ago
7ec5755
Make git-tar-tree use the tree_desc abstractions
by Linus Torvalds
· 19 years ago
c3f9281
Use struct commit in tar-tree
by Daniel Barkalow
· 19 years ago
5207234
Use struct tree in tar-tree
by Daniel Barkalow
· 19 years ago
3ac0ebb
tar-tree: finish honoring extractor's umask in git-tar-tree.
by Junio C Hamano
· 19 years ago
1c15afb
xread/xwrite: do not worry about EINTR at calling sites.
by Junio C Hamano
· 19 years ago
53228a5
Make the rest of commands work from a subdirectory.
by Junio C Hamano
· 19 years ago
38ec15a
Honor extractor's umask in git-tar-tree.
by Junio C Hamano
· 19 years ago
4ec99bf
[PATCH] -Werror fixes
by Timo Sirainen
· 20 years ago
4d1f119
[PATCH] Unify usage strings declaration
by Petr Baudis
· 20 years ago
d565b34
[PATCH] Fix several gcc4 signedness warnings
by Mika Kukkonen
· 20 years ago
a325a11
[PATCH] git-tar-tree: fix write_trailer
by Rene Scharfe
· 20 years ago
9b5b9f3
[PATCH] git-tar-tree: cleanup write_trailer()
by Rene Scharfe
· 20 years ago
e99d59f
sparse cleanup
by Linus Torvalds
· 20 years ago
667bb59
[PATCH] cleanup of in-code names
by Alexey Nezhdanov
· 20 years ago
bf0f910
[PATCH] Kill a bunch of pointer sign warnings for gcc4
by Brian Gerst
· 20 years ago
92747a9
Add copyright notice of Rene Scharfe to tar-tree.c
by Petr Baudis
· 20 years ago
e7d3dd2
[PATCH] Lift path length limits from git-tar-tree.
by Rene Scharfe
· 20 years ago
3d0291c
[PATCH] Do not initialize sha1_file_directory by hand.
by Junio C Hamano
· 20 years ago
d5776d5
[PATCH] git-tar-tree: add symlink support
by Rene Scharfe
· 20 years ago
08f09da
[PATCH] git-tar-tree: make file contents accessible to write_header()
by Rene Scharfe
· 20 years ago
71058b1
[PATCH] git-tar-tree: add extended header helpers
by Rene Scharfe
· 20 years ago
03d791f
[PATCH] git-tar-tree: add TYPEFLAG_ constants
by Rene Scharfe
· 20 years ago
a90a6e6
[PATCH] git-tar-tree: add get_record()
by Rene Scharfe
· 20 years ago
3c249c9
Add "get_sha1()" helper function.
by Linus Torvalds
· 20 years ago
87fec8f
[PATCH] GIT: Create tar archives of tree on the fly
by Rene Scharfe
· 20 years ago
db41347
[PATCH] Use read_object_with_reference() in tar-tree
by Rene Scharfe
· 20 years ago
731ab9c
[PATCH] create tar archives of tree on the fly
by Rene Scharfe
· 20 years ago