summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-27string_list: Fix argument order for string_list_insertLibravatar Julian Phillips1-5/+5
2010-05-21Merge branch 'mg/advice-statushints'Libravatar Junio C Hamano1-6/+15
2010-05-06wt-status: take advice.statusHints seriouslyLibravatar Michael J Gruber1-6/+15
2010-05-01wt-status: fix 'fprintf' compilation warningLibravatar Junio C Hamano1-1/+1
2010-04-10status: --ignored option shows ignored filesLibravatar Junio C Hamano1-7/+15
2010-04-10wt-status: rename and restructure status-print-untrackedLibravatar Junio C Hamano1-8/+14
2010-04-10wt-status: collect ignored filesLibravatar Junio C Hamano1-0/+16
2010-04-10wt-status: plug memory leak while collecting untracked filesLibravatar Junio C Hamano1-0/+3
2010-04-10wt-status: remove unused workdir_untracked memberLibravatar Junio C Hamano1-1/+0
2010-03-24Merge branch 'jl/submodule-diff-dirtiness'Libravatar Junio C Hamano1-7/+38
2010-03-13git status: ignoring untracked files must apply to submodules tooLibravatar Jens Lehmann1-0/+2
2010-03-09revision: introduce setup_revision_optLibravatar Junio C Hamano1-4/+11
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