aboutsummaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAge
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
* Record the command invocation path earlyJohannes Sixt2008-07-25
* Windows: Implement asynchronous functions as threads.Johannes Sixt2008-06-26
* Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce2008-03-04
* Teach upload-pack to log the received need lines to an fdShawn O. Pearce2008-03-03
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\
| * Remove unused object-ref codeMartin Koegler2008-02-25
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-18
|\ \ | |/
| * check return value from parse_commit() in various functionsMartin Koegler2008-02-18
* | check return code of prepare_revision_walkMartin Koegler2008-02-17
* | deref_tag: handle return value NULLMartin Koegler2008-02-17
|/
* upload-pack: Initialize the exec-path.Johannes Sixt2008-02-13
* upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt2007-11-05
* upload-pack: Run rev-list in an asynchronous function.Johannes Sixt2007-10-21
* upload-pack: Move the revision walker into a separate function.Johannes Sixt2007-10-21
* upload-pack: Use start_command() to run pack-objects in create_pack_file().Johannes Sixt2007-10-21
* Even more missing staticJunio C Hamano2007-06-08
* War on whitespaceJunio C Hamano2007-06-07
* git-upload-pack: make sure we close unused pipe endsH. Peter Anvin2007-03-27
* Merge branch 'js/fetch-progress' (early part)Junio C Hamano2007-03-04
|\
| * Fixup no-progress for fetch & cloneJohannes Schindelin2007-02-24
| * fetch & clone: do not output progress when not on a ttyJohannes Schindelin2007-02-19
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-20
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
|/
* shallow repository: disable unsupported operations for now.Junio C Hamano2007-01-21
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-08
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
* Merge branch 'master' into js/shallowJunio C Hamano2006-12-27
|\
| * simplify inclusion of system header files.Junio C Hamano2006-12-20
* | upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.Alexandre Julliard2006-11-24
* | shallow clone: unparse and reparse an unshallowed commitJunio C Hamano2006-11-24
* | Why didn't we mark want_obj as ~UNINTERESTING in the old code?Junio C Hamano2006-11-24
* | allow deepening of a shallow repositoryJohannes Schindelin2006-11-24
* | allow cloning a repository "shallowly"Johannes Schindelin2006-11-24
* | support fetching into a shallow repositoryJohannes Schindelin2006-11-24
* | upload-pack: no longer call rev-listJohannes Schindelin2006-11-24
|/
* Merge branch 'jc/upload-pack'Junio C Hamano2006-11-24
|\
| * upload-pack: stop the other side when they have more roots than we do.Junio C Hamano2006-08-12
* | Merge branch 'lj/refs'Junio C Hamano2006-11-01
|\ \
| * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
| * | Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
* | | let the GIT native protocol use offsets to delta base when possibleNicolas Pitre2006-09-27
|/ /
* | Merge part of branch 'jc/upload-pack'Junio C Hamano2006-09-17
|\ \ | |/
| * upload-pack: minor clean-up in multi-ack logicJunio C Hamano2006-08-12
* | Prepare larger packet buffer for upload-pack protocol.Junio C Hamano2006-09-10
* | Move sideband server side support into reusable form.Junio C Hamano2006-09-10
* | Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* | remove unnecessary initializationsDavid Rientjes2006-08-15
* | Make upload_pack void and remove conditional return.David Rientjes2006-08-14
|/
* Merge branch 'jc/upload-pack'Junio C Hamano2006-08-12
|\