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