summaryrefslogtreecommitdiff
path: root/builtin-receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/1.7.0-push-safety'Junio C Hamano2009-12-261-41/+29
|\
| * Refuse deleting the current branch via pushJunio C Hamano2009-07-291-18/+12
| * Refuse updating the current branch in a non-bare repository via pushJunio C Hamano2009-07-291-23/+17
* | Merge branch 'sp/smart-http'Junio C Hamano2009-11-201-6/+20
|\ \
| * | Add stateless RPC options to upload-pack, receive-packShawn O. Pearce2009-11-041-6/+20
* | | Merge branch 'fc/doc-fast-forward'Junio C Hamano2009-11-151-2/+2
|\ \ \
| * | | Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-2/+2
| |/ /
* | | receive-pack: run "gc --auto --quiet" and optionally "update-server-info"Junio C Hamano2009-10-211-0/+20
|/ /
* | receive-pack: remove unnecessary run_status reportJohannes Sixt2009-07-061-16/+4
* | run_command: report failure to execute the program, but optionally don'tJohannes Sixt2009-07-061-3/+1
* | run_command: report system call errors instead of returning error codesJohannes Sixt2009-07-061-19/+3
* | run_command: return exit code as positive valueJohannes Sixt2009-07-051-2/+2
|/
* receive-pack: do not send error details to the clientJohannes Sixt2009-06-211-31/+22
* Simplify some instances of run_command() by using run_command_v_opt().Johannes Sixt2009-06-091-7/+3
* Merge branch 'np/push-delta'Junio C Hamano2009-05-181-7/+15
|\
| * allow OFS_DELTA objects during a pushNicolas Pitre2009-05-011-7/+15
* | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-1/+1
|/
* improve missing repository error messageJeff King2009-03-041-1/+1
* 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