| Commit message (Expand) | Author | Age | Files | Lines |
* | Add configuration option for default untracked files mode | Marius Storm-Olsen | 2008-06-09 | 1 | -0/+13 |
* | Add argument 'no' commit/status option -u|--untracked-files | Marius Storm-Olsen | 2008-06-09 | 1 | -1/+6 |
* | Add an optional <mode> argument to commit/status -u|--untracked-files option | Marius Storm-Olsen | 2008-06-09 | 1 | -0/+1 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -2/+2 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -2/+2 |
* | | Updated status to show 'Not currently on any branch' in red | Chris Parsons | 2008-05-22 | 1 | -3/+8 |
* | | bump rename limit defaults | Jeff King | 2008-05-03 | 1 | -1/+1 |
|/ |
|
* | builtin-status: submodule summary support | Ping Yin | 2008-04-12 | 1 | -0/+41 |
* | wt-status.c: no need for dup() dance anymore | Kristian Høgsberg | 2008-03-14 | 1 | -15/+2 |
* | Make private quote_path() in wt-status.c available as quote_path_relative() | Dmitry Potapov | 2008-03-07 | 1 | -45/+2 |
* | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 2008-02-18 | 1 | -3/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2008-02-13 | 1 | -1/+1 |
|\ |
|
| * | status: suggest "git rm --cached" to unstage for initial commit | Jeff King | 2008-02-13 | 1 | -1/+1 |
* | | Merge branch 'lt/in-core-index' | Junio C Hamano | 2008-02-11 | 1 | -10/+0 |
|\ \
| |/
|/| |
|
| * | Make run_diff_index() use unpack_trees(), not read_tree() | Linus Torvalds | 2008-01-21 | 1 | -10/+0 |
* | | wt-status.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 | 1 | -0/+2 |
|/ |
|
* | git-commit: squelch needless message during an empty merge | Junio C Hamano | 2007-12-12 | 1 | -0/+2 |
* | add status.relativePaths config variable | Jeff King | 2007-12-08 | 1 | -0/+6 |
* | wt-status.c:quote_path(): convert empty path to "./" | Jeff King | 2007-12-08 | 1 | -0/+3 |
* | git config --get-colorbool | Junio C Hamano | 2007-12-05 | 1 | -1/+1 |
* | Merge branch 'kh/commit' | Junio C Hamano | 2007-12-04 | 1 | -23/+63 |
|\ |
|
| * | quote_path: fix collapsing of relative paths | Jeff King | 2007-12-02 | 1 | -5/+6 |
| * | builtin-commit: Include the diff in the commit message when verbose. | Kristian Høgsberg | 2007-11-22 | 1 | -0/+16 |
| * | git status: show relative paths when run in a subdirectory | Johannes Schindelin | 2007-11-22 | 1 | -23/+46 |
* | | Enable rewrite as well as rename detection in git-status | Jeff King | 2007-12-02 | 1 | -0/+1 |
|/ |
|
* | core.excludesfile clean-up | Junio C Hamano | 2007-11-14 | 1 | -14/+1 |
* | Enable wt-status to run against non-standard index file. | Kristian Høgsberg | 2007-09-19 | 1 | -1/+2 |
* | Enable wt-status output to a given FILE pointer. | Kristian Høgsberg | 2007-09-19 | 1 | -41/+44 |
* | Fix the rename detection limit checking | Linus Torvalds | 2007-09-14 | 1 | -0/+1 |
* | Missing statics. | Pierre Habouzit | 2007-06-08 | 1 | -1/+1 |
* | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 2007-05-21 | 1 | -0/+9 |
|\ |
|
| * | git-status: respect core.excludesFile | Johannes Schindelin | 2007-05-21 | 1 | -0/+9 |
* | | Optimize directory listing with pathspec limiter. | Linus Torvalds | 2007-03-31 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' into js/diff-ni | Junio C Hamano | 2007-02-26 | 1 | -2/+2 |
|\ |
|
| * | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 2007-02-20 | 1 | -1/+1 |
| * | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -2/+2 |
* | | run_diff_{files,index}(): update calling convention. | Junio C Hamano | 2007-02-22 | 1 | -2/+10 |
|/ |
|
* | wt_status_prepare(): clean up structure initialization. | Junio C Hamano | 2007-02-09 | 1 | -8/+1 |
* | wt-status: Actually accept `color.status.BLAH' configuration variables. | Mark Wooding | 2007-01-28 | 1 | -1/+1 |
* | simplify the "no changes added to commit" message | Nicolas Pitre | 2007-01-13 | 1 | -1/+1 |
* | Merge branch 'jc/detached-head' | Junio C Hamano | 2007-01-11 | 1 | -2/+11 |
|\ |
|
| * | git-status: show detached HEAD | Junio C Hamano | 2007-01-08 | 1 | -2/+11 |
* | | git-status: wording update to deal with deleted files. | Junio C Hamano | 2007-01-11 | 1 | -3/+16 |
* | | Provide better feedback for the untracked only case in status output | Jürgen Rühle | 2007-01-10 | 1 | -9/+12 |
|/ |
|
* | Remove unnecessary git-rm --cached reference from status output | Jürgen Rühle | 2007-01-07 | 1 | -2/+2 |
* | Improve cached content header of status output | Jürgen Rühle | 2007-01-02 | 1 | -4/+14 |
* | Support --amend on initial commit in status output | Jürgen Rühle | 2007-01-02 | 1 | -2/+3 |
* | Improve "nothing to commit" part of status output | Jürgen Rühle | 2007-01-02 | 1 | -6/+18 |
* | Clarify syntax and role of git-add in status output | Jürgen Rühle | 2007-01-02 | 1 | -1/+1 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -1/+1 |