| Commit message (Expand) | Author | Age |
* | Let 'git <command> -h' show usage without a git dir | Jonathan Nieder | 2009-11-10 |
* | Style fixes, add a space after if/for/while. | Brian Gianforcaro | 2009-08-31 |
* | Add calls to git_extract_argv0_path() in programs that call git_config_* | Steffen Prohaska | 2009-01-26 |
* | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | Simplify index access condition in count-objects, pack-redundant | Shawn O. Pearce | 2007-05-29 |
* | Lazily open pack index files on demand | Shawn O. Pearce | 2007-05-26 |
* | pack-redundant.c: learn about index v2 | Nicolas Pitre | 2007-04-10 |
* | [PATCH] clean up pack index handling a bit | Nicolas Pitre | 2007-03-16 |
* | Use off_t when we really mean a file offset. | Shawn O. Pearce | 2007-03-07 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 |
* | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 |
* | Use setenv(), fix warnings | Timo Hirvonen | 2006-02-26 |
* | git-pack-redundant: speed and memory usage improvements | Lukas Sandström | 2005-12-21 |
* | Make the rest of commands work from a subdirectory. | Junio C Hamano | 2005-11-28 |
* | pack-redundant: type cleanups. | Junio C Hamano | 2005-11-23 |
* | arguments cleanup and some formatting | Alex Riesen | 2005-11-22 |
* | remove unused variable | Alex Riesen | 2005-11-22 |
* | speedup allocation in pack-redundant.c | Alex Riesen | 2005-11-22 |
* | Make git-pack-redundant take a list of unimportant objs on stdin | Lukas Sandström | 2005-11-22 |
* | Fix sparse warnings | Timo Hirvonen | 2005-11-20 |
* | Improve the readability of git-pack-redundant | Lukas Sandström | 2005-11-18 |
* | Fix a bug in get_all_permutations. | Lukas Sandström | 2005-11-18 |
* | Fix bug introduced by the latest changes to git-pack-redundant | Lukas Sandström | 2005-11-18 |
* | Make git-pack-redundant non-horribly slow on large sets of packs | Lukas Sandström | 2005-11-17 |
* | Fix llist_sorted_difference_inplace in git-pack-redundant | Lukas Sandström | 2005-11-15 |
* | Fix compilation warnings in pack-redundant.c | Kai Ruemmler | 2005-11-13 |
* | Make git-pack-redundant consider alt-odbs | Lukas_Sandström | 2005-11-11 |
* | Rename git-pack-intersect to git-pack-redundant | Lukas_Sandström | 2005-11-11 |