summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-06Merge branch 'maint'Libravatar Junio C Hamano1-8/+3
2006-11-05Fix git-runstatus for repositories containing a file named HEADLibravatar Jeff King1-8/+3
2006-11-01Merge branch 'lj/refs'Libravatar Junio C Hamano1-4/+2
2006-10-26Make filenames line up in git-status outputLibravatar Andy Parkins1-7/+7
2006-09-20Tell between packed, unpacked and symbolic refs.Libravatar Junio C Hamano1-1/+1
2006-09-17wt-status: use simplified resolve_ref to find current branchLibravatar Jeff King1-4/+2
2006-09-13wt-status: remove extraneous newline from 'deleted:' outputLibravatar Jeff King1-1/+1
2006-09-12Teach runstatus about --untrackedLibravatar Johannes Schindelin1-0/+5
2006-09-08git-commit.sh: convert run_status to a C builtinLibravatar Jeff King1-0/+271