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