summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/ref-clone-without-extra-refs'Junio C Hamano2012-01-294-11/+40
|\
| * write_remote_refs(): create packed (rather than extra) refsmh/ref-clone-without-extra-refsMichael Haggerty2012-01-171-2/+1
| * add_packed_ref(): new function in the refs API.Michael Haggerty2012-01-172-0/+12
| * ref_array: keep track of whether references are sortedMichael Haggerty2012-01-171-7/+26
| * pack_refs(): remove redundant checkMichael Haggerty2012-01-171-2/+1
* | Merge branch 'jl/test-pause'Junio C Hamano2012-01-292-0/+26
|\ \
| * | test-lib: add the test_pause convenience functionjl/test-pauseJens Lehmann2012-01-172-0/+26
* | | Merge branch 'tr/maint-mailinfo'Junio C Hamano2012-01-294-7/+41
|\ \ \
| * | | mailinfo: with -b, keep space after [foo]tr/maint-mailinfoThomas Rast2012-01-162-2/+11
| * | | am: learn passing -b to mailinfoThomas Rast2012-01-163-6/+31
* | | | Merge branch 'pw/p4-view-updates'Junio C Hamano2012-01-294-7/+406
|\ \ \ \
| * | | | git-p4: add tests demonstrating spec overlay ambiguitiespw/p4-view-updatesPete Wyckoff2012-01-112-0/+392
| * | | | git-p4: adjust test to adhere to stricter useClientSpecPete Wyckoff2012-01-111-2/+2
| * | | | git-p4: clarify commentPete Wyckoff2012-01-111-1/+2
| * | | | git-p4: fix verbose comment typoPete Wyckoff2012-01-111-1/+1
| * | | | git-p4: only a single ... wildcard is supportedPete Wyckoff2012-01-112-3/+9
* | | | | Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano2012-01-293-4/+4
|\ \ \ \ \
| * | | | | Fix incorrect ref namespace checknd/maint-refname-in-hierarchy-checkNguyễn Thái Ngọc Duy2012-01-113-4/+4
* | | | | | Merge branch 'jn/gitweb-unspecified-action'Junio C Hamano2012-01-292-1/+11
|\ \ \ \ \ \
| * | | | | | gitweb: Fix actionless dispatch for non-existent objectsjn/gitweb-unspecified-actionJakub Narebski2012-01-092-1/+11
* | | | | | | Merge branch 'cb/push-quiet'Junio C Hamano2012-01-298-19/+78
|\ \ \ \ \ \ \
| * | | | | | | t5541: avoid TAP test miscountingcb/push-quietMichael J Gruber2012-01-081-1/+1
| * | | | | | | fix push --quiet: add 'quiet' capability to receive-packClemens Buchacher2012-01-085-6/+40
| * | | | | | | server_supports(): parse feature list more carefullyJunio C Hamano2012-01-084-13/+38
* | | | | | | | Merge branch 'nd/clone-single-branch'Junio C Hamano2012-01-293-6/+129
|\ \ \ \ \ \ \ \
| * | | | | | | | clone: add --single-branch to fetch only one branchnd/clone-single-branchNguyễn Thái Ngọc Duy2012-01-083-6/+129
* | | | | | | | | Merge branch 'cb/git-daemon-tests'Junio C Hamano2012-01-293-3/+220
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-daemon tests: wait until daemon is readycb/git-daemon-testsClemens Buchacher2012-01-081-1/+17
| * | | | | | | | | git-daemon: produce output when readyClemens Buchacher2012-01-081-3/+3
| * | | | | | | | | git-daemon: add testsClemens Buchacher2012-01-082-0/+201
* | | | | | | | | | Merge branch 'cb/maint-kill-subprocess-upon-signal'Junio C Hamano2012-01-293-1/+72
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | dashed externals: kill children on exitcb/maint-kill-subprocess-upon-signalClemens Buchacher2012-01-083-1/+3
| * | | | | | | | | run-command: optionally kill children on exitJeff King2012-01-082-0/+69
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Git 1.7.9v1.7.9Junio C Hamano2012-01-272-1/+6
* | | | | | | | | INSTALL: warn about recent Fedora breakageJunio C Hamano2012-01-261-1/+5
* | | | | | | | | git-completion: workaround zsh COMPREPLY bugFelipe Contreras2012-01-261-0/+8
* | | | | | | | | docs: minor grammar fixes for v1.7.9 release notesJeff King2012-01-261-6/+7
* | | | | | | | | Fix typo in 1.7.9 release notesMichael Haggerty2012-01-231-1/+1
* | | | | | | | | Git 1.7.9-rc2v1.7.9-rc2Junio C Hamano2012-01-182-10/+2
* | | | | | | | | Merge branch 'maint'Junio C Hamano2012-01-183-2/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Git 1.7.8.4v1.7.8.4Junio C Hamano2012-01-183-3/+9
| * | | | | | | | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2012-01-183-0/+14
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Git 1.7.7.6v1.7.7.6Junio C Hamano2012-01-182-1/+5
| | * | | | | | | | | diff-index: enable recursive pathspec matching in unpack_treesNguyen Thai Ngoc Duy2012-01-182-0/+10
* | | | | | | | | | | Merge branch 'jc/pull-signed-tag-doc'Junio C Hamano2012-01-182-1/+221
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pulling signed tag: add howto documentjc/pull-signed-tag-docJunio C Hamano2012-01-182-1/+221
* | | | | | | | | | | | Merge branch 'jk/credentials'Junio C Hamano2012-01-182-22/+92
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | credential-cache: ignore "connection refused" errorsjk/credentialsJeff King2012-01-161-1/+1
| * | | | | | | | | | | | unix-socket: do not let close() or chdir() clobber errno during cleanupJonathan Nieder2012-01-111-17/+22
| * | | | | | | | | | | | credential-cache: report more daemon connection errorsJeff King2012-01-101-3/+7