Age | Commit message (Expand) | Author | Files | Lines |
2010-01-22 | Merge branch 'jl/submodule-diff' | Junio C Hamano | 1 | -5/+7 |
2010-01-17 | git status: Show uncommitted submodule changes too when enabled | Jens Lehmann | 1 | -5/+7 |
2010-01-15 | status: only touch path we may need to check | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2009-12-27 | Merge branch 'jk/1.7.0-status' | Junio C Hamano | 1 | -9/+121 |
2009-12-12 | status/commit: do not suggest "reset HEAD <path>" while merging | Junio C Hamano | 1 | -4/+10 |
2009-12-12 | commit/status: "git add <path>" is not necessarily how to resolve | Junio C Hamano | 1 | -1/+1 |
2009-12-07 | status: reduce duplicated setup code | Jeff King | 1 | -0/+2 |
2009-12-07 | status: disable color for porcelain format | Jeff King | 1 | -0/+6 |
2009-12-05 | status -s: obey color.status | Michael J Gruber | 1 | -7/+14 |
2009-12-05 | builtin-commit: refactor short-status code into wt-status.c | Michael J Gruber | 1 | -0/+89 |
2009-09-11 | status: make "how to stage" messages optional | Jeff King | 1 | -0/+8 |
2009-09-01 | status: list unmerged files much later | Johannes Sixt | 1 | -1/+1 |
2009-08-31 | Style fixes, add a space after if/for/while. | Brian Gianforcaro | 1 | -1/+1 |
2009-08-22 | git stat: the beginning of "status that is not a dry-run of commit" | Junio C Hamano | 1 | -4/+6 |
2009-08-10 | wt-status: collect untracked files in a separate "collect" phase | Junio C Hamano | 1 | -22/+36 |
2009-08-10 | Make git_status_config() file scope static to builtin-commit.c | Junio C Hamano | 1 | -60/+0 |
2009-08-10 | wt-status: move wt_status_colors[] into wt_status structure | Junio C Hamano | 1 | -4/+5 |
2009-08-10 | wt-status: move many global settings to wt_status structure | Junio C Hamano | 1 | -41/+40 |
2009-08-06 | status: show worktree status of conflicted paths separately | Junio C Hamano | 1 | -3/+92 |
2009-08-06 | wt-status.c: rework the way changes to the index and work tree are summarized | Junio C Hamano | 1 | -45/+181 |
2009-07-09 | Add 'fill_directory()' helper function for directory traversal | Linus Torvalds | 1 | -1/+1 |
2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -1/+1 |
2009-05-01 | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 1 | -1/+1 |
2009-03-20 | Merge branch 'mv/parseopt-ls-files' | Junio C Hamano | 1 | -4/+3 |
2009-02-18 | Turn the flags in struct dir_struct into a single variable | Johannes Schindelin | 1 | -4/+3 |
2009-02-13 | Clean up use of ANSI color sequences | Arjen Laarhoven | 1 | -5/+5 |
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 |