summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
2007-02-10wt_status_prepare(): clean up structure initialization.Junio C Hamano
2007-01-28wt-status: Actually accept `color.status.BLAH' configuration variables.Mark Wooding
2007-01-14simplify the "no changes added to commit" messageNicolas Pitre
2007-01-12Merge branch 'jc/detached-head'Junio C Hamano
2007-01-11git-status: wording update to deal with deleted files.Junio C Hamano
2007-01-10Provide better feedback for the untracked only case in status outputJürgen Rühle
2007-01-08git-status: show detached HEADJunio C Hamano
2007-01-08Remove unnecessary git-rm --cached reference from status outputJürgen Rühle
2007-01-03Improve cached content header of status outputJürgen Rühle
2007-01-03Support --amend on initial commit in status outputJürgen Rühle
2007-01-03Improve "nothing to commit" part of status outputJürgen Rühle
2007-01-03Clarify syntax and role of git-add in status outputJürgen Rühle
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-16git-status always says what branch it's onAndy Parkins
2006-12-16Align section headers of 'git status' to new 'git add'.Shawn O. Pearce
2006-12-16Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce
2006-12-13Merge branch 'np/addcommit'Junio C Hamano
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins
2006-12-05make 'git add' a first class user friendly interface to the indexNicolas Pitre
2006-11-08git-status: quote LF in its outputJunio C Hamano
2006-11-08Merge branch 'maint'Junio C Hamano
2006-11-07remove an unneeded testTero Roponen
2006-11-07Merge branch 'maint'Junio C Hamano
2006-11-06Fix git-runstatus for repositories containing a file named HEADJeff King
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-27Make filenames line up in git-status outputAndy Parkins
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-18wt-status: use simplified resolve_ref to find current branchJeff King
2006-09-14wt-status: remove extraneous newline from 'deleted:' outputJeff King
2006-09-13Teach runstatus about --untrackedJohannes Schindelin
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King