| Commit message (Expand) | Author | Age |
* | Add 'fill_directory()' helper function for directory traversal | Linus Torvalds | 2009-07-09 |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 |
* | parseopt: add OPT_NEGBIT | Jeff King | 2009-05-09 |
* | Fix typos / spelling in comments | Mike Ralphson | 2009-04-22 |
* | Merge branch 'mv/parseopt-ls-files' | Junio C Hamano | 2009-03-20 |
|\ |
|
| * | ls-files: fix broken --no-empty-directory | Jeff King | 2009-03-07 |
| * | parse-opt: migrate builtin-ls-files. | Miklos Vajna | 2009-02-18 |
| * | Turn the flags in struct dir_struct into a single variable | Johannes Schindelin | 2009-02-18 |
* | | ls-files: require worktree when --deleted is given | Jeff King | 2009-03-17 |
|/ |
|
* | Let ls-files strip trailing slashes in submodules' paths | Johannes Schindelin | 2009-02-07 |
* | remove pathspec_match, use match_pathspec instead | Clemens Buchacher | 2009-01-14 |
* | Teach ls-files --with-tree=<tree> to work with options other than -c | Junio C Hamano | 2008-11-16 |
* | builtin-ls-files.c: coding style fix. | Junio C Hamano | 2008-11-16 |
* | refactor handling of "other" files in ls-files and status | Jeff King | 2008-10-17 |
* | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 2008-08-31 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | Revert part of d089eba (setup: sanitize absolute and funny paths in get_paths... | Junio C Hamano | 2008-03-07 |
* | Merge branch 'jc/setup' | Junio C Hamano | 2008-02-20 |
|\ |
|
| * | setup: sanitize absolute and funny paths in get_pathspec() | Junio C Hamano | 2008-02-05 |
* | | Merge branch 'jc/gitignore-ends-with-slash' | Junio C Hamano | 2008-02-16 |
|\ \ |
|
| * | | gitignore: lazily find dtype | Junio C Hamano | 2008-02-05 |
| * | | gitignore(5): Allow "foo/" in ignore list to match directory "foo" | Junio C Hamano | 2008-02-05 |
| |/ |
|
* | | Make on-disk index representation separate from in-core one | Linus Torvalds | 2008-01-21 |
|/ |
|
* | Export three helper functions from ls-files | Junio C Hamano | 2007-11-22 |
* | git-ls-files: add --exclude-standard | Jeff King | 2007-11-15 |
* | Use setup_work_tree() in builtin-ls-files.c | Mike Hommey | 2007-11-05 |
* | Merge branch 'ph/strbuf' | Junio C Hamano | 2007-10-03 |
|\ |
|
| * | Full rework of quote_c_style and write_name_quoted. | Pierre Habouzit | 2007-09-20 |
| * | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 |
| * | git-commit: Allow partial commit of file removal. | Junio C Hamano | 2007-09-12 |
* | | Must not modify the_index.cache as it may be passed to realloc at some point. | Keith Packard | 2007-10-02 |
* | | git-commit: Allow partial commit of file removal. | Junio C Hamano | 2007-09-17 |
|/ |
|
* | ls-files --error-unmatch: do not barf if the same pattern is given twice. | Junio C Hamano | 2007-08-29 |
* | Clean up work-tree handling | Johannes Schindelin | 2007-08-01 |
* | Merge branch 'ei/worktree+filter' | Junio C Hamano | 2007-07-01 |
|\ |
|
| * | Use new semantics of is_bare/inside_git_dir/inside_work_tree | Matthias Lederhofer | 2007-06-06 |
* | | War on whitespace | Junio C Hamano | 2007-06-07 |
|/ |
|
* | Fix some "git ls-files -o" fallout from gitlinks | Linus Torvalds | 2007-04-14 |
* | Optimize directory listing with pathspec limiter. | Linus Torvalds | 2007-03-31 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | Commands requiring a work tree must not run in GIT_DIR | Johannes Schindelin | 2007-02-05 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 |
* | ls-files: Give hints when errors happen. | Andreas Ericsson | 2006-12-01 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 |
* | Fix up some fallout from "setup_git_directory()" cleanups | Linus Torvalds | 2006-07-31 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 |
* | Merge branch 'jc/builtin-n-tar-tree' into next | Junio C Hamano | 2006-05-23 |
* | Builtin git-ls-files. | Peter Eriksen | 2006-05-23 |