summaryrefslogtreecommitdiffstats
path: root/strbuf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-05Discover refs via smart HTTP server when availableShawn O. Pearce1-17/+131
2009-11-05http-backend: more explict LocationMatchMark Lodato1-1/+1
2009-11-05http-backend: add example for gitweb on same URLMark Lodato1-0/+33
2009-11-05http-backend: use mod_alias instead of mod_rewriteMark Lodato1-7/+3
2009-11-05http-backend: reword some documentationMark Lodato1-4/+8
2009-11-05http-backend: add GIT_PROJECT_ROOT environment varMark Lodato2-25/+39
2009-11-05Smart fetch and push over HTTP: server sideShawn O. Pearce2-4/+359
2009-11-05Add stateless RPC options to upload-pack, receive-packShawn O. Pearce2-10/+56
2009-11-05Git-aware CGI to provide dumb HTTP transportShawn O. Pearce4-0/+396
2009-10-31remote-helpers: return successfully if everything up-to-dateClemens Buchacher2-1/+3
2009-10-31Move WebDAV HTTP push under remote-curlShawn O. Pearce6-54/+287
2009-10-31remote-helpers: Support custom transport optionsShawn O. Pearce3-2/+198
2009-10-31remote-helpers: Fetch more than one ref in a batchShawn O. Pearce3-26/+115
2009-10-31fetch: Allow transport -v -v -v to set verbosity to 3Shawn O. Pearce2-2/+2
2009-10-31remote-curl: Refactor walker initializationShawn O. Pearce1-10/+14
2009-10-31Add multi_ack_detailed capability to fetch-pack/upload-packShawn O. Pearce2-22/+50
2009-10-31Move "get_ack()" back to fetch-packShawn O. Pearce3-22/+21
2009-10-31fetch-pack: Use a strbuf to compose the want listShawn O. Pearce3-25/+39
2009-10-31pkt-line: Make packet_read_line easier to debugShawn O. Pearce1-1/+1
2009-10-31pkt-line: Add strbuf based functionsShawn O. Pearce2-12/+76
2009-10-31http-push: fix check condition on http.c::finish_http_pack_request()Tay Ray Chuan1-1/+1
2009-10-14sha1_file: Fix infinite loop when pack is corruptedShawn O. Pearce2-0/+13
2009-10-14change throughput display units with fast linksNicolas Pitre1-1/+7
2009-10-14clone: Supply the right commit hash to post-checkout when -b is usedBjörn Steinbrink2-1/+3
2009-10-14remote-curl: add missing initialization of argv0_pathJohannes Sixt1-0/+1
2009-10-13Let --decorate show HEAD positionThomas Rast3-2/+3
2009-10-13git-stash documentation: mention default options for 'list'Miklos Vajna1-1/+2
2009-10-13bash completion: complete refs for git-grepThomas Rast1-1/+2
2009-10-12diff.c: stylefixFelipe Contreras1-1/+1
2009-10-12Documentation: add 'git replace' to main git manpageSZEDER Gábor1-0/+1
2009-10-10git-add--interactive: never skip files included in indexPauli Virtanen2-1/+15
2009-10-10GIT 1.6.5v1.6.5Junio C Hamano3-7/+6
2009-10-10git-svn: hide find_parent_branch output in double quiet modeSimon Arlott1-7/+12
2009-10-10Documentation: clone: clarify discussion of initial branchJonathan Nieder1-2/+3
2009-10-10bash: add support for 'git replace'Björn Gustavsson1-0/+6
2009-10-10completion: fix alias listings with newlinesStephen Boyd1-2/+6
2009-10-10completion: fix completion of git <TAB><TAB>Stephen Boyd1-1/+1
2009-10-09import-tars: Add missing closing bracketIngmar Vanhassel1-1/+1
2009-10-09racy-git.txt: explain nsec problem in more detailJonathan Nieder1-4/+6
2009-10-09Documentation: clarify "working tree" definitionJonathan Nieder1-3/+3
2009-10-09Documentation: clarify branch creationJonathan Nieder1-8/+8
2009-10-09Documentation: branch: update --merged descriptionJonathan Nieder1-4/+6
2009-10-09Documentation: clarify mergeoptions descriptionJonathan Nieder2-3/+3
2009-10-09Documentation: git fmt-merge-msg does not have to be a scriptJonathan Nieder2-5/+6
2009-10-09Describe DOCBOOK_XSL_172, ASCIIDOC_NO_ROFF options in MakefileJonathan Nieder1-1/+5
2009-10-09pull: improve advice for unconfigured error caseJeff King1-4/+12
2009-10-09git-svn: Avoid spurious errors when rewriteRoot is used.Alexander Gavrilov1-2/+9
2009-10-09Update draft release notes to 1.6.5Junio C Hamano1-6/+10
2009-10-09Makefile: add a note about the NO_MMAP setting on IRIX and IRIX64Brandon Casey1-0/+12
2009-10-09ls-files: die instead of fprintf/exit in -i errorBen Walton1-5/+2