summaryrefslogtreecommitdiff
path: root/builtin-ls-files.c
AgeCommit message (Expand)Author
2009-03-20Merge branch 'mv/parseopt-ls-files'Junio C Hamano
2009-03-17ls-files: require worktree when --deleted is givenJeff King
2009-03-08ls-files: fix broken --no-empty-directoryJeff King
2009-02-18parse-opt: migrate builtin-ls-files.Miklos Vajna
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin
2009-02-07Let ls-files strip trailing slashes in submodules' pathsJohannes Schindelin
2009-01-15remove pathspec_match, use match_pathspec insteadClemens Buchacher
2008-11-16Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano
2008-11-16builtin-ls-files.c: coding style fix.Junio C Hamano
2008-10-17refactor handling of "other" files in ls-files and statusJeff King
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-03-07Revert part of d089eba (setup: sanitize absolute and funny paths in get_paths...Junio C Hamano
2008-02-21Merge branch 'jc/setup'Junio C Hamano
2008-02-17Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano
2008-02-05gitignore: lazily find dtypeJunio C Hamano
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano
2008-02-05setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-11-23Export three helper functions from ls-filesJunio C Hamano
2007-11-16git-ls-files: add --exclude-standardJeff King
2007-11-06Use setup_work_tree() in builtin-ls-files.cMike Hommey
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano
2007-10-03Must not modify the_index.cache as it may be passed to realloc at some point.Keith Packard
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-18git-commit: Allow partial commit of file removal.Junio C Hamano
2007-09-12git-commit: Allow partial commit of file removal.Junio C Hamano
2007-08-30ls-files --error-unmatch: do not barf if the same pattern is given twice.Junio C Hamano
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer
2007-04-15Fix some "git ls-files -o" fallout from gitlinksLinus Torvalds
2007-04-01Optimize directory listing with pathspec limiter.Linus Torvalds
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-02ls-files: Give hints when errors happen.Andreas Ericsson
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-07-31Fix up some fallout from "setup_git_directory()" cleanupsLinus Torvalds
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-05-23Merge branch 'jc/builtin-n-tar-tree' into nextJunio C Hamano
2006-05-23Builtin git-ls-files.Peter Eriksen