2367 Commits (cab3829d2b29b9cd750afd0e342d6f3cae359639)

Author SHA1 Message Date
Karsten Blees 7349afd20e update-index/diff-index: use core.preloadindex to improve performance 12 years ago
Nguyễn Thái Ngọc Duy 745f7a8cac fetch-pack: move core code to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy f8eb3036d0 fetch-pack: remove global (static) configuration variable "args" 12 years ago
Nguyễn Thái Ngọc Duy f5d942e1ed send-pack: move core code to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy efc7df454e Move print_commit_list to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy c43cb38612 Move estimate_bisect_steps to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy db699a8a1f Move try_merge_command and checkout_fast_forward to libgit.a 12 years ago
Ramsay Jones 5ba1a8a735 builtin/config.c: Fix a sparse warning 12 years ago
Jeff King e895589883 git-config: use git_config_with_options 12 years ago
Jeff King 00b347d3aa git-config: do not complain about duplicate entries 12 years ago
Jeff King 7acdd6f0bc git-config: collect values instead of immediately printing 12 years ago
Jeff King 97ed50f93b git-config: fix regexp memory leaks on error conditions 12 years ago
Jeff King 35998c8938 git-config: remove memory leak of key regexp 12 years ago
Johan Herland 9ab55daa55 git symbolic-ref --delete $symref 12 years ago
Jeff King f3f47a1e8d status: add --long output format option 12 years ago
René Scharfe 13baa9fe86 branch: show targets of deleted symrefs, not sha1s 12 years ago
René Scharfe 0fe700e311 branch: skip commit checks when deleting symref branches 12 years ago
René Scharfe 566c7707db branch: delete symref branch, not its target 12 years ago
René Scharfe 22ed792753 branch: factor out delete_branch_config() 12 years ago
René Scharfe f5d0e162c4 branch: factor out check_branch_commit() 12 years ago
Junio C Hamano e297cf5aff pretty: remove reencode_commit_message() 12 years ago
Junio C Hamano 5de7166d46 apply.c:update_pre_post_images(): the preimage can be truncated 12 years ago
Nguyễn Thái Ngọc Duy 55c61688ea grep: stop looking at random places for .gitattributes 12 years ago
Junio C Hamano 0657bcbf6f log: honor grep.* configuration 12 years ago
Junio C Hamano c5c31d3381 grep: move pattern-type bits support to top-level grep.[ch] 12 years ago
Junio C Hamano 7687a0541e grep: move the configuration parsing logic to grep.[ch] 12 years ago
Junio C Hamano 15fabd1bbd builtin/grep.c: make configuration callback more reusable 12 years ago
Jeff King e6dbffa67b peel_ref: do not return a null sha1 12 years ago
Linus Torvalds 9d55b2e12f mailinfo: don't require "text" mime type for attachments 12 years ago
Jens Lehmann 293ab15eea submodule: teach rm to remove submodules unless they contain a git directory 12 years ago
Tobias Ulmer df995c7dd2 silence git gc --auto --quiet output 12 years ago
Orgad Shaneh 8f6811efed commit: pay attention to submodule.$name.ignore in .gitmodules 12 years ago
Junio C Hamano 3d1aa56671 blame: pay attention to --no-follow 12 years ago
Jeff King 74eb32d3a4 receive-pack: drop "n/a" on unpacker errors 12 years ago
Jeff King a22e6f8547 receive-pack: send pack-processing stderr over sideband 12 years ago
Jeff King 59bfdfb82a receive-pack: redirect unpack-objects stdout to /dev/null 12 years ago
Ralf Thielow 31b808a032 clone --single: limit the fetch refspec to fetched branch 12 years ago
Junio C Hamano 176943b965 mailinfo: do not concatenate charset= attribute values from mime headers 12 years ago
Adam Spiers d9fcff2f49 Add missing -z to git check-attr usage text for consistency with man page 12 years ago
Junio C Hamano f50fee4a04 builtin/notes.c: mark file-scope private symbols as static 12 years ago
Nguyễn Thái Ngọc Duy 754395d305 fetch: align per-ref summary report in UTF-8 locales 12 years ago
Michael J Gruber 208f5aa426 grep: show --debug output only once 12 years ago
Junio C Hamano 17bf35a3c7 grep: teach --debug option to dump the parse tree 12 years ago
Miklos Vajna 5ed75e2a3f cherry-pick: don't forget -s on failure 12 years ago
Michael Haggerty 5f0fc64513 fetch-pack: eliminate spurious error messages 12 years ago
Michael Haggerty b285668dd2 cmd_fetch_pack(): simplify computation of return value 12 years ago
Michael Haggerty 778e7543d2 fetch-pack: report missing refs even if no existing refs were received 12 years ago
Michael Haggerty 7418f1a037 cmd_fetch_pack(): return early if finish_connect() fails 12 years ago
Michael Haggerty f537cfa750 filter_refs(): simplify logic 12 years ago