summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
2008-03-14wt-status.c: no need for dup() dance anymoreKristian Høgsberg
2008-03-08Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz
2008-02-13Merge branch 'maint'Junio C Hamano
2008-02-13status: suggest "git rm --cached" to unstage for initial commitJeff King
2008-02-12Merge branch 'lt/in-core-index'Junio C Hamano
2008-02-11wt-status.c: guard config parser from value=NULLJunio C Hamano
2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds
2007-12-13git-commit: squelch needless message during an empty mergeJunio C Hamano
2007-12-08add status.relativePaths config variableJeff King
2007-12-08wt-status.c:quote_path(): convert empty path to "./"Jeff King
2007-12-06git config --get-colorboolJunio C Hamano
2007-12-05Merge branch 'kh/commit'Junio C Hamano
2007-12-03quote_path: fix collapsing of relative pathsJeff King
2007-12-03Enable rewrite as well as rename detection in git-statusJeff King
2007-11-23builtin-commit: Include the diff in the commit message when verbose.Kristian Høgsberg
2007-11-23git status: show relative paths when run in a subdirectoryJohannes Schindelin
2007-11-14core.excludesfile clean-upJunio C Hamano
2007-09-19Enable wt-status to run against non-standard index file.Kristian Høgsberg
2007-09-19Enable wt-status output to a given FILE pointer.Kristian Høgsberg
2007-09-14Fix the rename detection limit checkingLinus Torvalds
2007-06-08Missing statics.Pierre Habouzit
2007-05-22Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-22git-status: respect core.excludesFileJohannes Schindelin
2007-04-01Optimize directory listing with pathspec limiter.Linus Torvalds
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano
2007-02-22run_diff_{files,index}(): update calling convention.Junio C Hamano
2007-02-21prefixcmp(): fix-up leftover strncmp().Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
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