Revision 64a476e691cb08c2f8bd6d40cc88fb8ccb9ed955 authored by Jyotirmoy Bhattacharya on 05 August 2007, 05:22:15 UTC, committed by Junio C Hamano on 05 August 2007, 05:35:13 UTC
In git-push it is the remote repository and not the
local repository which is fast forwarded. The description
of the -f option in the git-push manpage gets it the other
way round.

Signed-off-by: Jyotirmoy Bhattacharya <jyotirmoy@jyotirmoy.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4465f41
Raw File
ssh-pull.c
#define COUNTERPART_ENV_NAME "GIT_SSH_PUSH"
#define COUNTERPART_PROGRAM_NAME "git-ssh-push"
#define MY_PROGRAM_NAME "git-ssh-pull"
#include "ssh-fetch.c"
back to top