Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -3/+3 |
* | git clean: Don't automatically remove directories when run within subdirectory | Shawn Bohrer | 2008-04-14 | 1 | -6/+7 |
* | git-clean: correct printing relative path | Dmitry Potapov | 2008-03-07 | 1 | -18/+14 |
* | git-clean: handle errors if removing files fails | Miklos Vajna | 2008-02-20 | 1 | -8/+14 |
* | git-clean: fix off-by-one memory access when given no arguments | Jeff King | 2008-01-12 | 1 | -2/+2 |
* | git-clean: make "Would remove ..." path relative to cwd again | Junio C Hamano | 2008-01-03 | 1 | -6/+15 |
* | git-clean: Honor pathspec. | Junio C Hamano | 2007-12-05 | 1 | -21/+31 |
* | Teach git clean to use setup_standard_excludes() | Shawn Bohrer | 2007-11-18 | 1 | -12/+5 |
* | git-clean: Fix error message if clean.requireForce is not set. | Junio C Hamano | 2007-11-18 | 1 | -3/+9 |
* | Make git-clean a builtin | Shawn Bohrer | 2007-11-18 | 1 | -0/+154 |