2698 Commits (e837af61345344448346afef79d53a5ff95bb0b3)

Author SHA1 Message Date
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
Stefan Beller 70a0cc9e5c commit: Fix a memory leak in determine_author_info 12 years ago
Eric Sunshine 226ad3482a builtin: add git-check-mailmap command 12 years ago
Jeff King 5b0864070e sha1_object_info_extended: make type calculation optional 12 years ago
Jeff King 25fba78d36 cat-file: disable object/refname ambiguity check for batch mode 12 years ago
Heiko Voigt 1bc888193e teach config --blob option to parse config from database 12 years ago
Jeff King c334b87b30 cat-file: split --batch input lines on whitespace 12 years ago
Jeff King a4ac106178 cat-file: add %(objectsize:disk) format atom 12 years ago
Jeff King 93d2a607ba cat-file: add --batch-check=<format> 12 years ago
Junio C Hamano f7cd8c50b9 check-attr -z: a single -z should apply to both input and output 12 years ago
Junio C Hamano d6dcb92a1d check-ignore -z: a single -z should apply to both input and output 12 years ago
Junio C Hamano 94a55e4e9f check-attr: the name of the character is NUL, not NULL 12 years ago
Junio C Hamano 800531a866 check-ignore: the name of the character is NUL, not NULL 12 years ago
Jeff King b71bd48017 cat-file: refactor --batch option parsing 12 years ago
Jeff King 98e2092b50 cat-file: teach --batch to stream blob objects 12 years ago
Jeff King eccb614924 use "sentinel" function attribute for variadic lists 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Junio C Hamano 45bc950b43 describe: use argv-array 12 years ago
Junio C Hamano b23e0b9353 name-rev: allow converting the exact object name at the tip of a ref 12 years ago
Junio C Hamano ab22d2eb83 builtin/push.c: use OPT_BOOL, not OPT_BOOLEAN 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Jeff King 125a05fd0b clone: drop connectivity check for local clones 12 years ago
Junio C Hamano 9608a190c0 name-ref: factor out name shortening logic from name_ref() 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
Jeff King a90804752f teach format-patch to place other authors into in-body "From" 12 years ago
Miklos Vajna a54841e96b merge: handle --ff/--no-ff/--ff-only as a tri-state option 12 years ago
Alexey Shumkin ecaee8050c pretty: --format output should honor logOutputEncoding 12 years ago
Jiang Xin 96a799b6d1 git-clean: add ask each interactive action 12 years ago
Jiang Xin c1f1d24aa5 git-clean: add select by numbers interactive action 12 years ago
Jiang Xin d1239264f2 git-clean: add filter by pattern interactive action 12 years ago
Jiang Xin 9f93e4611f git-clean: use a git-add-interactive compatible UI 12 years ago