Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | git clean: Don't automatically remove directories when run within subdirectory | Shawn Bohrer | 2008-04-14 |
* | git-clean: correct printing relative path | Dmitry Potapov | 2008-03-07 |
* | git-clean: handle errors if removing files fails | Miklos Vajna | 2008-02-20 |
* | git-clean: fix off-by-one memory access when given no arguments | Jeff King | 2008-01-12 |
* | git-clean: make "Would remove ..." path relative to cwd again | Junio C Hamano | 2008-01-03 |
* | git-clean: Honor pathspec. | Junio C Hamano | 2007-12-05 |
* | Teach git clean to use setup_standard_excludes() | Shawn Bohrer | 2007-11-18 |
* | git-clean: Fix error message if clean.requireForce is not set. | Junio C Hamano | 2007-11-18 |
* | Make git-clean a builtin | Shawn Bohrer | 2007-11-18 |