Age | Commit message (Expand) | Author | Files | Lines |
2008-12-07 | reorder ALLOW_TEXTCONV option setting | Jeff King | 1 | -1/+1 |
2008-11-16 | Merge branch 'jk/commit-v-strip' | Junio C Hamano | 1 | -27/+6 |
2008-11-12 | status: show "-v" diff even for initial commit | Jeff King | 1 | -2/+3 |
2008-11-12 | wt-status: refactor initial commit printing | Jeff King | 1 | -25/+3 |
2008-10-26 | enable textconv for diff in verbose status/commit | Jeff King | 1 | -0/+1 |
2008-10-26 | wt-status: load diff ui config | Jeff King | 1 | -1/+9 |
2008-10-17 | Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-other | Junio C Hamano | 1 | -13/+2 |
2008-10-17 | refactor handling of "other" files in ls-files and status | Jeff King | 1 | -13/+2 |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -7/+3 |
2008-09-07 | wt-status: Teach how to discard changes in the working directory | Anders Melchiorsen | 1 | -0/+1 |
2008-09-07 | wt-status: Split header generation into three functions | Anders Melchiorsen | 1 | -15/+19 |
2008-07-13 | Merge branch 'jc/report-tracking' | Junio C Hamano | 1 | -0/+22 |
2008-07-05 | Fix "config_error_nonbool" used with value instead of key | Christian Couder | 1 | -1/+1 |
2008-07-02 | git-status: show the remote tracking statistics | Junio C Hamano | 1 | -0/+22 |
2008-06-09 | Add configuration option for default untracked files mode | Marius Storm-Olsen | 1 | -0/+13 |
2008-06-09 | Add argument 'no' commit/status option -u|--untracked-files | Marius Storm-Olsen | 1 | -1/+6 |
2008-06-09 | Add an optional <mode> argument to commit/status -u|--untracked-files option | Marius Storm-Olsen | 1 | -0/+1 |
2008-05-25 | Merge branch 'js/config-cb' | Junio C Hamano | 1 | -2/+2 |
2008-05-22 | Updated status to show 'Not currently on any branch' in red | Chris Parsons | 1 | -3/+8 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -2/+2 |
2008-05-03 | bump rename limit defaults | Jeff King | 1 | -1/+1 |
2008-04-12 | builtin-status: submodule summary support | Ping Yin | 1 | -0/+41 |
2008-03-14 | wt-status.c: no need for dup() dance anymore | Kristian Høgsberg | 1 | -15/+2 |
2008-03-07 | Make private quote_path() in wt-status.c available as quote_path_relative() | Dmitry Potapov | 1 | -45/+2 |
2008-02-18 | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 1 | -3/+3 |
2008-02-13 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-02-13 | status: suggest "git rm --cached" to unstage for initial commit | Jeff King | 1 | -1/+1 |
2008-02-11 | Merge branch 'lt/in-core-index' | Junio C Hamano | 1 | -10/+0 |
2008-02-11 | wt-status.c: guard config parser from value=NULL | Junio C Hamano | 1 | -0/+2 |
2008-01-21 | Make run_diff_index() use unpack_trees(), not read_tree() | Linus Torvalds | 1 | -10/+0 |
2007-12-12 | git-commit: squelch needless message during an empty merge | Junio C Hamano | 1 | -0/+2 |
2007-12-08 | add status.relativePaths config variable | Jeff King | 1 | -0/+6 |
2007-12-08 | wt-status.c:quote_path(): convert empty path to "./" | Jeff King | 1 | -0/+3 |
2007-12-05 | git config --get-colorbool | Junio C Hamano | 1 | -1/+1 |
2007-12-04 | Merge branch 'kh/commit' | Junio C Hamano | 1 | -23/+63 |
2007-12-02 | quote_path: fix collapsing of relative paths | Jeff King | 1 | -5/+6 |
2007-12-02 | Enable rewrite as well as rename detection in git-status | Jeff King | 1 | -0/+1 |
2007-11-22 | builtin-commit: Include the diff in the commit message when verbose. | Kristian Høgsberg | 1 | -0/+16 |
2007-11-22 | git status: show relative paths when run in a subdirectory | Johannes Schindelin | 1 | -23/+46 |
2007-11-14 | core.excludesfile clean-up | Junio C Hamano | 1 | -14/+1 |
2007-09-19 | Enable wt-status to run against non-standard index file. | Kristian Høgsberg | 1 | -1/+2 |
2007-09-19 | Enable wt-status output to a given FILE pointer. | Kristian Høgsberg | 1 | -41/+44 |
2007-09-14 | Fix the rename detection limit checking | Linus Torvalds | 1 | -0/+1 |
2007-06-08 | Missing statics. | Pierre Habouzit | 1 | -1/+1 |
2007-05-21 | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 1 | -0/+9 |
2007-05-21 | git-status: respect core.excludesFile | Johannes Schindelin | 1 | -0/+9 |
2007-03-31 | Optimize directory listing with pathspec limiter. | Linus Torvalds | 1 | -1/+1 |
2007-02-26 | Merge branch 'master' into js/diff-ni | Junio C Hamano | 1 | -2/+2 |
2007-02-22 | run_diff_{files,index}(): update calling convention. | Junio C Hamano | 1 | -2/+10 |
2007-02-20 | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 1 | -1/+1 |