108 Commits (fff0d0abdde6729606824688c2acac72db643e65)

Author SHA1 Message Date
Jens Lehmann f17a5d3494 git status: Show uncommitted submodule changes too when enabled 15 years ago
Nguyễn Thái Ngọc Duy 688cd6d2b9 status: only touch path we may need to check 15 years ago
Junio C Hamano 3c58845365 status/commit: do not suggest "reset HEAD <path>" while merging 15 years ago
Junio C Hamano dd20f8af1a commit/status: "git add <path>" is not necessarily how to resolve 15 years ago
Jeff King 8661768fc9 status: reduce duplicated setup code 15 years ago
Jeff King 4a7cc2fdf3 status: disable color for porcelain format 15 years ago
Michael J Gruber 3fe2a894e9 status -s: obey color.status 15 years ago
Michael J Gruber 84dbe7b867 builtin-commit: refactor short-status code into wt-status.c 15 years ago
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 76e2f7ce32 git stat: the beginning of "status that is not a dry-run of commit" 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