summaryrefslogtreecommitdiff
path: root/upload-pack.c
AgeCommit message (Expand)Author
2009-08-22Merge branch 'cc/replace'Junio C Hamano
2009-08-05Merge branch 'ne/futz-upload-pack'Junio C Hamano
2009-06-18upload-pack: squelch progress indicator if client cannot see itJohannes Sixt
2009-06-10Shift object enumeration out of upload-packNick Edelen
2009-06-01environment: add global variable to disable replacementChristian Couder
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano
2009-04-13show_object(): push path_name() call further downLinus Torvalds
2009-04-13process_{tree,blob}: show objects without bufferingLinus Torvalds
2009-04-08list-objects: add "void *data" parameter to show functionsChristian Couder
2009-03-08Move local variables to narrower scopesBenjamin Kramer
2009-03-05improve missing repository error messageJeff King
2009-02-04Replace deprecated dashed git commands in usageAlexander Potashev
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-07-26Record the command invocation path earlyJohannes Sixt
2008-06-26Windows: Implement asynchronous functions as threads.Johannes Sixt
2008-03-05Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce
2008-03-03Teach upload-pack to log the received need lines to an fdShawn O. Pearce
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-26Remove unused object-ref codeMartin Koegler
2008-02-19Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-19check return value from parse_commit() in various functionsMartin Koegler
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-02-18deref_tag: handle return value NULLMartin Koegler
2008-02-13upload-pack: Initialize the exec-path.Johannes Sixt
2007-11-06upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt
2007-10-21upload-pack: Run rev-list in an asynchronous function.Johannes Sixt
2007-10-21upload-pack: Move the revision walker into a separate function.Johannes Sixt
2007-10-21upload-pack: Use start_command() to run pack-objects in create_pack_file().Johannes Sixt
2007-06-08Even more missing staticJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-03-28git-upload-pack: make sure we close unused pipe endsH. Peter Anvin
2007-03-05Merge branch 'js/fetch-progress' (early part)Junio C Hamano
2007-02-24Fixup no-progress for fetch & cloneJohannes Schindelin
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-20fetch & clone: do not output progress when not on a ttyJohannes Schindelin
2007-01-22shallow repository: disable unsupported operations for now.Junio C Hamano
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-24upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.Alexandre Julliard
2006-11-24shallow clone: unparse and reparse an unshallowed commitJunio C Hamano
2006-11-24Why didn't we mark want_obj as ~UNINTERESTING in the old code?Junio C Hamano
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin
2006-11-24allow cloning a repository "shallowly"Johannes Schindelin
2006-11-24support fetching into a shallow repositoryJohannes Schindelin
2006-11-24upload-pack: no longer call rev-listJohannes Schindelin
2006-11-24Merge branch 'jc/upload-pack'Junio C Hamano