summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cvsserver: add t9402 to test branch and tag refsMatthew Ogilvie2012-10-161-0/+558
* cvsserver: support -r and sticky tags for most operationsMatthew Ogilvie2012-10-161-203/+510
* cvsserver: Add version awareness to argsfromdirMatthew Ogilvie2012-10-161-30/+198
* cvsserver: generalize getmeta() to recognize commit refsMatthew Ogilvie2012-10-161-11/+145
* cvsserver: implement req_Sticky and related utilitiesMatthew Ogilvie2012-10-161-2/+169
* cvsserver: add misc commit lookup, file meta data, and file listing functionsMatthew Ogilvie2012-10-161-1/+365
* cvsserver: define a tag name character escape mechanismMatthew Ogilvie2012-10-161-0/+91
* cvsserver: cleanup extra slashes in filename argumentsMatthew Ogilvie2012-10-161-0/+28
* cvsserver: factor out git-log parsing logicMatthew Ogilvie2012-10-161-71/+105
* cvsserver status: provide real sticky infoMatthew Ogilvie2012-10-162-4/+55
* cvsserver: cvs add: do not expand directory argumentsMatthew Ogilvie2012-10-161-2/+0
* cvsserver: use whole CVS rev number in-process; don't strip "1." prefixMatthew Ogilvie2012-10-162-104/+123
* cvsserver: split up long lines in req_{status,diff,log}Matthew Ogilvie2012-10-161-61/+159
* cvsserver: clean up client request handler map commentsMatthew Ogilvie2012-10-161-1/+4
* cvsserver: remove unused functions _headrev and gethistoryMatthew Ogilvie2012-10-161-32/+4
* cvsserver update: comment about how we shouldn't remove a user-modified fileMatthew Ogilvie2012-10-161-0/+4
* cvsserver: add comments about database schema/usageMatthew Ogilvie2012-10-161-4/+42
* cvsserver: removed unused sha1Or-k mode from kopts_from_pathMatthew Ogilvie2012-10-161-33/+5
* cvsserver t9400: add basic 'cvs log' testMatthew Ogilvie2012-10-161-0/+70
* Documentation/RelNotes: remove "updated up to this revision" markersThomas Ackermann2012-10-165-25/+0
* Update draft release notes to 1.8.0Junio C Hamano2012-10-161-0/+7
* Merge branch 'jk/maint-http-half-auth-push'Junio C Hamano2012-10-163-6/+6
|\
| * http: fix segfault in handle_curl_resultJeff King2012-10-123-6/+6
* | l10n: Update git.pot (3 new, 6 removed messages)Jiang Xin2012-10-161-437/+415
* | Merge branch 'master' of git://github.com/vnwildman/gitJiang Xin2012-10-161-672/+4096
|\ \
| * | l10n: vi.po: update translation upto cc76011Tran Ngoc Quan2012-10-151-672/+4096
* | | Merge branch 'maint'Junio C Hamano2012-10-131-1/+1
|\ \ \
| * | | Fix spelling error in post-receive-email hookRichard Fearn2012-10-131-1/+1
* | | | Merge branch 'maint'Junio C Hamano2012-10-121-1/+1
|\ \ \ \ | |/ / /
| * | | gitweb.cgi: fix "comitter_tz" typo in feedDylan Alex Simon2012-10-121-1/+1
* | | | Git 1.8.0-rc2v1.8.0-rc2Junio C Hamano2012-10-111-1/+1
* | | | Merge branch 'rr/git-uri-doc'Junio C Hamano2012-10-101-2/+6
|\ \ \ \
| * | | | Git url doc: mark ftp/ftps as read-only and deprecate themRamkumar Ramachandra2012-10-081-2/+6
* | | | | Merge branch 'bw/cp-a-is-gnuism'Junio C Hamano2012-10-103-3/+3
|\ \ \ \ \
| * | | | | tests: "cp -a" is a GNUismBen Walton2012-10-083-3/+3
| |/ / / /
* | | | | Merge branch 'nd/doc-ignore'Junio C Hamano2012-10-101-1/+5
|\ \ \ \ \
| * | | | | gitignore.txt: suggestions how to get literal # or ! at the beginningNguyễn Thái Ngọc Duy2012-10-071-1/+5
* | | | | | Merge branch 'jc/doc-long-options'Junio C Hamano2012-10-101-1/+11
|\ \ \ \ \ \
| * | | | | | gitcli: parse-options lets you omit tail of long optionsJunio C Hamano2012-10-041-1/+11
* | | | | | | Sync with maintJunio C Hamano2012-10-101-0/+5
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | attr: a note about the order of .gitattributes lookupNguyen Thai Ngoc Duy2012-10-101-0/+5
* | | | | | | Merge git://bogomips.org/git-svnJunio C Hamano2012-10-102-2/+25
|\ \ \ \ \ \ \
| * | | | | | | svn test: escape peg revision separator using empty peg revJonathan Nieder2012-10-101-1/+1
| * | | | | | | git svn: work around SVN 1.7 mishandling of svn:special changesJonathan Nieder2012-10-101-1/+24
* | | | | | | | MALLOC_CHECK: Allow checking to be disabled from config.makRamsay Jones2012-10-101-0/+1
|/ / / / / / /
* | | | | | | Merge branch 'maint'Junio C Hamano2012-10-091-7/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'maint' of git://github.com/git-l10n/git-po into maintJunio C Hamano2012-10-091-7/+7
| |\ \ \ \ \ \
| | * | | | | | l10n: de.po: fix a few minor typosSimon Ruderich2012-10-041-7/+7
| | | |_|/ / / | | |/| | | |
* | | | | | | configure.ac: Add missing comma to CC_LD_DYNPATHØyvind A. Holm2012-10-091-1/+1
* | | | | | | Git 1.8.0-rc1v1.8.0-rc1Junio C Hamano2012-10-082-12/+4