summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* receive-pack: GPG-validate push certificatesjc/push-cert-2Junio C Hamano2014-08-152-2/+45
* push: signed pushJunio C Hamano2014-08-157-1/+183
* send-pack: refactor inspecting and resetting status and sending commandsJunio C Hamano2014-08-151-19/+30
* send-pack: rename "new_refs" to "need_pack_data"Junio C Hamano2014-08-151-4/+3
* send-pack: factor out capability string generationJunio C Hamano2014-08-151-8/+13
* send-pack: always send capabilitiesJunio C Hamano2014-08-151-3/+1
* send-pack: refactor decision to send update per refJunio C Hamano2014-08-151-15/+21
* gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano2014-08-153-41/+48
* send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higherJunio C Hamano2014-08-151-5/+10
* 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
| * | | | Win32: fix environment memory leaksKarsten Blees2014-07-213-6/+7
| * | | | Win32: Unicode environment (incoming)Karsten Blees2014-07-212-0/+17
| * | | | Win32: Unicode environment (outgoing)Karsten Blees2014-07-211-11/+14
| * | | | Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees2014-07-171-20/+3
| * | | | tests: do not pass iso8859-1 encoded parameterPat Thoyts2014-07-154-7/+13
* | | | | Merge branch 'ep/avoid-test-a-o'Junio C Hamano2014-07-301-2/+8
|\ \ \ \ \
| * | | | | t9814: fix misconversion from test $a -o $b to test $a || test $bep/avoid-test-a-oJunio C Hamano2014-07-251-2/+8
* | | | | | Merge branch 'maint'Junio C Hamano2014-07-281-0/+10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | t4013: test diff-tree's --stdin commit formattingJeff King2014-07-281-0/+10
| * | | | | Merge branch 'jk/alloc-commit-id-maint' into maintJunio C Hamano2014-07-2811-89/+103
| |\ \ \ \ \
| | * | | | | diff-tree: avoid lookup_unknown_objectjk/alloc-commit-id-maintJeff King2014-07-281-3/+1
| | * | | | | object_as_type: set commit indexJeff King2014-07-281-0/+2
| | * | | | | alloc: factor out commit indexJeff King2014-07-282-2/+8
| | * | | | | add object_as_type helper for casting objectsJeff King2014-07-287-43/+25
| | * | | | | parse_object_buffer: do not set object typeJeff King2014-07-281-2/+0
| | * | | | | move setting of object->type to alloc_* functionsJeff King2014-07-288-12/+13