summaryrefslogtreecommitdiffstats
path: root/connected.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-15pathspec: make --literal-pathspecs disable pathspec magicNguyễn Thái Ngọc Duy3-3/+9
2013-07-15pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy9-15/+64
2013-07-15kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy3-12/+6
2013-07-15parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGINNguyễn Thái Ngọc Duy1-5/+36
2013-07-15parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy5-10/+54
2013-07-15rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy4-7/+7
2013-07-15tree-diff: remove the use of pathspec's raw[] in follow-rename codepathNguyễn Thái Ngọc Duy1-2/+2
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy6-140/+25
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy10-81/+21
2013-07-15remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy7-32/+22
2013-07-15convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy4-19/+18
2013-07-15convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy3-6/+9
2013-07-15convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy7-12/+20
2013-07-15convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy5-13/+13
2013-07-15convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy4-18/+19
2013-07-15checkout: convert read_tree_some to take struct pathspecNguyễn Thái Ngọc Duy3-9/+6
2013-07-15convert unmerge_cache to take struct pathspecNguyễn Thái Ngọc Duy3-4/+4
2013-07-15convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy4-26/+19
2013-07-15convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy7-17/+19
2013-07-15line-log: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-1/+1
2013-07-15reset: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-10/+16
2013-07-15add: convert to use parse_pathspecNguyễn Thái Ngọc Duy2-101/+45
2013-07-15check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy4-18/+32
2013-07-15archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy2-9/+14
2013-07-15ls-files: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-33/+13
2013-07-15rm: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-12/+12
2013-07-15checkout: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-13/+21
2013-07-15rerere: convert to use parse_pathspecNguyễn Thái Ngọc Duy3-8/+13
2013-07-15status: convert to use parse_pathspecNguyễn Thái Ngọc Duy3-14/+13
2013-07-15commit: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-9/+9
2013-07-15clean: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-7/+10
2013-07-15guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy6-0/+51
2013-07-15parse_pathspec: support prefixing original patternsNguyễn Thái Ngọc Duy2-1/+12
2013-07-15parse_pathspec: support stripping/checking submodule pathsNguyễn Thái Ngọc Duy2-0/+36
2013-07-15parse_pathspec: support stripping submodule trailing slashesNguyễn Thái Ngọc Duy2-0/+11
2013-07-15parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy7-10/+25
2013-07-15convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy4-8/+17
2013-07-15parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flagsNguyễn Thái Ngọc Duy2-1/+16
2013-07-15parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy3-0/+4
2013-07-15add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy5-41/+163
2013-07-15pathspec: add copy_pathspecNguyễn Thái Ngọc Duy3-6/+16
2013-07-15pathspec: i18n-ize error strings in pathspec parsing codeNguyễn Thái Ngọc Duy1-3/+3
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy13-169/+182
2013-07-15clean: remove unused variable "seen"Nguyễn Thái Ngọc Duy1-9/+2
2013-07-12Update draft release notes for 1.8.4Junio C Hamano1-0/+7
2013-07-12git-clone.txt: remove the restriction on pushing from a shallow cloneNguyễn Thái Ngọc Duy1-5/+7
2013-07-11Update draft release notes to 1.8.4Junio C Hamano1-3/+76
2013-07-09remote-http: use argv-arrayJunio C Hamano1-16/+16
2013-07-08pull: change the description to "integrate" changesJohn Keeping2-2/+2
2013-07-08test-lint: detect 'export FOO=bar'Thomas Rast1-0/+1