summaryrefslogtreecommitdiff
path: root/builtin-receive-pack.c
AgeCommit message (Expand)Author
2009-11-21Merge branch 'sp/smart-http'Junio C Hamano
2009-11-16Merge branch 'fc/doc-fast-forward'Junio C Hamano
2009-11-05Add stateless RPC options to upload-pack, receive-packShawn O. Pearce
2009-10-25Use 'fast-forward' all over the placeFelipe Contreras
2009-10-21receive-pack: run "gc --auto --quiet" and optionally "update-server-info"Junio C Hamano
2009-07-06receive-pack: remove unnecessary run_status reportJohannes Sixt
2009-07-06run_command: report failure to execute the program, but optionally don'tJohannes Sixt
2009-07-06run_command: report system call errors instead of returning error codesJohannes Sixt
2009-07-05run_command: return exit code as positive valueJohannes Sixt
2009-06-22receive-pack: do not send error details to the clientJohannes Sixt
2009-06-09Simplify some instances of run_command() by using run_command_v_opt().Johannes Sixt
2009-05-18Merge branch 'np/push-delta'Junio C Hamano
2009-05-02allow OFS_DELTA objects during a pushNicolas Pitre
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-03-05improve missing repository error messageJeff King
2009-02-15builtin-receive-pack.c: fix compiler warnings about format stringRené Scharfe
2009-02-11builtin-receive-pack.c: do not initialize statics to 0Junio C Hamano
2009-02-11receive-pack: receive.denyDeleteCurrentJunio C Hamano
2009-02-06Merge branch 'jc/refuse-push-to-current'Junio C Hamano
2009-02-04Replace deprecated dashed git commands in usageAlexander Potashev
2009-02-03receive-pack: explain what to do when push updates the current branchJunio C Hamano
2009-01-18Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer
2008-11-09receive-pack: detect push to current branch of non-bare repoJeff King
2008-11-05Merge branch 'mv/maint-branch-m-symref'Junio C Hamano
2008-11-02Introduce receive.denyDeletesJan Krüger
2008-10-26receive-pack: fix "borrowing from alternate object store" implementationJunio C Hamano
2008-09-09push: receiver end advertises refs from alternate repositoriesJunio C Hamano
2008-09-09receive-pack: make it a builtinJunio C Hamano