summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-21Merge branch 'maint-1.5.1' into maintLibravatar Junio C Hamano1-0/+9
2007-05-21git-status: respect core.excludesFileLibravatar Johannes Schindelin1-0/+9
2007-03-31Optimize directory listing with pathspec limiter.Libravatar Linus Torvalds1-1/+1
2007-02-26Merge branch 'master' into js/diff-niLibravatar Junio C Hamano1-2/+2
2007-02-22run_diff_{files,index}(): update calling convention.Libravatar Junio C Hamano1-2/+10
2007-02-20prefixcmp(): fix-up leftover strncmp().Libravatar Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-2/+2
2007-02-09wt_status_prepare(): clean up structure initialization.Libravatar Junio C Hamano1-8/+1
2007-01-28wt-status: Actually accept `color.status.BLAH' configuration variables.Libravatar Mark Wooding1-1/+1
2007-01-13simplify the "no changes added to commit" messageLibravatar Nicolas Pitre1-1/+1