1231 Commits (8cad4744ee37ebec1d9491a1381ec1771a1ba795)

Author SHA1 Message Date
Junio C Hamano fa79937675 branch --set-upstream: regression fix 13 years ago
Junio C Hamano 91a640ffb6 ls-remote: a lone "-h" is asking for help 13 years ago
Junio C Hamano 6099835c19 Allow git merge ":/<pattern>" 13 years ago
Jeff King 7bf0b01750 checkout: use argv_array API 13 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 13 years ago
Junio C Hamano 9684e44a07 refactor run_receive_hook() 13 years ago
Junio C Hamano e6bcd97968 send-pack: typofix error message 13 years ago
Clemens Buchacher f950eb9560 rename pathspec_prefix() to common_prefix() and move to dir.[ch] 13 years ago
Pang Yan Han 787570c7cd format-patch: ignore ui.color 13 years ago
Martin von Zweigbergk b52d00aede remote: only update remote-tracking branch if updating refspec 14 years ago
Martin von Zweigbergk 1822b86a51 remote rename: warn when refspec was not updated 14 years ago
Martin von Zweigbergk 60e5eee0f1 remote: "rename o foo" should not rename ref "origin/bar" 14 years ago
Martin von Zweigbergk 28f555f635 remote: write correct fetch spec when renaming remote 'remote' 14 years ago
Junio C Hamano eb726f2d76 fsck: do not abort upon finding an empty blob 14 years ago
Junio C Hamano fb3198c57f builtin/revert.c: make commit_list_append() static 14 years ago
Junio C Hamano 52fed6e1ce receive-pack: check connectivity before concluding "git push" 14 years ago
Junio C Hamano f96400cb46 check_everything_connected(): libify 14 years ago
Junio C Hamano f0e278b1b7 check_everything_connected(): refactor to use an iterator 14 years ago
Junio C Hamano 6d4bb3833c fetch: verify we have everything we need before updating our ref 14 years ago
Jens Lehmann 18322badc2 fetch: skip on-demand checking when no submodules are configured 14 years ago
Michael J Gruber 7b787599e4 branch: -v does not automatically imply --list 14 years ago
Michał Górny e2b239722a for-each-ref: add split message parts to %(contents:*). 14 years ago
Jeff King 7f6e275bc0 for-each-ref: handle multiline subjects like --pretty 14 years ago
Jeff King 7ec0f31eec for-each-ref: refactor subject and body placeholder parsing 14 years ago
Clemens Buchacher 5879f5684c remove prefix argument from pathspec_prefix 14 years ago
Junio C Hamano 5a277f3ff7 Revert "Merge branch 'cb/maint-quiet-push' into maint" 14 years ago
Junio C Hamano dab76d3aa6 transfer.fsckobjects: unify fetch/receive.fsckobjects 14 years ago
Junio C Hamano 5e838ea7aa fetch.fsckobjects: verify downloaded objects 14 years ago
Junio C Hamano 6b67e0dc06 fetch: verify we have everything we need before updating our ref 14 years ago
Junio C Hamano 5a48d24012 rev-list --verify-object 14 years ago
Junio C Hamano 4947367267 list-objects: pass callback data to show_objects() 14 years ago
Junio C Hamano b6194678b0 Documentation: clarify "git clean -e <pattern>" 14 years ago
Michael J Gruber d8d33736b5 branch: allow pattern arguments 14 years ago
Michael J Gruber cddd127b9a branch: introduce --list option 14 years ago
Michael J Gruber 171edcbb49 git-branch: introduce missing long forms for the options 14 years ago
Michael J Gruber c97eff5a95 git-tag: introduce long forms for the options 14 years ago
Nguyễn Thái Ngọc Duy b4fd94064d merge: keep stash[] a local variable 14 years ago
Junio C Hamano cd2b8ae983 whitespace: have SP on both sides of an assignment "=" 14 years ago
Pang Yan Han f877fd825e update-ref: whitespace fix 14 years ago
Michael Haggerty 2f633f41d6 check-ref-format --print: Normalize refnames that start with slashes 14 years ago
Junio C Hamano e6baf4a1ae clone: clone from a repository with relative alternates 14 years ago
Junio C Hamano dbc92b072d clone: allow more than one --reference 14 years ago
Conrad Irwin 55c4a67307 Prevent force-updating of the current branch 14 years ago
Nguyễn Thái Ngọc Duy 9b0ebc722c clone: allow to clone from .git file 14 years ago
Junio C Hamano 13d6ec9133 read_gitfile_gently(): rename misnamed function to read_gitfile() 14 years ago
Junio C Hamano 91f175165a revision.c: add show_object_with_name() helper function 14 years ago
Junio C Hamano 5f25b6299d rev-list: fix finish_object() call 14 years ago
Fredrik Gustafsson d2b17b3220 push: Don't push a repository with unpushed submodules 14 years ago
Jeff King c9bfb95348 want_color: automatically fallback to color.ui 14 years ago
Jeff King c659f55b31 config: refactor get_colorbool function 14 years ago