summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* add: lift the pathspec magic restriction on "add -p"Nguyễn Thái Ngọc Duy2013-09-052-14/+1
* rm: do not set a variable twice without intermediate reading.Stefan Beller2013-07-231-1/+0
* parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-152-3/+5
* pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-152-3/+8
* pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-152-2/+2
* rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
* remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-152-18/+16
* remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-153-14/+7
* remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-152-10/+11
* convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-152-2/+2
* convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy2013-07-152-5/+8
* convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-154-4/+6
* convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-153-10/+9
* convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy2013-07-153-17/+18
* checkout: convert read_tree_some to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-6/+3
* convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy2013-07-153-25/+18
* convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy2013-07-155-7/+7
* reset: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-10/+16
* add: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-58/+45
* check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-13/+22
* ls-files: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-33/+13
* rm: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-12/+12
* checkout: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-13/+21
* rerere: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-3/+5
* status: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-4/+5
* commit: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-9/+9
* clean: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-7/+10
* guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-151-0/+2
* parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-151-1/+2
* convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-153-6/+15
* pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-151-6/+7
* move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-154-0/+4
* clean: remove unused variable "seen"Nguyễn Thái Ngọc Duy2013-07-151-9/+2
* Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano2013-07-122-3/+3
|\
| * Change "remote tracking" to "remote-tracking"ms/remote-tracking-branches-in-docMichael Schubert2013-07-032-3/+3
| * Merge branch 'nd/clone-connectivity-shortcut' (early part) into maintJunio C Hamano2013-06-281-0/+4
| |\
| * \ Merge branch 'rr/push-head' into maintJunio C Hamano2013-06-271-7/+14
| |\ \
| * \ \ Merge branch 'rs/commit-m-no-edit' into maintJunio C Hamano2013-06-271-4/+6
| |\ \ \
| * \ \ \ Merge branch 'jh/checkout-auto-tracking' into maintJunio C Hamano2013-06-271-20/+22
| |\ \ \ \
* | \ \ \ \ Merge branch 'jk/pull-to-integrate'Junio C Hamano2013-07-121-6/+6
|\ \ \ \ \ \
| * | | | | | push: avoid suggesting "merging" remote changesJohn Keeping2013-07-071-6/+6
* | | | | | | Merge branch 'as/log-output-encoding-in-user-format'Junio C Hamano2013-07-123-1/+6
|\ \ \ \ \ \ \
| * | | | | | | pretty: --format output should honor logOutputEncodingAlexey Shumkin2013-06-263-1/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jg/status-config'Junio C Hamano2013-07-111-19/+64
|\ \ \ \ \ \ \
| * | | | | | | status/commit: make sure --porcelain is not affected by user-facing configJunio C Hamano2013-06-241-22/+55
| * | | | | | | commit: make it work with status.shortRamkumar Ramachandra2013-06-241-0/+1
| * | | | | | | status: introduce status.branch to enable --branch by defaultJorge Juan Garcia Garcia2013-06-241-0/+4
| * | | | | | | status: introduce status.short to enable --short by defaultJorge Juan Garcia Garcia2013-06-241-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rr/rebase-checkout-reflog'Junio C Hamano2013-07-111-3/+8
|\ \ \ \ \ \ \
| * | | | | | | checkout: respect GIT_REFLOG_ACTIONRamkumar Ramachandra2013-06-171-3/+8
| |/ / / / / /