summaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAgeFilesLines
* 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