60 Commits (377d0276ca7446ce9fb2f6987b1e6b4ba9e7cf29)

Author SHA1 Message Date
Junio C Hamano 9d9a2f4aba resolve-undo: basic tests 15 years ago
Jeff King 500348aa68 ls-files: unbreak "ls-files -i" 15 years ago
Jeff King b5227d80ae ls-files: excludes should not impact tracked files 15 years ago
Ben Walton ac78b00939 ls-files: die instead of fprintf/exit in -i error 15 years ago
Nguyễn Thái Ngọc Duy c28b3d6e7b Read .gitignore from index if it is skip-worktree 16 years ago
Nguyễn Thái Ngọc Duy b4d1690df1 Teach Git to respect skip-worktree bit (reading part) 16 years ago
Nguyễn Thái Ngọc Duy 44a3691362 Introduce "skip-worktree" bit in index, teach Git to get/set this bit 16 years ago
Linus Torvalds 1d8842d921 Add 'fill_directory()' helper function for directory traversal 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Jeff King e9008b9a44 parseopt: add OPT_NEGBIT 16 years ago
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Jeff King 67c176f549 ls-files: require worktree when --deleted is given 16 years ago
Jeff King 8ad3dae3a7 ls-files: require worktree when --deleted is given 16 years ago
Jeff King 2fb6d6d6dd ls-files: fix broken --no-empty-directory 16 years ago
Miklos Vajna ce8e880406 parse-opt: migrate builtin-ls-files. 16 years ago
Johannes Schindelin 7c4c97c0ac Turn the flags in struct dir_struct into a single variable 16 years ago
Johannes Schindelin f3670a5749 Let ls-files strip trailing slashes in submodules' paths 16 years ago
Clemens Buchacher 0b50922abf remove pathspec_match, use match_pathspec instead 16 years ago
Junio C Hamano 4b4e26d21f Teach ls-files --with-tree=<tree> to work with options other than -c 16 years ago
Junio C Hamano 07e77e40ff builtin-ls-files.c: coding style fix. 16 years ago
Jeff King 98fa473887 refactor handling of "other" files in ls-files and status 16 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano 79418599e7 Revert part of d089eba (setup: sanitize absolute and funny paths in get_pathspec()) 17 years ago
Junio C Hamano 6831a88ac0 gitignore: lazily find dtype 17 years ago
Junio C Hamano d6b8fc303b gitignore(5): Allow "foo/" in ignore list to match directory "foo" 17 years ago
Junio C Hamano d089ebaad5 setup: sanitize absolute and funny paths in get_pathspec() 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
Junio C Hamano ee425e4643 Export three helper functions from ls-files 17 years ago
Jeff King 8e7b07c8a7 git-ls-files: add --exclude-standard 17 years ago
Mike Hommey 7d8ae93292 Use setup_work_tree() in builtin-ls-files.c 17 years ago
Keith Packard 95af39fcb2 Must not modify the_index.cache as it may be passed to realloc at some point. 17 years ago
Pierre Habouzit 663af3422a Full rework of quote_c_style and write_name_quoted. 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Junio C Hamano 64586e75af git-commit: Allow partial commit of file removal. 18 years ago
Junio C Hamano 80bffaf7fb git-commit: Allow partial commit of file removal. 18 years ago
Junio C Hamano 93e23fea2d ls-files --error-unmatch: do not barf if the same pattern is given twice. 18 years ago
Johannes Schindelin e90fdc39b6 Clean up work-tree handling 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Matthias Lederhofer 7ae3df8c0a Use new semantics of is_bare/inside_git_dir/inside_work_tree 18 years ago
Linus Torvalds 5698454ea0 Fix some "git ls-files -o" fallout from gitlinks 18 years ago
Linus Torvalds 9fc42d6091 Optimize directory listing with pathspec limiter. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Johannes Schindelin 6d9ba67b0f Commands requiring a work tree must not run in GIT_DIR 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Andreas Ericsson ced7b828fa ls-files: Give hints when errors happen. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 19 years ago
Linus Torvalds 3e04228b0c Fix up some fallout from "setup_git_directory()" cleanups 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago