summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano
2014-09-17signed push: fortify against replay attacksJunio C Hamano
2014-09-15signed push: add "pushee" header to push certificateJunio C Hamano
2014-09-15signed push: remove duplicated protocol infoJunio C Hamano
2014-09-15send-pack: send feature request on push-cert packetJunio C Hamano
2014-09-15receive-pack: GPG-validate push certificatesJunio C Hamano
2014-09-15push: the beginning of "git push --signed"Junio C Hamano
2014-09-15pack-protocol doc: typofix for PKT-LINEJunio C Hamano
2014-09-15gpg-interface: move parse_signature() to where it should beJunio C Hamano
2014-09-15gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano
2014-09-15send-pack: clarify that cmds_sent is a booleanJunio C Hamano
2014-09-15send-pack: refactor inspecting and resetting status and sending commandsJunio C Hamano
2014-09-15send-pack: rename "new_refs" to "need_pack_data"Junio C Hamano
2014-09-15receive-pack: factor out capability string generationJunio C Hamano
2014-09-15send-pack: factor out capability string generationJunio C Hamano
2014-09-15send-pack: always send capabilitiesJunio C Hamano
2014-09-15send-pack: refactor decision to send update per refJunio C Hamano
2014-09-15send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higherJunio C Hamano
2014-09-15receive-pack: factor out queueing of commandJunio C Hamano
2014-09-15receive-pack: do not reuse old_sha1[] for other thingsJunio C Hamano
2014-09-15receive-pack: parse feature request a bit earlierJunio C Hamano
2014-09-15receive-pack: do not overallocate command structureJunio C Hamano
2014-07-30Sync with 2.0.4Junio C Hamano
2014-07-30Update draft release notes to 2.1Junio C Hamano
2014-07-30Merge branch 'jk/more-push-completion'Junio C Hamano
2014-07-30Merge branch 'sk/mingw-tests-workaround'Junio C Hamano
2014-07-30Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano
2014-07-30Merge branch 'ep/avoid-test-a-o'Junio C Hamano
2014-07-30Git 2.0.4v2.0.4Junio C Hamano
2014-07-30commit --amend: test specifies authorship but forgets to checkFabian Ruch
2014-07-28Merge branch 'maint'Junio C Hamano
2014-07-28t4013: test diff-tree's --stdin commit formattingJeff King
2014-07-28Merge branch 'jk/misc-fixes-maint'Junio C Hamano
2014-07-28t1402: check for refs ending with a dotJeff King
2014-07-28Revert "Merge branch 'dt/refs-check-refname-component-sse'"Junio C Hamano
2014-07-28Revert "Merge branch 'dt/refs-check-refname-component-sse-fix'"Junio C Hamano
2014-07-28Merge branch 'jk/alloc-commit-id-maint' into maintJunio C Hamano
2014-07-28diff-tree: avoid lookup_unknown_objectJeff King
2014-07-28object_as_type: set commit indexJeff King
2014-07-28alloc: factor out commit indexJeff King
2014-07-28add object_as_type helper for casting objectsJeff King
2014-07-28parse_object_buffer: do not set object typeJeff King
2014-07-28move setting of object->type to alloc_* functionsJeff King
2014-07-28alloc: write out allocator definitionsJeff King
2014-07-28alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones
2014-07-27Git 2.1.0-rc0v2.1.0-rc0Junio C Hamano
2014-07-27Merge branch 'jk/rebase-am-fork-point'Junio C Hamano
2014-07-27Merge branch 'cc/replace-graft'Junio C Hamano
2014-07-27Merge branch 'jk/stable-prio-queue'Junio C Hamano
2014-07-25t9814: fix misconversion from test $a -o $b to test $a || test $bJunio C Hamano