summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-08git status: Show detailed dirty status of submodules in long formatLibravatar Jens Lehmann1-7/+36
2010-01-22Merge branch 'jl/submodule-diff'Libravatar Junio C Hamano1-5/+7
2010-01-17git status: Show uncommitted submodule changes too when enabledLibravatar Jens Lehmann1-5/+7
2010-01-15status: only touch path we may need to checkLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2009-12-27Merge branch 'jk/1.7.0-status'Libravatar Junio C Hamano1-9/+121
2009-12-12status/commit: do not suggest "reset HEAD <path>" while mergingLibravatar Junio C Hamano1-4/+10
2009-12-12commit/status: "git add <path>" is not necessarily how to resolveLibravatar Junio C Hamano1-1/+1
2009-12-07status: reduce duplicated setup codeLibravatar Jeff King1-0/+2
2009-12-07status: disable color for porcelain formatLibravatar Jeff King1-0/+6
2009-12-05status -s: obey color.statusLibravatar Michael J Gruber1-7/+14
2009-12-05builtin-commit: refactor short-status code into wt-status.cLibravatar Michael J Gruber1-0/+89
2009-09-11status: make "how to stage" messages optionalLibravatar Jeff King1-0/+8
2009-09-01status: list unmerged files much laterLibravatar Johannes Sixt1-1/+1
2009-08-31Style fixes, add a space after if/for/while.Libravatar Brian Gianforcaro1-1/+1
2009-08-22git stat: the beginning of "status that is not a dry-run of commit"Libravatar Junio C Hamano1-4/+6
2009-08-10wt-status: collect untracked files in a separate "collect" phaseLibravatar Junio C Hamano1-22/+36
2009-08-10Make git_status_config() file scope static to builtin-commit.cLibravatar Junio C Hamano1-60/+0
2009-08-10wt-status: move wt_status_colors[] into wt_status structureLibravatar Junio C Hamano1-4/+5
2009-08-10wt-status: move many global settings to wt_status structureLibravatar Junio C Hamano1-41/+40
2009-08-06status: show worktree status of conflicted paths separatelyLibravatar Junio C Hamano1-3/+92
2009-08-06wt-status.c: rework the way changes to the index and work tree are summarizedLibravatar Junio C Hamano1-45/+181
2009-07-09Add 'fill_directory()' helper function for directory traversalLibravatar Linus Torvalds1-1/+1
2009-06-20Fix various sparse warnings in the git source codeLibravatar Linus Torvalds1-1/+1
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-1/+1
2009-03-20Merge branch 'mv/parseopt-ls-files'Libravatar Junio C Hamano1-4/+3
2009-02-18Turn the flags in struct dir_struct into a single variableLibravatar Johannes Schindelin1-4/+3
2009-02-13Clean up use of ANSI color sequencesLibravatar Arjen Laarhoven1-5/+5
2008-12-07reorder ALLOW_TEXTCONV option settingLibravatar Jeff King1-1/+1
2008-11-16Merge branch 'jk/commit-v-strip'Libravatar Junio C Hamano1-27/+6
2008-11-12status: show "-v" diff even for initial commitLibravatar Jeff King1-2/+3
2008-11-12wt-status: refactor initial commit printingLibravatar Jeff King1-25/+3
2008-10-26enable textconv for diff in verbose status/commitLibravatar Jeff King1-0/+1
2008-10-26wt-status: load diff ui configLibravatar Jeff King1-1/+9
2008-10-17Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-otherLibravatar Junio C Hamano1-13/+2
2008-10-17refactor handling of "other" files in ls-files and statusLibravatar Jeff King1-13/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-7/+3
2008-09-07wt-status: Teach how to discard changes in the working directoryLibravatar Anders Melchiorsen1-0/+1
2008-09-07wt-status: Split header generation into three functionsLibravatar Anders Melchiorsen1-15/+19
2008-07-13Merge branch 'jc/report-tracking'Libravatar Junio C Hamano1-0/+22
2008-07-05Fix "config_error_nonbool" used with value instead of keyLibravatar Christian Couder1-1/+1
2008-07-02git-status: show the remote tracking statisticsLibravatar Junio C Hamano1-0/+22
2008-06-09Add configuration option for default untracked files modeLibravatar Marius Storm-Olsen1-0/+13
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesLibravatar Marius Storm-Olsen1-1/+6
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionLibravatar Marius Storm-Olsen1-0/+1
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-2/+2
2008-05-22Updated status to show 'Not currently on any branch' in redLibravatar Chris Parsons1-3/+8
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-2/+2
2008-05-03bump rename limit defaultsLibravatar Jeff King1-1/+1
2008-04-12builtin-status: submodule summary supportLibravatar Ping Yin1-0/+41
2008-03-14wt-status.c: no need for dup() dance anymoreLibravatar Kristian Høgsberg1-15/+2