Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -7/+7 | |
This uses the remove-dashes target to replace "git-frotz" to "git frotz". Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2007-05-12 | git-add: allow path limiting with -u | Jeff King | 1 | -0/+38 | |
Rather than updating all working tree paths, we limit ourselves to paths listed on the command line. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <junkio@cox.net> |