summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Libravatar Nguyễn Thái Ngọc Duy2-18/+16
2013-07-15remove init_pathspec() in favor of parse_pathspec()Libravatar Nguyễn Thái Ngọc Duy3-14/+7
2013-07-15remove diff_tree_{setup,release}_pathsLibravatar Nguyễn Thái Ngọc Duy2-10/+11
2013-07-15convert common_prefix() to use struct pathspecLibravatar Nguyễn Thái Ngọc Duy2-2/+2
2013-07-15convert add_files_to_cache to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy2-5/+8
2013-07-15convert {read,fill}_directory to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy4-4/+6
2013-07-15convert refresh_index to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy3-10/+9
2013-07-15convert report_path_error to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy3-17/+18
2013-07-15checkout: convert read_tree_some to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-6/+3
2013-07-15convert run_add_interactive to use struct pathspecLibravatar Nguyễn Thái Ngọc Duy3-25/+18
2013-07-15convert read_cache_preload() to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy5-7/+7
2013-07-15reset: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-10/+16
2013-07-15add: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-58/+45
2013-07-15check-ignore: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-13/+22
2013-07-15ls-files: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-33/+13
2013-07-15rm: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-12/+12
2013-07-15checkout: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-13/+21
2013-07-15rerere: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-3/+5
2013-07-15status: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-4/+5
2013-07-15commit: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-9/+9
2013-07-15clean: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-7/+10
2013-07-15guard against new pathspec magic in pathspec matching codeLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2013-07-15parse_pathspec: add special flag for max_depth featureLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2013-07-15convert some get_pathspec() calls to parse_pathspec()Libravatar Nguyễn Thái Ngọc Duy3-6/+15
2013-07-15pathspec: add copy_pathspecLibravatar Nguyễn Thái Ngọc Duy1-6/+7
2013-07-15move struct pathspec and related functions to pathspec.[ch]Libravatar Nguyễn Thái Ngọc Duy4-0/+4
2013-07-15clean: remove unused variable "seen"Libravatar Nguyễn Thái Ngọc Duy1-9/+2
2013-07-15Merge branch 'tr/maint-apply-non-git-patch-parsefix' into maintLibravatar Junio C Hamano1-1/+1
2013-07-15Merge branch 'jk/format-patch-from'Libravatar Junio C Hamano1-0/+24
2013-07-15Merge branch 'mv/merge-ff-tristate'Libravatar Junio C Hamano1-22/+33
2013-07-15commit: Fix a memory leak in determine_author_infoLibravatar Stefan Beller1-1/+0
2013-07-13builtin: add git-check-mailmap commandLibravatar Eric Sunshine1-0/+66
2013-07-12Merge branch 'ms/remote-tracking-branches-in-doc'Libravatar Junio C Hamano2-3/+3
2013-07-12Merge branch 'jk/pull-to-integrate'Libravatar Junio C Hamano1-6/+6
2013-07-12Merge branch 'as/log-output-encoding-in-user-format'Libravatar Junio C Hamano3-1/+6
2013-07-12sha1_object_info_extended: make type calculation optionalLibravatar Jeff King1-3/+4
2013-07-12cat-file: disable object/refname ambiguity check for batch modeLibravatar Jeff King1-0/+9
2013-07-12teach config --blob option to parse config from databaseLibravatar Heiko Voigt1-4/+27
2013-07-12cat-file: split --batch input lines on whitespaceLibravatar Jeff King1-1/+19
2013-07-12cat-file: add %(objectsize:disk) format atomLibravatar Jeff King1-0/+6
2013-07-12cat-file: add --batch-check=<format>Libravatar Jeff King1-15/+92
2013-07-11check-attr -z: a single -z should apply to both input and outputLibravatar Junio C Hamano1-3/+11
2013-07-11check-ignore -z: a single -z should apply to both input and outputLibravatar Junio C Hamano1-1/+1
2013-07-11check-attr: the name of the character is NUL, not NULLLibravatar Junio C Hamano1-4/+4
2013-07-11check-ignore: the name of the character is NUL, not NULLLibravatar Junio C Hamano1-6/+6
2013-07-11Merge branch 'jg/status-config'Libravatar Junio C Hamano1-19/+64
2013-07-11Merge branch 'rr/rebase-checkout-reflog'Libravatar Junio C Hamano1-3/+8
2013-07-11Merge branch 'jc/triangle-push-fixup'Libravatar Junio C Hamano1-12/+31
2013-07-11cat-file: refactor --batch option parsingLibravatar Jeff King1-18/+38
2013-07-11cat-file: teach --batch to stream blob objectsLibravatar Jeff King1-13/+28