summaryrefslogtreecommitdiffstats
path: root/wt-status.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wt-status.c: no need for dup() dance anymoreKristian Høgsberg2008-03-141-15/+2
* Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov2008-03-081-45/+2
* Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-181-3/+3
* Merge branch 'maint'Junio C Hamano2008-02-131-1/+1
|\
| * status: suggest "git rm --cached" to unstage for initial commitJeff King2008-02-131-1/+1
* | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-121-10/+0
|\ \ | |/ |/|
| * Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds2008-01-211-10/+0
* | wt-status.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
|/
* git-commit: squelch needless message during an empty mergeJunio C Hamano2007-12-131-0/+2
* add status.relativePaths config variableJeff King2007-12-081-0/+6
* wt-status.c:quote_path(): convert empty path to "./"Jeff King2007-12-081-0/+3
* git config --get-colorboolJunio C Hamano2007-12-061-1/+1
* Merge branch 'kh/commit'Junio C Hamano2007-12-051-23/+63
|\
| * quote_path: fix collapsing of relative pathsJeff King2007-12-031-5/+6
| * builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg2007-11-231-0/+16
| * git status: show relative paths when run in a subdirectoryJohannes Schindelin2007-11-231-23/+46
* | Enable rewrite as well as rename detection in git-statusJeff King2007-12-031-0/+1
|/
* core.excludesfile clean-upJunio C Hamano2007-11-151-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-221-0/+9
|\
| * git-status: respect core.excludesFileJohannes Schindelin2007-05-221-0/+9
* | Optimize directory listing with pathspec limiter.Linus Torvalds2007-04-011-1/+1
|/
* Merge branch 'master' into js/diff-niJunio C Hamano2007-02-261-2/+2
|\
| * prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-211-1/+1
| * Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-211-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-101-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-141-1/+1
* Merge branch 'jc/detached-head'Junio C Hamano2007-01-121-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-121-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-081-2/+2
* Improve cached content header of status outputJürgen Rühle2007-01-031-4/+14
* Support --amend on initial commit in status outputJürgen Rühle2007-01-031-2/+3
* Improve "nothing to commit" part of status outputJürgen Rühle2007-01-031-6/+18
* Clarify syntax and role of git-add in status outputJürgen Rühle2007-01-031-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-161-1/+1
* Align section headers of 'git status' to new 'git add'.Shawn O. Pearce2006-12-161-4/+5
* Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce2006-12-161-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-051-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-081-2/+0
|\