summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
2010-06-30Merge branch 'jl/status-ignore-submodules'Junio C Hamano
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips
2010-06-25Add the option "--ignore-submodules" to "git status"Jens Lehmann
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-03Show branch information in short output of git statusDaniel Knittl-Frank
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan
2010-05-21Merge branch 'mg/advice-statushints'Junio C Hamano
2010-05-06wt-status: take advice.statusHints seriouslyMichael J Gruber
2010-05-02wt-status: fix 'fprintf' compilation warningJunio C Hamano
2010-04-10status: --ignored option shows ignored filesJunio C Hamano
2010-04-10wt-status: rename and restructure status-print-untrackedJunio C Hamano
2010-04-10wt-status: collect ignored filesJunio C Hamano
2010-04-10wt-status: plug memory leak while collecting untracked filesJunio C Hamano
2010-04-10wt-status: remove unused workdir_untracked memberJunio C Hamano
2010-03-24Merge branch 'jl/submodule-diff-dirtiness'Junio C Hamano
2010-03-14git status: ignoring untracked files must apply to submodules tooJens Lehmann
2010-03-09revision: introduce setup_revision_optJunio C Hamano
2010-03-08git status: Show detailed dirty status of submodules in long formatJens Lehmann
2010-01-23Merge branch 'jl/submodule-diff'Junio C Hamano
2010-01-17git status: Show uncommitted submodule changes too when enabledJens Lehmann
2010-01-16status: only touch path we may need to checkNguyễn Thái Ngọc Duy
2009-12-28Merge branch 'jk/1.7.0-status'Junio C Hamano
2009-12-12status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano
2009-12-12commit/status: "git add <path>" is not necessarily how to resolveJunio C Hamano
2009-12-07status: reduce duplicated setup codeJeff King
2009-12-07status: disable color for porcelain formatJeff King
2009-12-05status -s: obey color.statusMichael J Gruber
2009-12-05builtin-commit: refactor short-status code into wt-status.cMichael J Gruber
2009-09-12status: make "how to stage" messages optionalJeff King
2009-09-02status: list unmerged files much laterJohannes Sixt
2009-09-01Style fixes, add a space after if/for/while.Brian Gianforcaro
2009-08-22git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano
2009-08-10wt-status: collect untracked files in a separate "collect" phaseJunio C Hamano
2009-08-10Make git_status_config() file scope static to builtin-commit.cJunio C Hamano
2009-08-10wt-status: move wt_status_colors[] into wt_status structureJunio C Hamano
2009-08-10wt-status: move many global settings to wt_status structureJunio C Hamano
2009-08-07status: show worktree status of conflicted paths separatelyJunio C Hamano
2009-08-06wt-status.c: rework the way changes to the index and work tree are summarizedJunio C Hamano
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-03-20Merge branch 'mv/parseopt-ls-files'Junio C Hamano
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin
2009-02-14Clean up use of ANSI color sequencesArjen Laarhoven
2008-12-08reorder ALLOW_TEXTCONV option settingJeff King
2008-11-16Merge branch 'jk/commit-v-strip'Junio C Hamano
2008-11-12status: show "-v" diff even for initial commitJeff King
2008-11-12wt-status: refactor initial commit printingJeff King
2008-10-26enable textconv for diff in verbose status/commitJeff King