65 Commits (196821f440d46029f0399a7d97c0cfc78a870244)

Author SHA1 Message Date
Chris Parsons 950ce2e22d Updated status to show 'Not currently on any branch' in red 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Jeff King 50705915ea bump rename limit defaults 17 years ago
Ping Yin ac8d5afca6 builtin-status: submodule summary support 17 years ago
Kristian Høgsberg 4ba0cb27c1 wt-status.c: no need for dup() dance anymore 17 years ago
Dmitry Potapov a734d0b10b Make private quote_path() in wt-status.c available as quote_path_relative() 17 years ago
Matthias Kestenholz 6b2f2d9805 Add color.ui variable which globally enables colorization if set 17 years ago
Jeff King ff58b9aaf8 status: suggest "git rm --cached" to unstage for initial commit 17 years ago
Junio C Hamano 451d36bb25 wt-status.c: guard config parser from value=NULL 17 years ago
Linus Torvalds d1f2d7e8ca Make run_diff_index() use unpack_trees(), not read_tree() 17 years ago
Junio C Hamano 37d07f8f98 git-commit: squelch needless message during an empty merge 17 years ago
Jeff King 46f721c8fe add status.relativePaths config variable 17 years ago
Jeff King c3ce326128 wt-status.c:quote_path(): convert empty path to "./" 17 years ago
Junio C Hamano 0f6f5a4022 git config --get-colorbool 17 years ago
Jeff King 69e7491835 quote_path: fix collapsing of relative paths 17 years ago
Jeff King f714fb846b Enable rewrite as well as rename detection in git-status 17 years ago
Kristian Høgsberg 99a1269458 builtin-commit: Include the diff in the commit message when verbose. 17 years ago
Johannes Schindelin 367c98866c git status: show relative paths when run in a subdirectory 17 years ago
Junio C Hamano dcf0c16ef1 core.excludesfile clean-up 17 years ago
Junio C Hamano 039bc64e88 core.excludesfile clean-up 17 years ago
Kristian Høgsberg 0f729f2134 Enable wt-status to run against non-standard index file. 17 years ago
Kristian Høgsberg f26a001226 Enable wt-status output to a given FILE pointer. 17 years ago
Linus Torvalds 0024a54923 Fix the rename detection limit checking 17 years ago
Pierre Habouzit 52fae7de4e Missing statics. 18 years ago
Johannes Schindelin 0ba956d331 git-status: respect core.excludesFile 18 years ago
Linus Torvalds 9fc42d6091 Optimize directory listing with pathspec limiter. 18 years ago
Junio C Hamano b4e1e4a787 run_diff_{files,index}(): update calling convention. 18 years ago
Junio C Hamano 1968d77dd6 prefixcmp(): fix-up leftover strncmp(). 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano cc46a74398 wt_status_prepare(): clean up structure initialization. 18 years ago
Mark Wooding c3e821c636 wt-status: Actually accept `color.status.BLAH' configuration variables. 18 years ago
Nicolas Pitre dcbc7bbe39 simplify the "no changes added to commit" message 18 years ago
Junio C Hamano 4d229653ab git-status: wording update to deal with deleted files. 18 years ago
Jürgen Rühle 2a3a3c247e Provide better feedback for the untracked only case in status output 18 years ago
Junio C Hamano bda324cf61 git-status: show detached HEAD 18 years ago
Jürgen Rühle 3368d11f30 Remove unnecessary git-rm --cached reference from status output 18 years ago
Jürgen Rühle 3c1eb9cb2d Improve cached content header of status output 18 years ago
Jürgen Rühle 98bf8a47c2 Support --amend on initial commit in status output 18 years ago
Jürgen Rühle 6e458bf63f Improve "nothing to commit" part of status output 18 years ago
Jürgen Rühle e54eef9e1f Clarify syntax and role of git-add in status output 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Andy Parkins a990999e0d git-status always says what branch it's on 18 years ago
Shawn O. Pearce 82dca84871 Align section headers of 'git status' to new 'git add'. 18 years ago
Shawn O. Pearce aeb80c70ec Suggest use of "git add file1 file2" when there is nothing to commit. 18 years ago
Andy Parkins a159ca0cb7 Allow subcommand.color and color.subcommand color configuration 18 years ago
Nicolas Pitre 366bfcb68f make 'git add' a first class user friendly interface to the index 18 years ago
Junio C Hamano 3a946802bb git-status: quote LF in its output 18 years ago
Tero Roponen 0623421b0b remove an unneeded test 18 years ago
Jeff King 49b8b2926f Fix git-runstatus for repositories containing a file named HEAD 18 years ago
Andy Parkins 543551e53a Make filenames line up in git-status output 18 years ago