summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-09Add 'fill_directory()' helper function for directory traversalLibravatar Linus Torvalds1-1/+1
2009-06-20Fix various sparse warnings in the git source codeLibravatar Linus Torvalds1-1/+1
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-1/+1
2009-03-20Merge branch 'mv/parseopt-ls-files'Libravatar Junio C Hamano1-4/+3
2009-02-18Turn the flags in struct dir_struct into a single variableLibravatar Johannes Schindelin1-4/+3
2009-02-13Clean up use of ANSI color sequencesLibravatar Arjen Laarhoven1-5/+5
2008-12-07reorder ALLOW_TEXTCONV option settingLibravatar Jeff King1-1/+1
2008-11-16Merge branch 'jk/commit-v-strip'Libravatar Junio C Hamano1-27/+6
2008-11-12status: show "-v" diff even for initial commitLibravatar Jeff King1-2/+3
2008-11-12wt-status: refactor initial commit printingLibravatar Jeff King1-25/+3
2008-10-26enable textconv for diff in verbose status/commitLibravatar Jeff King1-0/+1
2008-10-26wt-status: load diff ui configLibravatar Jeff King1-1/+9
2008-10-17Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-otherLibravatar Junio C Hamano1-13/+2
2008-10-17refactor handling of "other" files in ls-files and statusLibravatar Jeff King1-13/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-7/+3
2008-09-07wt-status: Teach how to discard changes in the working directoryLibravatar Anders Melchiorsen1-0/+1
2008-09-07wt-status: Split header generation into three functionsLibravatar Anders Melchiorsen1-15/+19
2008-07-13Merge branch 'jc/report-tracking'Libravatar Junio C Hamano1-0/+22
2008-07-05Fix "config_error_nonbool" used with value instead of keyLibravatar Christian Couder1-1/+1
2008-07-02git-status: show the remote tracking statisticsLibravatar Junio C Hamano1-0/+22
2008-06-09Add configuration option for default untracked files modeLibravatar Marius Storm-Olsen1-0/+13
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesLibravatar Marius Storm-Olsen1-1/+6
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionLibravatar Marius Storm-Olsen1-0/+1
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-2/+2
2008-05-22Updated status to show 'Not currently on any branch' in redLibravatar Chris Parsons1-3/+8
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-2/+2
2008-05-03bump rename limit defaultsLibravatar Jeff King1-1/+1
2008-04-12builtin-status: submodule summary supportLibravatar Ping Yin1-0/+41
2008-03-14wt-status.c: no need for dup() dance anymoreLibravatar Kristian Høgsberg1-15/+2
2008-03-07Make private quote_path() in wt-status.c available as quote_path_relative()Libravatar Dmitry Potapov1-45/+2
2008-02-18Add color.ui variable which globally enables colorization if setLibravatar Matthias Kestenholz1-3/+3
2008-02-13Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-02-13status: suggest "git rm --cached" to unstage for initial commitLibravatar Jeff King1-1/+1
2008-02-11Merge branch 'lt/in-core-index'Libravatar Junio C Hamano1-10/+0
2008-02-11wt-status.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Libravatar Linus Torvalds1-10/+0
2007-12-12git-commit: squelch needless message during an empty mergeLibravatar Junio C Hamano1-0/+2
2007-12-08add status.relativePaths config variableLibravatar Jeff King1-0/+6
2007-12-08wt-status.c:quote_path(): convert empty path to "./"Libravatar Jeff King1-0/+3
2007-12-05git config --get-colorboolLibravatar Junio C Hamano1-1/+1
2007-12-04Merge branch 'kh/commit'Libravatar Junio C Hamano1-23/+63
2007-12-02quote_path: fix collapsing of relative pathsLibravatar Jeff King1-5/+6
2007-12-02Enable rewrite as well as rename detection in git-statusLibravatar Jeff King1-0/+1
2007-11-22builtin-commit: Include the diff in the commit message when verbose.Libravatar Kristian Høgsberg1-0/+16
2007-11-22git status: show relative paths when run in a subdirectoryLibravatar Johannes Schindelin1-23/+46
2007-11-14core.excludesfile clean-upLibravatar Junio C Hamano1-14/+1
2007-09-19Enable wt-status to run against non-standard index file.Libravatar Kristian Høgsberg1-1/+2
2007-09-19Enable wt-status output to a given FILE pointer.Libravatar Kristian Høgsberg1-41/+44
2007-09-14Fix the rename detection limit checkingLibravatar Linus Torvalds1-0/+1
2007-06-08Missing statics.Libravatar Pierre Habouzit1-1/+1