summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-08commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder1-43/+43
2011-03-08wt-status: add helpers for printing wt-status linesJonathan Nieder1-0/+74
2011-02-21Teach commit about CHERRY_PICK_HEADJay Soffian1-2/+2
2011-02-03Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy1-1/+4
2011-02-03struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy1-2/+2
2010-12-16Merge branch 'aa/status-hilite-branch'Junio C Hamano1-4/+10
2010-12-10default color.status.branch to "same as header"Jeff King1-2/+5
2010-12-03Merge branch 'kb/maint-status-cquote'Junio C Hamano1-0/+10
2010-11-29status: show branchname with a configurable colorAleksi Aalto1-3/+6
2010-11-09status: Quote paths with spaces in short formatKevin Ballard1-0/+10
2010-11-03Better "Changed but not updated" message in git-statusMatthieu Moy1-1/+1
2010-09-27wt-status.c: don't leak directory entries when processing untracked,ignoredBrandon Casey1-10/+6
2010-08-09Submodules: Add the new "ignore" config option for diff and statusJens Lehmann1-2/+6
2010-06-30Merge branch 'jl/status-ignore-submodules'Junio C Hamano1-1/+9
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano1-5/+5
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips1-5/+5
2010-06-25Add the option "--ignore-submodules" to "git status"Jens Lehmann1-1/+9
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-11/+12
2010-06-03Show branch information in short output of git statusDaniel Knittl-Frank1-2/+65
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan1-11/+12
2010-05-21Merge branch 'mg/advice-statushints'Junio C Hamano1-6/+15
2010-05-06wt-status: take advice.statusHints seriouslyMichael J Gruber1-6/+15
2010-05-01wt-status: fix 'fprintf' compilation warningJunio C Hamano1-1/+1
2010-04-10status: --ignored option shows ignored filesJunio C Hamano1-7/+15
2010-04-10wt-status: rename and restructure status-print-untrackedJunio C Hamano1-8/+14
2010-04-10wt-status: collect ignored filesJunio C Hamano1-0/+16
2010-04-10wt-status: plug memory leak while collecting untracked filesJunio C Hamano1-0/+3
2010-04-10wt-status: remove unused workdir_untracked memberJunio C Hamano1-1/+0
2010-03-24Merge branch 'jl/submodule-diff-dirtiness'Junio C Hamano1-7/+38
2010-03-13git status: ignoring untracked files must apply to submodules tooJens Lehmann1-0/+2
2010-03-09revision: introduce setup_revision_optJunio C Hamano1-4/+11
2010-03-08git status: Show detailed dirty status of submodules in long formatJens Lehmann1-7/+36
2010-01-22Merge branch 'jl/submodule-diff'Junio C Hamano1-5/+7
2010-01-17git status: Show uncommitted submodule changes too when enabledJens Lehmann1-5/+7
2010-01-15status: only touch path we may need to checkNguyễn Thái Ngọc Duy1-1/+1
2009-12-27Merge branch 'jk/1.7.0-status'Junio C Hamano1-9/+121
2009-12-12status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano1-4/+10
2009-12-12commit/status: "git add <path>" is not necessarily how to resolveJunio C Hamano1-1/+1
2009-12-07status: reduce duplicated setup codeJeff King1-0/+2
2009-12-07status: disable color for porcelain formatJeff King1-0/+6
2009-12-05status -s: obey color.statusMichael J Gruber1-7/+14
2009-12-05builtin-commit: refactor short-status code into wt-status.cMichael J Gruber1-0/+89
2009-09-11status: make "how to stage" messages optionalJeff King1-0/+8
2009-09-01status: list unmerged files much laterJohannes Sixt1-1/+1
2009-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro1-1/+1
2009-08-22git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano1-4/+6
2009-08-10wt-status: collect untracked files in a separate "collect" phaseJunio C Hamano1-22/+36
2009-08-10Make git_status_config() file scope static to builtin-commit.cJunio C Hamano1-60/+0
2009-08-10wt-status: move wt_status_colors[] into wt_status structureJunio C Hamano1-4/+5
2009-08-10wt-status: move many global settings to wt_status structureJunio C Hamano1-41/+40