aboutsummaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAge
* status: suggest "git rm --cached" to unstage for initial commitJeff King2008-02-13
* wt-status.c: guard config parser from value=NULLJunio C Hamano2008-02-11
* git-commit: squelch needless message during an empty mergeJunio C Hamano2007-12-12
* add status.relativePaths config variableJeff King2007-12-08
* wt-status.c:quote_path(): convert empty path to "./"Jeff King2007-12-08
* git config --get-colorboolJunio C Hamano2007-12-05
* Merge branch 'kh/commit'Junio C Hamano2007-12-04
|\
| * quote_path: fix collapsing of relative pathsJeff King2007-12-02
| * builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg2007-11-22
| * git status: show relative paths when run in a subdirectoryJohannes Schindelin2007-11-22
* | Enable rewrite as well as rename detection in git-statusJeff King2007-12-02
|/
* core.excludesfile clean-upJunio C Hamano2007-11-14
* Enable wt-status to run against non-standard index file.Kristian Høgsberg2007-09-19
* Enable wt-status output to a given FILE pointer.Kristian Høgsberg2007-09-19
* Fix the rename detection limit checkingLinus Torvalds2007-09-14
* Missing statics.Pierre Habouzit2007-06-08
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-21
|\
| * git-status: respect core.excludesFileJohannes Schindelin2007-05-21
* | Optimize directory listing with pathspec limiter.Linus Torvalds2007-03-31
|/
* Merge branch 'master' into js/diff-niJunio C Hamano2007-02-26
|\
| * prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-20
| * Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* | run_diff_{files,index}(): update calling convention.Junio C Hamano2007-02-22
|/
* wt_status_prepare(): clean up structure initialization.Junio C Hamano2007-02-09
* wt-status: Actually accept `color.status.BLAH' configuration variables.Mark Wooding2007-01-28
* simplify the "no changes added to commit" messageNicolas Pitre2007-01-13
* Merge branch 'jc/detached-head'Junio C Hamano2007-01-11
|\
| * git-status: show detached HEADJunio C Hamano2007-01-08
* | git-status: wording update to deal with deleted files.Junio C Hamano2007-01-11
* | Provide better feedback for the untracked only case in status outputJürgen Rühle2007-01-10
|/
* Remove unnecessary git-rm --cached reference from status outputJürgen Rühle2007-01-07
* Improve cached content header of status outputJürgen Rühle2007-01-02
* Support --amend on initial commit in status outputJürgen Rühle2007-01-02
* Improve "nothing to commit" part of status outputJürgen Rühle2007-01-02
* Clarify syntax and role of git-add in status outputJürgen Rühle2007-01-02
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* git-status always says what branch it's onAndy Parkins2006-12-15
* Align section headers of 'git status' to new 'git add'.Shawn O. Pearce2006-12-15
* Suggest use of "git add file1 file2" when there is nothing to commit.Shawn O. Pearce2006-12-15
* Merge branch 'np/addcommit'Junio C Hamano2006-12-13
|\
| * make 'git add' a first class user friendly interface to the indexNicolas Pitre2006-12-04
* | Allow subcommand.color and color.subcommand color configurationAndy Parkins2006-12-13
|/
* git-status: quote LF in its outputJunio C Hamano2006-11-08
* Merge branch 'maint'Junio C Hamano2006-11-07
|\
| * remove an unneeded testTero Roponen2006-11-07
* | Merge branch 'maint'Junio C Hamano2006-11-06
|\ \ | |/
| * Fix git-runstatus for repositories containing a file named HEADJeff King2006-11-05
* | Merge branch 'lj/refs'Junio C Hamano2006-11-01
|\ \
| * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
| * | wt-status: use simplified resolve_ref to find current branchJeff King2006-09-17
| |/