1 Commits (44ca0c8ed927c8e7525ceec412704ff9967ff6ac)

Author SHA1 Message Date
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Jonathan Nieder e9dd085d93 Show usage string for 'git get-tar-commit-id -h' 15 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Nguyễn Thái Ngọc Duy ba053ea96c archive: do not read .gitattributes in working directory 16 years ago
Heikki Orsila 1f5a892e52 Cosmetical command name fix 16 years ago
Heikki Orsila f18d244a63 Start conforming code to "git subcmd" style part 3 16 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 16 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Junio C Hamano 599065a3bb prefixcmp(): fix-up mechanical conversion. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Andy Whitcroft 93822c2239 short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
Andy Whitcroft 93d26e4cb9 short i/o: fix calls to read to use xread or read_in_full 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano fd88d9c81e Remove upload-tar and make git-tar-tree a thin wrapper to git-archive 18 years ago
Rene Scharfe 3d74982f0b git-tar-tree: Move code for git-archive --format=tar to archive-tar.c 18 years ago
Rene Scharfe 81b84c42d6 git-tar-tree: Remove duplicate git_config() call 18 years ago
Rene Scharfe 87af29f09f git-tar-tree: devolve git-tar-tree into a wrapper for git-archive 18 years ago
Junio C Hamano e0ffb24877 Add --verbose to git-archive 18 years ago
Rene Scharfe 326711c168 Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c 18 years ago
Franck Bui-Huu efd8696cd7 git-archive: wire up TAR format. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Pierre Habouzit b5bf7cd6b7 missing 'static' keywords 18 years ago
Rene Scharfe 7230e6d042 Add write_or_die(), a helper function 18 years ago
Rene Scharfe 3f0073a2fa Axe the last ent 18 years ago
Rene Scharfe 7e18e56920 git-tar-tree: fix minor memory leak 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Willy Tarreau ce1a79b6a7 tar-tree: add the "tar.umask" config option 19 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Rene Scharfe 6698060c15 git-tar-tree: no more void pointer arithmetic 19 years ago
Rene Scharfe 37958be792 git-tar-tree: Simplify write_trailer() 19 years ago
Peter Eriksen bfbd0bb6ec Implement safe_strncpy() as strlcpy() and use it more. 19 years ago
Rene Scharfe 52ba03cbb1 Built-in git-get-tar-commit-id 19 years ago
Rene Scharfe 17cf250aff Off-by-one error in get_path_prefix(), found by Valgrind 19 years ago
Linus Torvalds 4c068a9831 tree_entry(): new tree-walking helper function 19 years ago
Peter Eriksen 56d1398ad3 Builtin git-tar-tree. 19 years ago
Junio C Hamano 217542640e built-in tar-tree and remote tar-tree 19 years ago
Dmitry V. Levin 31fff305bc Separate object name errors from usage errors 19 years ago
Peter Eriksen 8e44025925 Use blob_, commit_, tag_, and tree_type throughout. 19 years ago
Rene Scharfe 139faba8f5 Remove useless pointer update 19 years ago
Junio C Hamano 1b0c7174a1 tree/diff header cleanup. 19 years ago
Rene Scharfe 4c691724f1 tar-tree: Use the prefix field of a tar header 19 years ago
Rene Scharfe 86da1c567d tar-tree: Remove obsolete code 19 years ago
Rene Scharfe cb0c6df6f5 tar-tree: Use write_entry() to write the archive contents 19 years ago
Rene Scharfe ae64bbc18c tar-tree: Introduce write_entry() 19 years ago
Rene Scharfe 2c6df2d5d1 tar-tree: Use SHA1 of root tree for the basedir 19 years ago
Junio C Hamano 84a9b58c42 sha1_name: warning ambiguous refs. 19 years ago
Junio C Hamano 473d404b53 tar-tree: file/dirmode fix. 19 years ago
Linus Torvalds 7ec57556b2 Make git-tar-tree use the tree_desc abstractions 19 years ago
Daniel Barkalow c3f9281255 Use struct commit in tar-tree 19 years ago
Daniel Barkalow 5207234a68 Use struct tree in tar-tree 19 years ago