summaryrefslogtreecommitdiffstats
path: root/delta.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-14smart-http: Really never use Expect: 100-continueShawn O. Pearce1-1/+1
2011-03-14Documentation: "rebase <onto> <that>" stays on <that> branch upon exitDrew Northup1-2/+3
2011-03-14object.h: Remove obsolete struct object_refsJakob Pfender1-5/+0
2011-03-13git-p4: test clone @allPete Wyckoff1-0/+16
2011-03-13git-p4: fix clone @all regressionPete Wyckoff1-1/+1
2011-03-13docs: point git.txt author credits to git-scm.comJeff King1-2/+4
2011-03-11doc: add missing git footersJeff King5-0/+20
2011-03-11doc: drop author/documentation sections from most pagesJeff King134-1134/+4
2011-03-11Revert "core.abbrevguard: Ensure short object names stay unique a bit longer"Junio C Hamano5-21/+1
2011-03-10Update Release Notes to 1.7.5Junio C Hamano1-3/+27
2011-03-09Fix typo in t/READMEMathias Lafeldt1-1/+1
2011-03-09ls-remote documentation: <refs> argument is optionalPiotr Krukowiecki1-1/+1
2011-03-09Add Author and Documentation sections to git-for-each-ref.txtAlexei Sholik1-0/+12
2011-03-09Documentation: remove redundant colons in git-for-each-ref.txtAlexei Sholik1-3/+3
2011-03-09transport-helper.c: fix check for (size_t < 0)Nicolas Kaiser1-1/+1
2011-03-09SubmittingPatches: clarify the expected commit log descriptionJunio C Hamano1-8/+18
2011-03-08diff format documentation: clarify --cc and -cAdam Monsen1-4/+7
2011-03-08compat: fall back on __va_copy if availableJonathan Nieder1-1/+10
2011-03-08rev-list-options.txt: typo fixMichael J Gruber1-1/+1
2011-03-08git-compat-util.h: Honor HP C's noreturn attributeMichal Rokos1-1/+4
2011-03-08Makefile: add NO_FNMATCH_CASEFOLD to HP-UX sectionMichal Rokos1-0/+1
2011-03-06apply -v: show offset count when patch did not apply exactlyJunio C Hamano1-2/+14
2011-03-04apply: do not patch lines that were already patchedJunio C Hamano1-1/+6
2011-03-04Documentation: fix a typo in git-apply.txtMichał Kiedrowicz1-1/+1
2011-03-04init: remove unnecessary checkNguyễn Thái Ngọc Duy1-7/+5
2011-03-03push: better error message when no remote configuredMatthieu Moy1-1/+8
2011-03-03push: better error messages when push.default = trackingMatthieu Moy1-6/+16
2011-03-02sha1_file.c: Don't retain open fds on small packsShawn O. Pearce3-6/+39
2011-03-02mingw: add minimum getrlimit() compatibility stubErik Faye-Lund1-0/+16
2011-03-01verify-pack: add --stat-only to the synopsis sectionJunio C Hamano1-1/+1
2011-02-28fast-import: make code "-Wpointer-arith" cleanJonathan Nieder1-1/+1
2011-02-28Limit file descriptors used by packsShawn O. Pearce1-13/+30
2011-02-28Start preparing release notes to 1.7.5Junio C Hamano2-1/+57
2011-02-28git-instaweb: Change how gitweb.psgi is made runnable as standalone appJakub Narebski1-2/+4
2011-02-28gitweb: Make i18n (encoding) tests in t9500 leave clean stateJakub Narebski1-1/+5
2011-02-28git-add: make -A description clearer vs. -uMichael J Gruber1-1/+1
2011-02-27git-cvsimport.perl: Bail out right away when reading from the server failsFabian Keil1-1/+3
2011-02-27branch_merged: fix grammar in warningEric Hanchrow1-1/+1
2011-02-26vcs-svn: teach line_buffer about temporary filesJonathan Nieder3-1/+52
2011-02-26vcs-svn: allow input from file descriptorJonathan Nieder5-7/+31
2011-02-26vcs-svn: allow character-oriented inputJonathan Nieder2-0/+6
2011-02-26vcs-svn: add binary-safe read functionJonathan Nieder4-0/+35
2011-02-26t0081 (line-buffer): add buffering testsJonathan Nieder2-4/+128
2011-02-26vcs-svn: tweak test-line-buffer to not assume line-oriented inputJonathan Nieder2-17/+20
2011-02-26tests: give vcs-svn/line_buffer its own test scriptJonathan Nieder2-54/+67
2011-02-26vcs-svn: make test-line-buffer input format more flexibleJonathan Nieder2-29/+45
2011-02-26vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder7-46/+50
2011-02-26vcs-svn: collect line_buffer data in a structJonathan Nieder2-23/+33
2011-02-26vcs-svn: replace buffer_read_string memory pool with a strbufJonathan Nieder1-10/+6
2011-02-26vcs-svn: eliminate global byte_bufferJonathan Nieder1-1/+2