summaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/pack-object-memuse'Junio C Hamano2009-04-181-6/+8
|\
| * show_object(): push path_name() call further downLinus Torvalds2009-04-121-1/+3
| * process_{tree,blob}: show objects without bufferingLinus Torvalds2009-04-121-6/+6
* | list-objects: add "void *data" parameter to show functionsChristian Couder2009-04-071-3/+3
* | Move local variables to narrower scopesBenjamin Kramer2009-03-071-3/+2
* | improve missing repository error messageJeff King2009-03-041-1/+1
* | Replace deprecated dashed git commands in usageAlexander Potashev2009-02-041-1/+1
* | Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-261-0/+2
|/
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-9/+9
* Record the command invocation path earlyJohannes Sixt2008-07-251-1/+1
* Windows: Implement asynchronous functions as threads.Johannes Sixt2008-06-261-0/+2
* Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce2008-03-041-2/+8
* Teach upload-pack to log the received need lines to an fdShawn O. Pearce2008-03-031-0/+9
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-1/+0
|\
| * Remove unused object-ref codeMartin Koegler2008-02-251-1/+0
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-181-1/+2
|\ \ | |/
| * check return value from parse_commit() in various functionsMartin Koegler2008-02-181-1/+2
* | check return code of prepare_revision_walkMartin Koegler2008-02-171-1/+2
* | deref_tag: handle return value NULLMartin Koegler2008-02-171-1/+2
|/
* upload-pack: Initialize the exec-path.Johannes Sixt2008-02-131-0/+3
* upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt2007-11-051-115/+77
* upload-pack: Run rev-list in an asynchronous function.Johannes Sixt2007-10-211-28/+18
* upload-pack: Move the revision walker into a separate function.Johannes Sixt2007-10-211-33/+37
* upload-pack: Use start_command() to run pack-objects in create_pack_file().Johannes Sixt2007-10-211-61/+44
* Even more missing staticJunio C Hamano2007-06-081-1/+1
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* git-upload-pack: make sure we close unused pipe endsH. Peter Anvin2007-03-271-0/+1
* Merge branch 'js/fetch-progress' (early part)Junio C Hamano2007-03-041-5/+17
|\
| * Fixup no-progress for fetch & cloneJohannes Schindelin2007-02-241-6/+4
| * fetch & clone: do not output progress when not on a ttyJohannes Schindelin2007-02-191-5/+19
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-3/+3
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-5/+5
|/
* shallow repository: disable unsupported operations for now.Junio C Hamano2007-01-211-1/+2
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-0/+1
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-2/+2
* Merge branch 'master' into js/shallowJunio C Hamano2006-12-271-3/+0
|\
| * simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+0
* | upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.Alexandre Julliard2006-11-241-1/+1
* | shallow clone: unparse and reparse an unshallowed commitJunio C Hamano2006-11-241-0/+1
* | Why didn't we mark want_obj as ~UNINTERESTING in the old code?Junio C Hamano2006-11-241-0/+1
* | allow deepening of a shallow repositoryJohannes Schindelin2006-11-241-11/+47
* | allow cloning a repository "shallowly"Johannes Schindelin2006-11-241-1/+20
* | support fetching into a shallow repositoryJohannes Schindelin2006-11-241-2/+20
* | upload-pack: no longer call rev-listJohannes Schindelin2006-11-241-33/+60
|/
* Merge branch 'jc/upload-pack'Junio C Hamano2006-11-241-9/+92
|\
| * upload-pack: stop the other side when they have more roots than we do.Junio C Hamano2006-08-121-9/+92
* | Merge branch 'lj/refs'Junio C Hamano2006-11-011-3/+3
|\ \
| * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
| * | Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-3/+3
* | | let the GIT native protocol use offsets to delta base when possibleNicolas Pitre2006-09-271-3/+7
|/ /