129 Commits (a33fb40fe477fa1a9ce882230415f19378959390)

Author SHA1 Message Date
Brandon Casey b822423ed2 wt-status.c: don't leak directory entries when processing untracked,ignored 14 years ago
Jens Lehmann aee9c7d654 Submodules: Add the new "ignore" config option for diff and status 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Jens Lehmann 46a958b3da Add the option "--ignore-submodules" to "git status" 15 years ago
Daniel Knittl-Frank 05a59a087c Show branch information in short output of git status 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Michael J Gruber 980bde3894 wt-status: take advice.statusHints seriously 15 years ago
Junio C Hamano c1909e7295 wt-status: fix 'fprintf' compilation warning 15 years ago
Junio C Hamano 2381e39e5f status: --ignored option shows ignored files 15 years ago
Junio C Hamano 1b908b6fb4 wt-status: rename and restructure status-print-untracked 15 years ago
Junio C Hamano 6cb3f6b282 wt-status: collect ignored files 15 years ago
Junio C Hamano f5b26b1d14 wt-status: plug memory leak while collecting untracked files 15 years ago
Junio C Hamano e28a243b00 wt-status: remove unused workdir_untracked member 15 years ago
Jens Lehmann 3bfc450476 git status: ignoring untracked files must apply to submodules too 15 years ago
Junio C Hamano 32962c9bd5 revision: introduce setup_revision_opt 15 years ago
Jens Lehmann 9297f77e6d git status: Show detailed dirty status of submodules in long format 15 years ago
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