summaryrefslogtreecommitdiff
path: root/receive-pack.c
AgeCommit message (Expand)Author
2006-12-05Merge branch 'maint'Junio C Hamano
2006-12-04receive-pack: do not insist on fast-forward outside refs/heads/Junio C Hamano
2006-11-24Allow git push to delete remote ref.Junio C Hamano
2006-11-03remove .keep pack lock files when done with refs updateNicolas Pitre
2006-11-03Teach receive-pack how to keep pack files based on object count.Shawn Pearce
2006-11-03Merge branch 'master' into np/index-packJunio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-31Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce
2006-10-31Remove unused variable in receive-pack.Shawn Pearce
2006-09-28Merge branch 'master' into lj/refsJunio C Hamano
2006-09-27receive-pack: call setup_ident before git_configJunio C Hamano
2006-09-27Teach receive-pack about ref-logJunio C Hamano
2006-09-21receive-pack: plug memory leak in fast-forward checking code.Johannes Schindelin
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin
2006-08-29Remove uneeded #includeJohannes Schindelin
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-03-05Const tightening.Junio C Hamano
2006-02-23Give no terminating LF to error() function.Junio C Hamano
2006-01-14Exec git programs without using PATH.Michal Ostrowski
2006-01-08GIT 1.1.0v1.1.0Junio C Hamano
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano
2005-12-28send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano
2005-12-22\n usage in stderr outputAlex Riesen
2005-12-08Clean up file descriptors when calling hooks.Daniel Barkalow
2005-11-20Server-side support for user-relative paths.Andreas Ericsson
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano
2005-08-29Revert "Replace zero-length array decls with []."Junio C Hamano
2005-08-24Replace unsetenv() and setenv() with older putenv().Jason Riedy
2005-08-24Replace zero-length array decls with [].Jason Riedy
2005-08-03Make sure leading directories exist when pushing refs.Junio C Hamano
2005-08-03receive-pack hooks updates.Junio C Hamano
2005-08-01[PATCH] Fix warning about non-void return in a void function.A Large Angry SCM
2005-08-01[PATCH] Added hook in git-receive-packJosef Weidendorfer
2005-07-24[PATCH] Add update-server-info.Junio C Hamano
2005-07-08Make "upload-pack" match git-fetch-pack usageLinus Torvalds
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano
2005-07-03Fix sparse warnings.Linus Torvalds
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds
2005-07-03Generalize the "show each ref" code in receice-packLinus Torvalds
2005-06-30Do ref matching on the sender side rather than on receiverLinus Torvalds
2005-06-30Add support for "forcing" a ref on the remote sideLinus Torvalds
2005-06-30git-receive-pack: implement ref switch command handlingLinus Torvalds
2005-06-30git-receive-pack: start parsing ref update commandsLinus Torvalds
2005-06-30Slow but steady progress on git pack receive/sendLinus Torvalds
2005-06-30Make send/receive-pack be closer to doing something interestingLinus Torvalds
2005-06-30Add first cut at "git-receive-pack"Linus Torvalds