97 Commits (4421a8235783d0664faa9a1d45be114fd7ad8206)

Author SHA1 Message Date
Jeff King edf563fbaa status: make "how to stage" messages optional 16 years ago
Johannes Sixt 228e7b5d4d status: list unmerged files much later 16 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Junio C Hamano 7637868362 wt-status: collect untracked files in a separate "collect" phase 16 years ago
Junio C Hamano f766b36783 Make git_status_config() file scope static to builtin-commit.c 16 years ago
Junio C Hamano 23900a9646 wt-status: move wt_status_colors[] into wt_status structure 16 years ago
Junio C Hamano d249b09889 wt-status: move many global settings to wt_status structure 16 years ago
Junio C Hamano 4d4d5726ae status: show worktree status of conflicted paths separately 16 years ago
Junio C Hamano 50b7e70f33 wt-status.c: rework the way changes to the index and work tree are summarized 16 years ago
Linus Torvalds 1d8842d921 Add 'fill_directory()' helper function for directory traversal 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Johannes Schindelin 7c4c97c0ac Turn the flags in struct dir_struct into a single variable 16 years ago
Arjen Laarhoven dc6ebd4cc5 Clean up use of ANSI color sequences 16 years ago
Jeff King 5ec11af61d reorder ALLOW_TEXTCONV option setting 16 years ago
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 17 years ago
Anders Melchiorsen bb914b14c9 wt-status: Split header generation into three functions 17 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. 18 years ago
Kristian Høgsberg f26a001226 Enable wt-status output to a given FILE pointer. 18 years ago