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