summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-06status: show worktree status of conflicted paths separatelyJunio C Hamano1-3/+92
2009-08-06wt-status.c: rework the way changes to the index and work tree are summarizedJunio C Hamano1-45/+181
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds1-1/+1
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-1/+1
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-1/+1
2009-03-20Merge branch 'mv/parseopt-ls-files'Junio C Hamano1-4/+3
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin1-4/+3
2009-02-13Clean up use of ANSI color sequencesArjen Laarhoven1-5/+5
2008-12-07reorder ALLOW_TEXTCONV option settingJeff King1-1/+1
2008-11-16Merge branch 'jk/commit-v-strip'Junio C Hamano1-27/+6
2008-11-12status: show "-v" diff even for initial commitJeff King1-2/+3
2008-11-12wt-status: refactor initial commit printingJeff King1-25/+3
2008-10-26enable textconv for diff in verbose status/commitJeff King1-0/+1
2008-10-26wt-status: load diff ui configJeff King1-1/+9
2008-10-17Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-otherJunio C Hamano1-13/+2
2008-10-17refactor handling of "other" files in ls-files and statusJeff King1-13/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-7/+3
2008-09-07wt-status: Teach how to discard changes in the working directoryAnders Melchiorsen1-0/+1
2008-09-07wt-status: Split header generation into three functionsAnders Melchiorsen1-15/+19
2008-07-13Merge branch 'jc/report-tracking'Junio C Hamano1-0/+22
2008-07-05Fix "config_error_nonbool" used with value instead of keyChristian Couder1-1/+1
2008-07-02git-status: show the remote tracking statisticsJunio C Hamano1-0/+22
2008-06-09Add configuration option for default untracked files modeMarius Storm-Olsen1-0/+13
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen1-1/+6
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen1-0/+1
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-2/+2
2008-05-22Updated status to show 'Not currently on any branch' in redChris Parsons1-3/+8
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-05-03bump rename limit defaultsJeff King1-1/+1
2008-04-12builtin-status: submodule summary supportPing Yin1-0/+41
2008-03-14wt-status.c: no need for dup() dance anymoreKristian Høgsberg1-15/+2
2008-03-07Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov1-45/+2
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz1-3/+3
2008-02-13Merge branch 'maint'Junio C Hamano1-1/+1
2008-02-13status: suggest "git rm --cached" to unstage for initial commitJeff King1-1/+1
2008-02-11Merge branch 'lt/in-core-index'Junio C Hamano1-10/+0
2008-02-11wt-status.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds1-10/+0
2007-12-12git-commit: squelch needless message during an empty mergeJunio C Hamano1-0/+2
2007-12-08add status.relativePaths config variableJeff King1-0/+6
2007-12-08wt-status.c:quote_path(): convert empty path to "./"Jeff King1-0/+3
2007-12-05git config --get-colorboolJunio C Hamano1-1/+1
2007-12-04Merge branch 'kh/commit'Junio C Hamano1-23/+63
2007-12-02quote_path: fix collapsing of relative pathsJeff King1-5/+6
2007-12-02Enable rewrite as well as rename detection in git-statusJeff King1-0/+1
2007-11-22builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg1-0/+16
2007-11-22git status: show relative paths when run in a subdirectoryJohannes Schindelin1-23/+46
2007-11-14core.excludesfile clean-upJunio C Hamano1-14/+1
2007-09-19Enable wt-status to run against non-standard index file.Kristian Høgsberg1-1/+2
2007-09-19Enable wt-status output to a given FILE pointer.Kristian Høgsberg1-41/+44