aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\
| * rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-06
| * mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-06
| * mv: move submodules using a gitfileJens Lehmann2013-07-30
| * mv: move submodules together with their work treesJens Lehmann2013-07-30
| * rm: do not set a variable twice without intermediate reading.Stefan Beller2013-07-23
| * parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-15
| * pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-15
| * pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-15
| * rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-15
| * remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-15
| * convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * checkout: convert read_tree_some to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * reset: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * add: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * ls-files: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * rm: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * checkout: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * rerere: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * status: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * commit: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * clean: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-15
| * parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-15
| * convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
| * clean: remove unused variable "seen"Nguyễn Thái Ngọc Duy2013-07-15
* | Merge branch 'es/blame-L-twice'Junio C Hamano2013-09-09
|\ \
| * | blame: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-06
| * | line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine2013-08-06
| * | blame: accept multiple -L rangesEric Sunshine2013-08-06
| * | blame: inline one-line function into its lone callerEric Sunshine2013-08-06
* | | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-09-09
|\ \ \
| * | | cat-file: only split on whitespace when %(rest) is usedJeff King2013-08-05
* | | | Merge branch 'es/blame-L-more'Junio C Hamano2013-09-09
|\ \ \ \ | | |/ / | |/| |
| * | | blame: fix -L bounds checking bugEric Sunshine2013-08-05
* | | | Merge branch 'jc/push-cas'Junio C Hamano2013-09-09
|\ \ \ \
| * | | | send-pack: fix parsing of --force-with-lease optionJunio C Hamano2013-08-02
| * | | | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-22
| * | | | push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-22