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