1073 Commits (80988783c8c417c5e914256b43ed3604cc8fa4c3)

Author SHA1 Message Date
Ramsay Jones 27c0f76884 Fix some "variable might be used uninitialized" warnings 14 years ago
Michael Haggerty a40e6fb67a Change check_refname_format() to reject unnormalized refnames 14 years ago
Michael Haggerty a5e4ec063a Inline function refname_format_print() 14 years ago
Michael Haggerty 7f748c7cb2 Make collapse_slashes() allocate memory for its result 14 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Michael Haggerty e4ed6105ec git check-ref-format: add options --allow-onelevel and --refspec-pattern 14 years ago
René Scharfe 44c8e6049f name-rev: split usage string 14 years ago
René Scharfe af1032edf9 apply: use OPT_NOOP_NOARG 14 years ago
René Scharfe 7cfc60576a revert: use OPT_NOOP_NOARG 14 years ago
Allan Caffee 85b3c75f4f describe: Refresh the index when run with --dirty 14 years ago
Jay Soffian b2b3e9c2d6 Teach '--cached' option to check-attr 14 years ago
Michael Schubert b9ab810b18 patch-id.c: use strbuf instead of a fixed buffer 14 years ago
Junio C Hamano be042aff24 Teach progress eye-candy to fetch_refs_from_bundle() 14 years ago
Junio C Hamano fa79937675 branch --set-upstream: regression fix 14 years ago
Junio C Hamano 91a640ffb6 ls-remote: a lone "-h" is asking for help 14 years ago
Junio C Hamano 6099835c19 Allow git merge ":/<pattern>" 14 years ago
Jeff King 7bf0b01750 checkout: use argv_array API 14 years ago
Junio C Hamano 9684e44a07 refactor run_receive_hook() 14 years ago
Clemens Buchacher f950eb9560 rename pathspec_prefix() to common_prefix() and move to dir.[ch] 14 years ago
Pang Yan Han 787570c7cd format-patch: ignore ui.color 14 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
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