summaryrefslogtreecommitdiff
path: root/receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
* remove .keep pack lock files when done with refs updateNicolas Pitre2006-11-031-23/+73
* Teach receive-pack how to keep pack files based on object count.Shawn Pearce2006-11-031-19/+79
* Merge branch 'master' into np/index-packJunio C Hamano2006-11-031-76/+33
|\
| * Merge branch 'lj/refs'Junio C Hamano2006-11-011-76/+17
| |\
| | * Merge branch 'master' into lj/refsJunio C Hamano2006-09-271-0/+17
| | |\
| | * | receive-pack: call setup_ident before git_configJunio C Hamano2006-09-271-0/+1
| | * | Teach receive-pack about ref-logJunio C Hamano2006-09-271-73/+15
| | * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-2/+2
| | * | Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-3/+3
| * | | Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce2006-10-301-0/+16
| | |/ | |/|
* | | Remove unused variable in receive-pack.Shawn Pearce2006-10-301-5/+2
|/ /
* | receive-pack: plug memory leak in fast-forward checking code.Johannes Schindelin2006-09-201-6/+7
* | add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-201-0/+16
|/
* Remove uneeded #includeJohannes Schindelin2006-08-291-1/+0
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-2/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3
* Const tightening.Junio C Hamano2006-03-051-4/+6
* Give no terminating LF to error() function.Junio C Hamano2006-02-221-2/+2
* Exec git programs without using PATH.Michal Ostrowski2006-01-131-2/+2
* GIT 1.1.0v1.1.0Junio C Hamano2006-01-081-1/+1
|\
| * [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-071-1/+1
* | send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano2005-12-271-32/+88
|/
* \n usage in stderr outputAlex Riesen2005-12-211-1/+1
* Clean up file descriptors when calling hooks.Daniel Barkalow2005-12-071-1/+1
* Server-side support for user-relative paths.Andreas Ericsson2005-11-191-13/+4
* Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano2005-10-151-0/+4
* Revert "Replace zero-length array decls with []."Junio C Hamano2005-08-291-1/+1
* Replace unsetenv() and setenv() with older putenv().Jason Riedy2005-08-231-1/+1
* Replace zero-length array decls with [].Jason Riedy2005-08-231-1/+1
* Make sure leading directories exist when pushing refs.Junio C Hamano2005-08-021-0/+2
* receive-pack hooks updates.Junio C Hamano2005-08-021-10/+45
* [PATCH] Fix warning about non-void return in a void function.A Large Angry SCM2005-08-011-1/+1
* [PATCH] Added hook in git-receive-packJosef Weidendorfer2005-07-311-30/+58
* [PATCH] Add update-server-info.Junio C Hamano2005-07-231-0/+1
* Make "upload-pack" match git-fetch-pack usageLinus Torvalds2005-07-081-3/+1
* [PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano2005-07-061-1/+1
* Fix sparse warnings.Linus Torvalds2005-07-031-1/+1
* Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds2005-07-031-1/+1
* Generalize the "show each ref" code in receice-packLinus Torvalds2005-07-021-53/+6
* Do ref matching on the sender side rather than on receiverLinus Torvalds2005-06-301-36/+7
* Add support for "forcing" a ref on the remote sideLinus Torvalds2005-06-301-2/+18
* git-receive-pack: implement ref switch command handlingLinus Torvalds2005-06-301-5/+59
* git-receive-pack: start parsing ref update commandsLinus Torvalds2005-06-291-17/+35
* Slow but steady progress on git pack receive/sendLinus Torvalds2005-06-291-2/+4
* Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-291-119/+7
* Add first cut at "git-receive-pack"Linus Torvalds2005-06-291-0/+321