2514 Commits (0656781fadca17cc51fb1c30f265c251ebe12819)

Author SHA1 Message Date
Jens Lehmann 0656781fad mv: update the path entry in .gitmodules for moved submodules 12 years ago
Jens Lehmann a88c915de9 mv: move submodules using a gitfile 12 years ago
Jens Lehmann 1150246828 mv: move submodules together with their work trees 12 years ago
Stefan Beller 4838c81fab rm: do not set a variable twice without intermediate reading. 12 years ago
Nguyễn Thái Ngọc Duy 93d9353716 parse_pathspec: accept :(icase)path syntax 12 years ago
Nguyễn Thái Ngọc Duy bd30c2e484 pathspec: support :(glob) syntax 12 years ago
Nguyễn Thái Ngọc Duy 5c6933d201 pathspec: support :(literal) syntax for noglob pathspec 12 years ago
Nguyễn Thái Ngọc Duy b3920bbdc5 rename field "raw" to "_raw" in struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 84b8b5d1fa remove match_pathspec() in favor of match_pathspec_depth() 12 years ago
Nguyễn Thái Ngọc Duy 9a08727443 remove init_pathspec() in favor of parse_pathspec() 12 years ago
Nguyễn Thái Ngọc Duy bd1928df1d remove diff_tree_{setup,release}_paths 12 years ago
Nguyễn Thái Ngọc Duy 827f4d6c21 convert common_prefix() to use struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 3efe8e4381 convert add_files_to_cache to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 7327d3d1b7 convert {read,fill}_directory to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9b2d61499b convert refresh_index to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 17ddc66e70 convert report_path_error to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 18e4f40599 checkout: convert read_tree_some to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 480ca6449e convert run_add_interactive to use struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5ab2a2dabd convert read_cache_preload() to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy f8144c9fcf reset: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5a76aff1a6 add: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 931eab64ad check-ignore: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9e06d6ed76 ls-files: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 29211a93c1 rm: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 817b345aeb checkout: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 01a10b0af9 rerere: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 15b55ae06a status: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 6654c8894e commit: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 893d839970 clean: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 8f4f8f4579 guard against new pathspec magic in pathspec matching code 12 years ago
Nguyễn Thái Ngọc Duy 6330a17199 parse_pathspec: add special flag for max_depth feature 12 years ago
Nguyễn Thái Ngọc Duy 0fdc2ae512 convert some get_pathspec() calls to parse_pathspec() 12 years ago
Nguyễn Thái Ngọc Duy e4d92cdcd9 pathspec: add copy_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 12 years ago
Nguyễn Thái Ngọc Duy 5fee4df7f4 clean: remove unused variable "seen" 12 years ago
John Keeping fc6c4e96f1 push: avoid suggesting "merging" remote changes 12 years ago
Michael Schubert d6ac1d2120 Change "remote tracking" to "remote-tracking" 12 years ago
Alexey Shumkin ecaee8050c pretty: --format output should honor logOutputEncoding 12 years ago
Junio C Hamano 84b4202d80 status/commit: make sure --porcelain is not affected by user-facing config 12 years ago
Ramkumar Ramachandra f0915cbaf4 commit: make it work with status.short 12 years ago
Jorge Juan Garcia Garcia ec85d0700f status: introduce status.branch to enable --branch by default 12 years ago
Jorge Juan Garcia Garcia 4fb5166ab5 status: introduce status.short to enable --short by default 12 years ago
Ramkumar Ramachandra ed2b18292b push: change `simple` to accommodate triangular workflows 12 years ago
Junio C Hamano 908a0e6b98 Revert "Merge branch 'jg/status-config'" 12 years ago
Thomas Rast 212eb96a96 apply: carefully strdup a possibly-NULL name 12 years ago
Michael Haggerty c21d39d7c7 Extract a struct stat_data from cache_entry 12 years ago
Michael Haggerty 9f69d29770 refs: implement simple transactions for the packed-refs file 12 years ago
Namhyung Kim 98c5c4ad01 name-rev: allow to specify a subpath for --refs option 12 years ago
Phil Hord 09b7e2204a fix "builtin-*" references to be "builtin/*" 12 years ago
Brandon Casey 2c48420232 builtin/checkout.c: don't leak memory in check_tracking_name 12 years ago