2698 Commits (e837af61345344448346afef79d53a5ff95bb0b3)

Author SHA1 Message Date
Jens Lehmann 95c16418f0 rm: delete .gitmodules entry of submodules removed from the work tree 12 years ago
Jens Lehmann 0656781fad mv: update the path entry in .gitmodules for moved submodules 12 years ago
Junio C Hamano d4770964d5 config: "git config --get-urlmatch" parses section.<url>.key 12 years ago
Junio C Hamano d9b9169b34 builtin/config: refactor collect_config() 12 years ago
Eric Sunshine 164a9cf430 blame: fix -L bounds checking bug 12 years ago
Stefan Beller f902207550 checkout: remove superfluous local variable 12 years ago
Stefan Beller b7df098c6d log, format-patch: parsing uses OPT__QUIET 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Stefan Beller 4741edd549 Remove deprecated OPTION_BOOLEAN for parsing arguments 12 years ago
Jeff King 97be04077f cat-file: only split on whitespace when %(rest) is used 12 years ago
Junio C Hamano 77aa93481d send-pack: fix parsing of --force-with-lease option 12 years ago
Junio C Hamano 062aeee8aa Revert "cat-file: split --batch input lines on whitespace" 12 years ago
Brandon Casey 7c3ecb3254 Don't close pack fd when free'ing pack windows 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
Junio C Hamano e6b722db09 tag: use OPT_CMDMODE 12 years ago
Ramkumar Ramachandra 7da2f28c6b tar-tree: remove dependency on sq_quote_print() 12 years ago
Nguyễn Thái Ngọc Duy 10d0167fef for-each-ref, quote: convert *_quote_print -> *_quote_buf 12 years ago
Ondřej Bílka 98e023dea4 many small typofixes 12 years ago
Jeff King c17592a7a2 commit: tweak empty cherry pick advice for sequencer 12 years ago
Junio C Hamano 658ff473cf builtin/rm.c: consolidate error reporting for removing submodules 12 years ago
Jiang Xin 6083861305 git-clean: implement partial matching for selection 12 years ago
Nguyễn Thái Ngọc Duy 9ba380481c smart http: use the same connectivity check on cloning 12 years ago
Stefan Beller 4838c81fab rm: do not set a variable twice without intermediate reading. 12 years ago
Junio C Hamano 631b5ef219 push --force-with-lease: tie it all together 12 years ago
Junio C Hamano 91048a9537 push --force-with-lease: implement logic to populate old_sha1_expect[] 12 years ago
Junio C Hamano 28f5d17611 remote.c: add command line option parser for "--force-with-lease" 12 years ago
John Keeping 68889b416d rev-parse: remove restrictions on some options 12 years ago
Ondřej Bílka efe6de6e40 update URL to the marc.info mail archive 12 years ago
Andrew Wong 7f3b8c628e git add -e: Explicitly specify that patch should have no color 12 years ago
Stefan Beller 1f976bd03f apply.c::find_name_traditional(): do not initialize len to the line's length 12 years ago
Ramsay Jones 9fe3edc47f Add the LAST_ARG_MUST_BE_NULL macro 12 years ago
Michael Schubert 737c5a9cde fetch: make --prune configurable 12 years ago
Junio C Hamano adfc1857bd describe: fix --contains when a tag is given as input 12 years ago
Junio C Hamano 118aa4acff name-rev: differentiate between tags and commits they point at 12 years ago
Thomas Rast 465cf8ce45 show-branch: fix description of --date-order 12 years ago
Thomas Rast 42063f95a0 apply, entry: speak of submodules instead of subprojects 12 years ago
Doug Bell 3f3d0cea61 show-ref: make --head always show the HEAD ref 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