summaryrefslogtreecommitdiff
path: root/builtin-ls-files.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/maint-1.6.3-ls-files-i' into maintJunio C Hamano2009-11-151-0/+8
|\
| * ls-files: unbreak "ls-files -i"Jeff King2009-10-301-0/+8
* | Merge branch 'jk/maint-1.6.3-ls-files-no-ignore-cached' into maint-1.6.4Junio C Hamano2009-10-251-8/+0
|\ \ | |/
| * ls-files: excludes should not impact tracked filesJeff King2009-10-121-8/+0
* | ls-files: die instead of fprintf/exit in -i errorBen Walton2009-10-081-5/+2
* | Add 'fill_directory()' helper function for directory traversalLinus Torvalds2009-07-091-6/+1
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* | parseopt: add OPT_NEGBITJeff King2009-05-091-1/+1
|/
* Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* Merge branch 'mv/parseopt-ls-files'Junio C Hamano2009-03-201-139/+125
|\
| * ls-files: fix broken --no-empty-directoryJeff King2009-03-071-2/+2
| * parse-opt: migrate builtin-ls-files.Miklos Vajna2009-02-181-135/+120
| * Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-181-6/+8
* | ls-files: require worktree when --deleted is givenJeff King2009-03-171-0/+1
|/
* Let ls-files strip trailing slashes in submodules' pathsJohannes Schindelin2009-02-071-1/+20
* remove pathspec_match, use match_pathspec insteadClemens Buchacher2009-01-141-38/+2
* Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano2008-11-161-0/+2
* builtin-ls-files.c: coding style fix.Junio C Hamano2008-11-161-1/+1
* refactor handling of "other" files in ls-files and statusJeff King2008-10-171-31/+2
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-3/+3
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* Revert part of d089eba (setup: sanitize absolute and funny paths in get_paths...Junio C Hamano2008-03-071-10/+1
* Merge branch 'jc/setup'Junio C Hamano2008-02-201-1/+10
|\
| * setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-051-1/+10
* | Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano2008-02-161-2/+4
|\ \
| * | gitignore: lazily find dtypeJunio C Hamano2008-02-051-4/+4
| * | gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-051-2/+4
| |/
* | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-5/+5
|/
* Export three helper functions from ls-filesJunio C Hamano2007-11-221-46/+52
* git-ls-files: add --exclude-standardJeff King2007-11-151-2/+7
* Use setup_work_tree() in builtin-ls-files.cMike Hommey2007-11-051-5/+2
* Merge branch 'ph/strbuf'Junio C Hamano2007-10-031-18/+4
|\
| * Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-201-10/+3
| * Use xmemdupz() in many places.Pierre Habouzit2007-09-181-8/+1
| * git-commit: Allow partial commit of file removal.Junio C Hamano2007-09-121-0/+78
* | Must not modify the_index.cache as it may be passed to realloc at some point.Keith Packard2007-10-021-1/+2
* | git-commit: Allow partial commit of file removal.Junio C Hamano2007-09-171-0/+78
|/
* ls-files --error-unmatch: do not barf if the same pattern is given twice.Junio C Hamano2007-08-291-0/+20
* Clean up work-tree handlingJohannes Schindelin2007-08-011-3/+5
* Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-011-1/+1
|\
| * Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer2007-06-061-1/+1
* | War on whitespaceJunio C Hamano2007-06-071-1/+1
|/
* Fix some "git ls-files -o" fallout from gitlinksLinus Torvalds2007-04-141-7/+25
* Optimize directory listing with pathspec limiter.Linus Torvalds2007-03-311-1/+1
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-4/+4
* Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin2007-02-051-1/+9
* simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+0
* ls-files: Give hints when errors happen.Andreas Ericsson2006-12-011-1/+5
* remove unnecessary initializationsDavid Rientjes2006-08-151-13/+14