| Commit message (Expand) | Author | Age | Files | Lines |
* | Show usage string for 'git get-tar-commit-id -h' | Jonathan Nieder | 2009-11-10 | 1 | -0/+6 |
* | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 | 1 | -1/+1 |
* | archive: do not read .gitattributes in working directory | Nguyễn Thái Ngọc Duy | 2009-04-17 | 1 | -1/+8 |
* | Cosmetical command name fix | Heikki Orsila | 2008-09-15 | 1 | -1/+1 |
* | Start conforming code to "git subcmd" style part 3 | Heikki Orsila | 2008-09-15 | 1 | -7/+7 |
* | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 2008-08-31 | 1 | -2/+2 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 | 1 | -1/+1 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -1/+1 |
* | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 2007-01-08 | 1 | -1/+1 |
* | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 2007-01-08 | 1 | -1/+1 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -1/+0 |
* | Remove upload-tar and make git-tar-tree a thin wrapper to git-archive | Junio C Hamano | 2006-09-24 | 1 | -80/+50 |
* | git-tar-tree: Move code for git-archive --format=tar to archive-tar.c | Rene Scharfe | 2006-09-24 | 1 | -313/+0 |
* | git-tar-tree: Remove duplicate git_config() call | Rene Scharfe | 2006-09-24 | 1 | -2/+0 |
* | git-tar-tree: devolve git-tar-tree into a wrapper for git-archive | Rene Scharfe | 2006-09-17 | 1 | -72/+18 |
* | Add --verbose to git-archive | Junio C Hamano | 2006-09-10 | 1 | -0/+4 |
* | Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c | Rene Scharfe | 2006-09-10 | 1 | -1/+1 |
* | git-archive: wire up TAR format. | Franck Bui-Huu | 2006-09-09 | 1 | -0/+67 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -1/+1 |
* | missing 'static' keywords | Pierre Habouzit | 2006-08-23 | 1 | -1/+1 |
* | Add write_or_die(), a helper function | Rene Scharfe | 2006-08-21 | 1 | -23/+4 |
* | Axe the last ent | Rene Scharfe | 2006-08-21 | 1 | -1/+1 |
* | git-tar-tree: fix minor memory leak | Rene Scharfe | 2006-08-04 | 1 | -2/+4 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -5/+4 |
* | tar-tree: add the "tar.umask" config option | Willy Tarreau | 2006-07-23 | 1 | -3/+18 |
* | Rename safe_strncpy() to strlcpy(). | Peter Eriksen | 2006-06-24 | 1 | -2/+2 |
* | git-tar-tree: no more void pointer arithmetic | Rene Scharfe | 2006-06-18 | 1 | -2/+5 |
* | git-tar-tree: Simplify write_trailer() | Rene Scharfe | 2006-06-18 | 1 | -25/+15 |
* | Implement safe_strncpy() as strlcpy() and use it more. | Peter Eriksen | 2006-06-16 | 1 | -2/+2 |
* | Built-in git-get-tar-commit-id | Rene Scharfe | 2006-06-10 | 1 | -0/+25 |
* | Off-by-one error in get_path_prefix(), found by Valgrind | Rene Scharfe | 2006-06-07 | 1 | -1/+2 |
* | tree_entry(): new tree-walking helper function | Linus Torvalds | 2006-05-30 | 1 | -13/+8 |
* | Merge branch 'jc/tartree' into jc/builtin-n-tar-tree | Junio C Hamano | 2006-05-23 | 1 | -2/+59 |
|\ |
|
| * | built-in tar-tree and remote tar-tree | Junio C Hamano | 2006-05-19 | 1 | -0/+408 |
* | Builtin git-tar-tree. | Peter Eriksen | 2006-05-23 | 1 | -0/+351 |