summaryrefslogtreecommitdiff
path: root/builtin-ls-files.c
AgeCommit message (Expand)Author
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