81 Commits (9b9f5a2258e6df611d2903d84fd8d41806ce0e00)

Author SHA1 Message Date
Jeff King 1324fb6f16 status: show "-v" diff even for initial commit 16 years ago
Jeff King c1e255b719 wt-status: refactor initial commit printing 16 years ago
Jeff King a79b8b6623 enable textconv for diff in verbose status/commit 16 years ago
Jeff King 4f672ad6c7 wt-status: load diff ui config 16 years ago
Jeff King 98fa473887 refactor handling of "other" files in ls-files and status 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Anders Melchiorsen 4d6e4c4d34 wt-status: Teach how to discard changes in the working directory 16 years ago
Anders Melchiorsen bb914b14c9 wt-status: Split header generation into three functions 16 years ago
Christian Couder c96a6d3660 Fix "config_error_nonbool" used with value instead of key 17 years ago
Junio C Hamano b6975ab59b git-status: show the remote tracking statistics 17 years ago
Marius Storm-Olsen d6293d1f2c Add configuration option for default untracked files mode 17 years ago
Marius Storm-Olsen 6c2ce048bb Add argument 'no' commit/status option -u|--untracked-files 17 years ago
Marius Storm-Olsen 4bfee30a98 Add an optional <mode> argument to commit/status -u|--untracked-files option 17 years ago
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