summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
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
2008-10-26wt-status: load diff ui configJeff King
2008-10-17Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-otherJunio C Hamano
2008-10-17refactor handling of "other" files in ls-files and statusJeff King
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-09-07wt-status: Teach how to discard changes in the working directoryAnders Melchiorsen
2008-09-07wt-status: Split header generation into three functionsAnders Melchiorsen
2008-07-13Merge branch 'jc/report-tracking'Junio C Hamano
2008-07-06Fix "config_error_nonbool" used with value instead of keyChristian Couder
2008-07-03git-status: show the remote tracking statisticsJunio C Hamano
2008-06-09Add configuration option for default untracked files modeMarius Storm-Olsen
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-23Updated status to show 'Not currently on any branch' in redChris Parsons
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-03bump rename limit defaultsJeff King
2008-04-13builtin-status: submodule summary supportPing Yin
2008-03-14wt-status.c: no need for dup() dance anymoreKristian Høgsberg
2008-03-08Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov