summaryrefslogtreecommitdiff
path: root/builtin-receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
* builtin-receive-pack.c: fix compiler warnings about format stringRené Scharfe2009-02-151-2/+2
* builtin-receive-pack.c: do not initialize statics to 0Junio C Hamano2009-02-101-2/+2
* receive-pack: receive.denyDeleteCurrentJunio C Hamano2009-02-101-11/+61
* Merge branch 'jc/refuse-push-to-current'Junio C Hamano2009-02-051-15/+43
|\
| * receive-pack: explain what to do when push updates the current branchJunio C Hamano2009-02-031-15/+43
* | Replace deprecated dashed git commands in usageAlexander Potashev2009-02-041-1/+1
|/
* Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer2009-01-171-3/+3
* receive-pack: detect push to current branch of non-bare repoJeff King2008-11-091-0/+59
* Merge branch 'mv/maint-branch-m-symref'Junio C Hamano2008-11-051-1/+1
* Introduce receive.denyDeletesJan Krüger2008-11-021-0/+12
* receive-pack: fix "borrowing from alternate object store" implementationJunio C Hamano2008-10-261-2/+7
* push: receiver end advertises refs from alternate repositoriesJunio C Hamano2008-09-091-0/+38
* receive-pack: make it a builtinJunio C Hamano2008-09-091-0/+520