summaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAgeFilesLines
* core.excludesfile clean-upJunio C Hamano2007-11-141-14/+1
* Enable wt-status to run against non-standard index file.Kristian Høgsberg2007-09-191-1/+2
* Enable wt-status output to a given FILE pointer.Kristian Høgsberg2007-09-191-41/+44
* Fix the rename detection limit checkingLinus Torvalds2007-09-141-0/+1
* Missing statics.Pierre Habouzit2007-06-081-1/+1
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-211-0/+9
|\
| * git-status: respect core.excludesFileJohannes Schindelin2007-05-211-0/+9
* | Optimize directory listing with pathspec limiter.Linus Torvalds2007-03-311-1/+1
|/
* Merge branch 'master' into js/diff-niJunio C Hamano2007-02-261-2/+2
|\
| * prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-201-1/+1
| * Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-2/+2
* | run_diff_{files,index}(): update calling convention.Junio C Hamano2007-02-221-2/+10
|/
* wt_status_prepare(): clean up structure initialization.Junio C Hamano2007-02-091-8/+1
* wt-status: Actually accept `color.status.BLAH' configuration variables.Mark Wooding2007-01-281-1/+1
* simplify the "no changes added to commit" messageNicolas Pitre2007-01-131-1/+1
* Merge branch 'jc/detached-head'Junio C Hamano2007-01-111-2/+11
|\
| * git-status: show detached HEADJunio C Hamano2007-01-081-2/+11
* | git-status: wording update to deal with deleted files.Junio C Hamano2007-01-111-3/+16
* | Provide better feedback for the untracked only case in status outputJürgen Rühle2007-01-101-9/+12
|/
* Remove unnecessary git-rm --cached reference from status outputJürgen Rühle2007-01-071-2/+2
* Improve cached content header of status outputJürgen Rühle2007-01-021-4/+14
* Support --amend on initial commit in status outputJürgen Rühle2007-01-021-2/+3
* Improve "nothing to commit" part of status outputJürgen Rühle2007-01-021-6/+18
* Clarify syntax and role of git-add in status outputJürgen Rühle2007-01-021-1/+1
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+1
* git-status always says what branch it's onAndy Parkins2006-12-151-1/+1
* Align section headers of 'git status' to new 'git add'.Shawn O. Pearce2006-12-151-4/+5
* Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce2006-12-151-5/+6
* Merge branch 'np/addcommit'Junio C Hamano2006-12-131-1/+1
|\
| * make 'git add' a first class user friendly interface to the indexNicolas Pitre2006-12-041-1/+1
* | Allow subcommand.color and color.subcommand color configurationAndy Parkins2006-12-131-2/+2
|/
* git-status: quote LF in its outputJunio C Hamano2006-11-081-11/+53
* Merge branch 'maint'Junio C Hamano2006-11-071-2/+0
|\
| * remove an unneeded testTero Roponen2006-11-071-2/+0
* | Merge branch 'maint'Junio C Hamano2006-11-061-8/+3
|\ \ | |/
| * Fix git-runstatus for repositories containing a file named HEADJeff King2006-11-051-8/+3
* | Merge branch 'lj/refs'Junio C Hamano2006-11-011-4/+2
|\ \
| * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
| * | wt-status: use simplified resolve_ref to find current branchJeff King2006-09-171-4/+2
| |/
* | Make filenames line up in git-status outputAndy Parkins2006-10-261-7/+7
|/
* wt-status: remove extraneous newline from 'deleted:' outputJeff King2006-09-131-1/+1
* Teach runstatus about --untrackedJohannes Schindelin2006-09-121-0/+5
* git-commit.sh: convert run_status to a C builtinJeff King2006-09-081-0/+271