summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-11Merge branch 'jc/detached-head'Libravatar Junio C Hamano1-2/+11
2007-01-11git-status: wording update to deal with deleted files.Libravatar Junio C Hamano1-3/+16
2007-01-10Provide better feedback for the untracked only case in status outputLibravatar Jürgen Rühle1-9/+12
2007-01-08git-status: show detached HEADLibravatar Junio C Hamano1-2/+11
2007-01-07Remove unnecessary git-rm --cached reference from status outputLibravatar Jürgen Rühle1-2/+2
2007-01-02Improve cached content header of status outputLibravatar Jürgen Rühle1-4/+14
2007-01-02Support --amend on initial commit in status outputLibravatar Jürgen Rühle1-2/+3
2007-01-02Improve "nothing to commit" part of status outputLibravatar Jürgen Rühle1-6/+18
2007-01-02Clarify syntax and role of git-add in status outputLibravatar Jürgen Rühle1-1/+1
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-1/+1
2006-12-15git-status always says what branch it's onLibravatar Andy Parkins1-1/+1
2006-12-15Align section headers of 'git status' to new 'git add'.Libravatar Shawn O. Pearce1-4/+5
2006-12-15Suggest use of "git add file1 file2" when there is nothing to commit.Libravatar Shawn O. Pearce1-5/+6
2006-12-13Merge branch 'np/addcommit'Libravatar Junio C Hamano1-1/+1
2006-12-13Allow subcommand.color and color.subcommand color configurationLibravatar Andy Parkins1-2/+2
2006-12-04make 'git add' a first class user friendly interface to the indexLibravatar Nicolas Pitre1-1/+1
2006-11-08git-status: quote LF in its outputLibravatar Junio C Hamano1-11/+53
2006-11-07Merge branch 'maint'Libravatar Junio C Hamano1-2/+0
2006-11-07remove an unneeded testLibravatar Tero Roponen1-2/+0