aboutsummaryrefslogtreecommitdiffstats
path: root/receive-pack.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-20receive-pack: plug memory leak in fast-forward checking code.Johannes Schindelin1-6/+7
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin1-0/+16
2006-08-29Remove uneeded #includeJohannes Schindelin1-1/+0
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-2/+2
2006-08-15remove unnecessary initializationsDavid Rientjes1-3/+3
2006-03-05Const tightening.Junio C Hamano1-4/+6
2006-02-22Give no terminating LF to error() function.Junio C Hamano1-2/+2
2006-01-13Exec git programs without using PATH.Michal Ostrowski1-2/+2
2006-01-08GIT 1.1.0v1.1.0Junio C Hamano1-1/+1
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano1-1/+1
2005-12-27send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano1-32/+88
2005-12-21\n usage in stderr outputAlex Riesen1-1/+1
2005-12-07Clean up file descriptors when calling hooks.Daniel Barkalow1-1/+1
2005-11-19Server-side support for user-relative paths.Andreas Ericsson1-13/+4
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano1-0/+4
2005-08-29Revert "Replace zero-length array decls with []."Junio C Hamano1-1/+1
2005-08-23Replace unsetenv() and setenv() with older putenv().Jason Riedy1-1/+1
2005-08-23Replace zero-length array decls with [].Jason Riedy1-1/+1
2005-08-02Make sure leading directories exist when pushing refs.Junio C Hamano1-0/+2
2005-08-02receive-pack hooks updates.Junio C Hamano1-10/+45
2005-08-01[PATCH] Fix warning about non-void return in a void function.A Large Angry SCM1-1/+1
2005-07-31[PATCH] Added hook in git-receive-packJosef Weidendorfer1-30/+58
2005-07-23[PATCH] Add update-server-info.Junio C Hamano1-0/+1
2005-07-08Make "upload-pack" match git-fetch-pack usageLinus Torvalds1-3/+1
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano1-1/+1
2005-07-03Fix sparse warnings.Linus Torvalds1-1/+1
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds1-1/+1
2005-07-02Generalize the "show each ref" code in receice-packLinus Torvalds1-53/+6
2005-06-30Do ref matching on the sender side rather than on receiverLinus Torvalds1-36/+7
2005-06-30Add support for "forcing" a ref on the remote sideLinus Torvalds1-2/+18
2005-06-30git-receive-pack: implement ref switch command handlingLinus Torvalds1-5/+59
2005-06-29git-receive-pack: start parsing ref update commandsLinus Torvalds1-17/+35
2005-06-29Slow but steady progress on git pack receive/sendLinus Torvalds1-2/+4
2005-06-29Make send/receive-pack be closer to doing something interestingLinus Torvalds1-119/+7
2005-06-29Add first cut at "git-receive-pack"Linus Torvalds1-0/+321