aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-ls-files.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-606/+0
2010-01-20Merge branch 'jc/cache-unmerge'Junio C Hamano1-1/+42
2010-01-13Merge branch 'nd/sparse'Junio C Hamano1-2/+9
2009-12-25resolve-undo: basic testsJunio C Hamano1-1/+42
2009-11-10Merge branch 'jk/maint-1.6.3-ls-files-i'Junio C Hamano1-0/+8
2009-10-30ls-files: unbreak "ls-files -i"Jeff King1-0/+8
2009-10-18Merge branch 'jk/maint-1.6.3-ls-files-no-ignore-cached'Junio C Hamano1-8/+0
2009-10-12ls-files: excludes should not impact tracked filesJeff King1-8/+0
2009-10-08ls-files: die instead of fprintf/exit in -i errorBen Walton1-5/+2
2009-08-23Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy1-1/+3
2009-08-23Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy1-0/+2
2009-08-23Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy1-1/+4
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds1-6/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-05-09parseopt: add OPT_NEGBITJeff King1-1/+1
2009-04-22Fix typos / spelling in commentsMike Ralphson1-1/+1
2009-03-20Merge branch 'mv/parseopt-ls-files'Junio C Hamano1-139/+125
2009-03-17ls-files: require worktree when --deleted is givenJeff King1-0/+1
2009-03-07ls-files: fix broken --no-empty-directoryJeff King1-2/+2
2009-02-18parse-opt: migrate builtin-ls-files.Miklos Vajna1-135/+120
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin1-6/+8
2009-02-07Let ls-files strip trailing slashes in submodules' pathsJohannes Schindelin1-1/+20
2009-01-14remove pathspec_match, use match_pathspec insteadClemens Buchacher1-38/+2
2008-11-16Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano1-0/+2
2008-11-16builtin-ls-files.c: coding style fix.Junio C Hamano1-1/+1
2008-10-17refactor handling of "other" files in ls-files and statusJeff King1-31/+2
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano1-3/+3
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-03-07Revert part of d089eba (setup: sanitize absolute and funny paths in get_paths...Junio C Hamano1-10/+1
2008-02-20Merge branch 'jc/setup'Junio C Hamano1-1/+10
2008-02-16Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano1-2/+4
2008-02-05gitignore: lazily find dtypeJunio C Hamano1-4/+4
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano1-2/+4
2008-02-05setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano1-1/+10
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-5/+5
2007-11-22Export three helper functions from ls-filesJunio C Hamano1-46/+52
2007-11-15git-ls-files: add --exclude-standardJeff King1-2/+7
2007-11-05Use setup_work_tree() in builtin-ls-files.cMike Hommey1-5/+2
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano1-18/+4
2007-10-02Must not modify the_index.cache as it may be passed to realloc at some point.Keith Packard1-1/+2
2007-09-20Full rework of quote_c_style and write_name_quoted.Pierre Habouzit1-10/+3
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-8/+1
2007-09-17git-commit: Allow partial commit of file removal.Junio C Hamano1-0/+78
2007-09-12git-commit: Allow partial commit of file removal.Junio C Hamano1-0/+78
2007-08-29ls-files --error-unmatch: do not barf if the same pattern is given twice.Junio C Hamano1-0/+20
2007-08-01Clean up work-tree handlingJohannes Schindelin1-3/+5
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer1-1/+1