aboutsummaryrefslogtreecommitdiffstats
path: root/ls-files.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-23Builtin git-ls-files.Peter Eriksen1-823/+0
2006-03-26Merge branch 'master' into nextJunio C Hamano1-8/+25
2006-03-26Optionally do not list empty directories in git-ls-files --othersPetr Baudis1-8/+25
2006-03-18Merge branch 'master' into nextJunio C Hamano1-1/+2
2006-03-18ls-files: Don't require exclude files to end with a newline.Alexandre Julliard1-1/+2
2006-03-17ls-files: add --abbrev[=<n>] optionEric Wong1-2/+17
2006-02-24git ls files recursively show ignored filesShawn Pearce1-2/+5
2006-02-21Merge branch 'jc/nostat'Junio C Hamano1-3/+23
2006-02-21git-ls-files: Fix, document, and add test for --error-unmatch option.Carl Worth1-0/+1
2006-02-15ls-files --error-unmatch pathspec error reporting fix.Junio C Hamano1-1/+1
2006-02-14commit: detect misspelled pathspec while making a partial commit.Junio C Hamano1-7/+44
2006-02-12ls-files: split "show-valid-bit" into a different option.Junio C Hamano1-3/+7
2006-02-09ls-files: honour per-directory ignore file from higher directories.Junio C Hamano1-1/+21
2006-02-08ls-files: debugging aid for CE_VALID changes.Junio C Hamano1-1/+17
2006-01-08GIT 1.1.0v1.1.0Junio C Hamano1-1/+1
2006-01-07ls-files --others --directory: give trailing slashJunio C Hamano1-2/+3
2006-01-07ls-files --others --directory: fix a bug with index entry orderingJunio C Hamano1-8/+5
2006-01-07ls-files -o: optionally skip showing the contents in "untracked" directoriesLinus Torvalds1-0/+22
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano1-1/+1
2005-12-29code comments: spellJunio C Hamano1-1/+1
2005-12-23ls-files --full-name: usage string and documentation.Junio C Hamano1-1/+1
2005-11-28write_name_quoted(): make one of the path a counted string.Junio C Hamano1-3/+5
2005-11-08ls-files and read-tree need core.filemodeAlex Riesen1-0/+1
2005-11-06ls-files: --others should not say unmerged paths are unknown.Junio C Hamano1-2/+24
2005-11-02remove CR/LF from .gitignoreAlex Riesen1-1/+1
2005-10-17Update ls-files and ls-tree to use C-style quoting for funny pathnames.Junio C Hamano1-7/+15
2005-10-02[PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen1-1/+5
2005-09-24Diff clean-up.Junio C Hamano1-3/+3
2005-09-20Show modified files in git-ls-filesJunio C Hamano1-6/+17
2005-08-29Revert "Replace zero-length array decls with []."Junio C Hamano1-1/+1
2005-08-28Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano1-1/+1
2005-08-24[PATCH] Fix silly pathspec bug in git-ls-filesLinus Torvalds1-1/+1
2005-08-23Replace zero-length array decls with [].Jason Riedy1-1/+1
2005-08-22[PATCH] git-ls-files: generalized pathspecsLinus Torvalds1-35/+73
2005-08-21[PATCH] Make "git-ls-files" work in subdirectoriesLinus Torvalds1-36/+165
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis1-2/+1
2005-07-29ls-files: rework exclude patterns.Junio C Hamano1-29/+73
2005-07-25git-ls-files: --exclude mechanism updates.Junio C Hamano1-21/+102
2005-05-26[PATCH] Make ls-* output consistent with diff-* output format.Junio C Hamano1-1/+1
2005-05-24[PATCH] Allow dot files in ls-files as well (take #2).Junio C Hamano1-1/+4
2005-05-20sparse cleanupLinus Torvalds1-1/+1
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov1-1/+1
2005-05-13[PATCH 3/3] Add git-ls-files -k.Junio C Hamano1-16/+83
2005-05-13[PATCH 2/3] Support symlinks in git-ls-files --others.Junio C Hamano1-3/+5
2005-05-06Steal -t option to git-ls-files from Cogito fork.Petr Baudis1-10/+28
2005-05-05[PATCH] git and symlinks as tracked contentKay Sievers1-1/+1
2005-04-30[PATCH] fix usage string for renamed git commandsNicolas Pitre1-3/+3
2005-04-30Rename "show-files" to "ls-files"Linus Torvalds1-0/+260