summaryrefslogtreecommitdiff
path: root/builtin-receive-pack.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-21receive-pack: run "gc --auto --quiet" and optionally "update-server-info"Libravatar Junio C Hamano1-0/+20
2009-07-06receive-pack: remove unnecessary run_status reportLibravatar Johannes Sixt1-16/+4
2009-07-06run_command: report failure to execute the program, but optionally don'tLibravatar Johannes Sixt1-3/+1
2009-07-06run_command: report system call errors instead of returning error codesLibravatar Johannes Sixt1-19/+3
2009-07-05run_command: return exit code as positive valueLibravatar Johannes Sixt1-2/+2
2009-06-21receive-pack: do not send error details to the clientLibravatar Johannes Sixt1-31/+22
2009-06-09Simplify some instances of run_command() by using run_command_v_opt().Libravatar Johannes Sixt1-7/+3
2009-05-18Merge branch 'np/push-delta'Libravatar Junio C Hamano1-7/+15
2009-05-01allow OFS_DELTA objects during a pushLibravatar Nicolas Pitre1-7/+15
2009-04-29replace direct calls to unlink(2) with unlink_or_warnLibravatar Alex Riesen1-1/+1
2009-03-04improve missing repository error messageLibravatar Jeff King1-1/+1
2009-02-15builtin-receive-pack.c: fix compiler warnings about format stringLibravatar René Scharfe1-2/+2
2009-02-10builtin-receive-pack.c: do not initialize statics to 0Libravatar Junio C Hamano1-2/+2
2009-02-10receive-pack: receive.denyDeleteCurrentLibravatar Junio C Hamano1-11/+61
2009-02-05Merge branch 'jc/refuse-push-to-current'Libravatar Junio C Hamano1-15/+43
2009-02-04Replace deprecated dashed git commands in usageLibravatar Alexander Potashev1-1/+1
2009-02-03receive-pack: explain what to do when push updates the current branchLibravatar Junio C Hamano1-15/+43
2009-01-17Move run_hook() from builtin-commit.c into run-command.c (libgit)Libravatar Stephan Beyer1-3/+3
2008-11-09receive-pack: detect push to current branch of non-bare repoLibravatar Jeff King1-0/+59
2008-11-05Merge branch 'mv/maint-branch-m-symref'Libravatar Junio C Hamano1-1/+1
2008-11-02Introduce receive.denyDeletesLibravatar Jan Krüger1-0/+12
2008-10-26receive-pack: fix "borrowing from alternate object store" implementationLibravatar Junio C Hamano1-2/+7
2008-09-09push: receiver end advertises refs from alternate repositoriesLibravatar Junio C Hamano1-0/+38
2008-09-09receive-pack: make it a builtinLibravatar Junio C Hamano1-0/+520