summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use labs() for variables of type long instead of abs()rs/receive-pack-use-labsRené Scharfe2014-11-171-1/+1
* receive-pack::hmac_sha1(): copy the entire SHA-1 hash outBrian Gernhardt2014-09-251-2/+2
* signed push: allow stale nonce in stateless modeJunio C Hamano2014-09-174-12/+112
* signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-176-3/+63
* signed push: fortify against replay attacksJunio C Hamano2014-09-177-29/+187
* signed push: add "pushee" header to push certificateJunio C Hamano2014-09-154-0/+13
* signed push: remove duplicated protocol infoJunio C Hamano2014-09-154-4/+69
* send-pack: send feature request on push-cert packetJunio C Hamano2014-09-152-5/+21
* receive-pack: GPG-validate push certificatesJunio C Hamano2014-09-153-7/+66
* push: the beginning of "git push --signed"Junio C Hamano2014-09-1510-2/+253
* pack-protocol doc: typofix for PKT-LINEJunio C Hamano2014-09-151-2/+2
* gpg-interface: move parse_signature() to where it should beJunio C Hamano2014-09-154-21/+22
* gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano2014-09-153-41/+47
* send-pack: clarify that cmds_sent is a booleanJunio C Hamano2014-09-151-3/+4
* send-pack: refactor inspecting and resetting status and sending commandsJunio C Hamano2014-09-151-19/+30
* send-pack: rename "new_refs" to "need_pack_data"Junio C Hamano2014-09-151-4/+3
* receive-pack: factor out capability string generationJunio C Hamano2014-09-151-8/+14
* send-pack: factor out capability string generationJunio C Hamano2014-09-151-8/+13
* send-pack: always send capabilitiesJunio C Hamano2014-09-151-3/+1
* send-pack: refactor decision to send update per refJunio C Hamano2014-09-151-15/+21
* send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higherJunio C Hamano2014-09-151-5/+10
* receive-pack: factor out queueing of commandJunio C Hamano2014-09-151-21/+29
* receive-pack: do not reuse old_sha1[] for other thingsJunio C Hamano2014-09-151-3/+5
* receive-pack: parse feature request a bit earlierJunio C Hamano2014-09-151-12/+14
* receive-pack: do not overallocate command structureJunio C Hamano2014-09-151-2/+3
* Sync with 2.0.4Junio C Hamano2014-07-303-1/+8
|\
| * Git 2.0.4v2.0.4Junio C Hamano2014-07-304-3/+9
| * commit --amend: test specifies authorship but forgets to checkFabian Ruch2014-07-301-0/+1
* | Update draft release notes to 2.1Junio C Hamano2014-07-301-3/+5
* | Merge branch 'jk/more-push-completion'Junio C Hamano2014-07-301-1/+27
|\ \
| * | completion: complete `git push --force-with-lease=`jk/more-push-completionJohn Keeping2014-07-221-1/+21
| * | completion: add some missing options to `git push`John Keeping2014-07-221-0/+1
| * | completion: complete "unstuck" `git push --recurse-submodules`John Keeping2014-07-221-0/+5
* | | Merge branch 'sk/mingw-tests-workaround'Junio C Hamano2014-07-308-24/+51
|\ \ \
| * | | t800[12]: work around MSys limitationsk/mingw-tests-workaroundKarsten Blees2014-07-211-0/+12
| * | | t9902: mingw-specific fix for gitfile link filesPat Thoyts2014-07-211-4/+13
| * | | t4210: skip command-line encoding tests on mingwPat Thoyts2014-07-211-2/+2
| * | | MinGW: disable legacy encoding testsKarsten Blees2014-07-213-15/+18
| * | | t0110/MinGW: skip tests that pass arbitrary bytes on the command lineKarsten Blees2014-07-211-2/+5
| * | | MinGW: Skip test redirecting to fd 4Johannes Schindelin2014-07-171-1/+1
* | | | Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-308-150/+184
|\ \ \ \
| * | | | Win32: enable color output in Windows cmd.exesk/mingw-uni-fix-moreKarsten Blees2014-07-211-0/+4
| * | | | Win32: patch Windows environment on startupKarsten Blees2014-07-211-13/+12
| * | | | Win32: keep the environment sortedKarsten Blees2014-07-211-39/+65
| * | | | Win32: use low-level memory allocation during initializationKarsten Blees2014-07-211-15/+28
| * | | | Win32: reduce environment array reallocationsKarsten Blees2014-07-211-27/+35
| * | | | Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-213-64/+30
| * | | | Win32: factor out environment block creationKarsten Blees2014-07-211-23/+32
| * | | | Win32: unify environment function namesKarsten Blees2014-07-211-7/+7
| * | | | Win32: unify environment case-sensitivityKarsten Blees2014-07-211-2/+1