summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
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
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz
2008-02-13Merge branch 'maint'Junio C Hamano
2008-02-13status: suggest "git rm --cached" to unstage for initial commitJeff King
2008-02-12Merge branch 'lt/in-core-index'Junio C Hamano
2008-02-11wt-status.c: guard config parser from value=NULLJunio C Hamano
2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds
2007-12-13git-commit: squelch needless message during an empty mergeJunio C Hamano
2007-12-08add status.relativePaths config variableJeff King
2007-12-08wt-status.c:quote_path(): convert empty path to "./"Jeff King
2007-12-06git config --get-colorboolJunio C Hamano
2007-12-05Merge branch 'kh/commit'Junio C Hamano
2007-12-03quote_path: fix collapsing of relative pathsJeff King
2007-12-03Enable rewrite as well as rename detection in git-statusJeff King
2007-11-23builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg
2007-11-23git status: show relative paths when run in a subdirectoryJohannes Schindelin
2007-11-14core.excludesfile clean-upJunio C Hamano
2007-09-19Enable wt-status to run against non-standard index file.Kristian Høgsberg
2007-09-19Enable wt-status output to a given FILE pointer.Kristian Høgsberg
2007-09-14Fix the rename detection limit checkingLinus Torvalds
2007-06-08Missing statics.Pierre Habouzit
2007-05-22Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-22git-status: respect core.excludesFileJohannes Schindelin
2007-04-01Optimize directory listing with pathspec limiter.Linus Torvalds