aboutsummaryrefslogtreecommitdiff
path: root/receive-pack.c
Commit message (Expand)AuthorAge
* receive-pack: plug memory leak in fast-forward checking code.Johannes Schindelin2006-09-20
* add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-20
* Remove uneeded #includeJohannes Schindelin2006-08-29
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Const tightening.Junio C Hamano2006-03-05
* Give no terminating LF to error() function.Junio C Hamano2006-02-22
* Exec git programs without using PATH.Michal Ostrowski2006-01-13
* GIT 1.1.0v1.1.0Junio C Hamano2006-01-08
|\
| * [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-07
* | send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano2005-12-27
|/
* \n usage in stderr outputAlex Riesen2005-12-21
* Clean up file descriptors when calling hooks.Daniel Barkalow2005-12-07
* Server-side support for user-relative paths.Andreas Ericsson2005-11-19
* Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano2005-10-15
* Revert "Replace zero-length array decls with []."Junio C Hamano2005-08-29
* Replace unsetenv() and setenv() with older putenv().Jason Riedy2005-08-23
* Replace zero-length array decls with [].Jason Riedy2005-08-23
* Make sure leading directories exist when pushing refs.Junio C Hamano2005-08-02
* receive-pack hooks updates.Junio C Hamano2005-08-02
* [PATCH] Fix warning about non-void return in a void function.A Large Angry SCM2005-08-01
* [PATCH] Added hook in git-receive-packJosef Weidendorfer2005-07-31
* [PATCH] Add update-server-info.Junio C Hamano2005-07-23
* Make "upload-pack" match git-fetch-pack usageLinus Torvalds2005-07-08
* [PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano2005-07-06
* Fix sparse warnings.Linus Torvalds2005-07-03
* Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds2005-07-03
* Generalize the "show each ref" code in receice-packLinus Torvalds2005-07-02
* Do ref matching on the sender side rather than on receiverLinus Torvalds2005-06-30
* Add support for "forcing" a ref on the remote sideLinus Torvalds2005-06-30
* git-receive-pack: implement ref switch command handlingLinus Torvalds2005-06-30
* git-receive-pack: start parsing ref update commandsLinus Torvalds2005-06-29
* Slow but steady progress on git pack receive/sendLinus Torvalds2005-06-29
* Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-29
* Add first cut at "git-receive-pack"Linus Torvalds2005-06-29