1999 Commits (13274526c1fc62fd0f15fe2bc188843982f38ec9)

Author SHA1 Message Date
Jeff King f3f47a1e8d status: add --long output format option 13 years ago
René Scharfe 13baa9fe86 branch: show targets of deleted symrefs, not sha1s 13 years ago
René Scharfe 0fe700e311 branch: skip commit checks when deleting symref branches 13 years ago
René Scharfe 566c7707db branch: delete symref branch, not its target 13 years ago
René Scharfe 22ed792753 branch: factor out delete_branch_config() 13 years ago
René Scharfe f5d0e162c4 branch: factor out check_branch_commit() 13 years ago
Nguyễn Thái Ngọc Duy 55c61688ea grep: stop looking at random places for .gitattributes 13 years ago
Junio C Hamano 0657bcbf6f log: honor grep.* configuration 13 years ago
Junio C Hamano c5c31d3381 grep: move pattern-type bits support to top-level grep.[ch] 13 years ago
Junio C Hamano 7687a0541e grep: move the configuration parsing logic to grep.[ch] 13 years ago
Junio C Hamano 15fabd1bbd builtin/grep.c: make configuration callback more reusable 13 years ago
Jeff King e6dbffa67b peel_ref: do not return a null sha1 13 years ago
Linus Torvalds 9d55b2e12f mailinfo: don't require "text" mime type for attachments 13 years ago
Jens Lehmann 293ab15eea submodule: teach rm to remove submodules unless they contain a git directory 13 years ago
Tobias Ulmer df995c7dd2 silence git gc --auto --quiet output 13 years ago
Orgad Shaneh 8f6811efed commit: pay attention to submodule.$name.ignore in .gitmodules 13 years ago
Jeff King 74eb32d3a4 receive-pack: drop "n/a" on unpacker errors 13 years ago
Jeff King a22e6f8547 receive-pack: send pack-processing stderr over sideband 13 years ago
Jeff King 59bfdfb82a receive-pack: redirect unpack-objects stdout to /dev/null 13 years ago
Ralf Thielow 31b808a032 clone --single: limit the fetch refspec to fetched branch 13 years ago
Junio C Hamano 176943b965 mailinfo: do not concatenate charset= attribute values from mime headers 13 years ago
Adam Spiers d9fcff2f49 Add missing -z to git check-attr usage text for consistency with man page 13 years ago
Junio C Hamano f50fee4a04 builtin/notes.c: mark file-scope private symbols as static 13 years ago
Nguyễn Thái Ngọc Duy 754395d305 fetch: align per-ref summary report in UTF-8 locales 13 years ago
Michael J Gruber 208f5aa426 grep: show --debug output only once 13 years ago
Junio C Hamano 17bf35a3c7 grep: teach --debug option to dump the parse tree 13 years ago
Miklos Vajna 5ed75e2a3f cherry-pick: don't forget -s on failure 13 years ago
Michael Haggerty 5f0fc64513 fetch-pack: eliminate spurious error messages 13 years ago
Michael Haggerty b285668dd2 cmd_fetch_pack(): simplify computation of return value 13 years ago
Michael Haggerty 778e7543d2 fetch-pack: report missing refs even if no existing refs were received 13 years ago
Michael Haggerty 7418f1a037 cmd_fetch_pack(): return early if finish_connect() fails 13 years ago
Michael Haggerty f537cfa750 filter_refs(): simplify logic 13 years ago
Michael Haggerty 5096e48753 filter_refs(): build refs list as we go 13 years ago
Michael Haggerty 4ba159996f filter_refs(): delete matched refs from sought list 13 years ago
Michael Haggerty 4c58f13ba6 fetch_pack(): update sought->nr to reflect number of unique entries 13 years ago
Michael Haggerty 382a967114 filter_refs(): do not check the same sought_pos twice 13 years ago
Michael Haggerty 8bee93dd24 Change fetch_pack() and friends to take string_list arguments 13 years ago
Michael Haggerty 63c694534b fetch_pack(): reindent function decl and defn 13 years ago
Junio C Hamano 9aeaab6811 blame: allow "blame file" in the middle of a conflicted merge 13 years ago
Nguyễn Thái Ngọc Duy b6312c27a0 checkout: reorder option handling 13 years ago
Junio C Hamano ffcabccf5d blame $path: avoid getting fooled by case insensitive filesystems 13 years ago
Junio C Hamano d5b4d80d1c mailinfo: strip "RE: " prefix 13 years ago
Stefan Naewe 2303cad242 ls-remote: document the '--get-url' option 13 years ago
Dan Johnson 8556646089 fetch --all: pass --tags/--no-tags through to each remote 13 years ago
Nguyễn Thái Ngọc Duy e17dba8fe1 remote: prefer subcommand name 'remove' to 'rm' 13 years ago
Ramsay Jones 4e2d094dde Call mkpathdup() rather than xstrdup(mkpath(...)) 13 years ago
Ramsay Jones d292bfaf35 Call git_pathdup() rather than xstrdup(git_path("...")) 13 years ago
Jens Lehmann 50d89ad654 submodule: use argv_array instead of hand-building arrays 13 years ago
Jeff King 85556d4e37 fetch: use argv_array instead of hand-building arrays 13 years ago
Junio C Hamano e27ddb6456 split_ident_line(): make best effort when parsing author/committer line 13 years ago