summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cvsserver: Determinize output to combat Perl 5.18 hash randomizationak/cvsserver-stabilize-use-of-hash-keysAnders Kaseorg2013-10-301-5/+5
* cvsserver: pick up the right mode bitsjc/cvsserver-perm-bit-fixJunio C Hamano2013-09-111-1/+1
* Merge branch 'mo/cvs-server-updates'Junio C Hamano2013-01-233-317/+2198
|\
| * t9402: Use TABs for indentationTorsten Bögershausen2012-12-091-375/+376
| * t9402: Rename check.cvsCount and check.listTorsten Bögershausen2012-12-091-6/+6
| * t9402: Simplify git ls-treeTorsten Bögershausen2012-12-091-1/+1
| * t9402: Add missing &&; Code styleTorsten Bögershausen2012-12-091-56/+50
| * t9402: No space after IO-redirectionTorsten Bögershausen2012-12-091-30/+30
| * t9402: Dont use test_must_fail cvsTorsten Bögershausen2012-12-091-10/+10
| * t9402: improve check_end_tree() and check_end_full_tree()Torsten Bögershausen2012-12-091-18/+13
| * t9402: sed -i is not portableTorsten Bögershausen2012-12-091-3/+6
| * cvsserver Documentation: new cvs ... -r supportMatthew Ogilvie2012-10-161-0/+37
| * 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
* | Merge branch 'jc/makefile-perl-python-path-doc'Junio C Hamano2013-01-231-0/+5
|\ \
| * | Makefile: add description on PERL/PYTHON_PATHJunio C Hamano2013-01-131-0/+5
* | | Merge git://ozlabs.org/~paulus/gitkJunio C Hamano2013-01-232-365/+504
|\ \ \
| * | | gitk: Display important heads even when there are manyPaul Mackerras2013-01-021-15/+44
| * | | gitk: Improve display of list of nearby tags and headsPaul Mackerras2013-01-011-3/+9
| * | | gitk: Fix display of branch names on some commitsPaul Mackerras2013-01-011-2/+2
| * | | gitk: Update Swedish translation (296t)Peter Krefting2012-10-221-321/+352
| * | | gitk: When searching, only highlight files when in Patch modeStefan Haller2012-10-221-7/+6
| * | | gitk: Fix error message when clicking on a connecting lineStefan Haller2012-10-221-0/+2
| * | | gitk: Fix crash when not using themed widgetsMarcus Karlsson2012-10-221-4/+12
| * | | gitk: Use bindshiftfunctionkey to bind Shift-F5Andrew Wong2012-10-221-1/+1
| * | | gitk: Refactor code for binding modified function keysAndrew Wong2012-10-221-2/+6
| * | | gitk: Work around empty back and forward images when buttons are disabledStefan Haller2012-09-231-6/+11
| * | | gitk: Highlight first search result immediately on incremental searchStefan Haller2012-09-231-1/+4
| * | | gitk: Highlight current search hit in orangeStefan Haller2012-09-231-3/+23
| * | | gitk: Synchronize highlighting in file view when scrolling diffStefan Haller2012-09-231-11/+43
* | | | Merge branch 'jc/merge-blobs'Junio C Hamano2013-01-221-1/+1
|\ \ \ \
| * | | | Makefile: Replace merge-file.h with merge-blobs.h in LIB_HRamsay Jones2013-01-221-1/+1
* | | | | Update draft release notes to 1.8.2Junio C Hamano2013-01-221-2/+37
* | | | | Merge branch 'mz/reset-misc'Junio C Hamano2013-01-225-171/+214
|\ \ \ \ \
| * | | | | reset: update documentation to require only tree-ish with pathsMartin von Zweigbergk2013-01-162-11/+11
| * | | | | reset [--mixed]: use diff-based reset whether or not pathspec was givenMartin von Zweigbergk2013-01-151-1/+1
| * | | | | reset: allow reset on unborn branchMartin von Zweigbergk2013-01-152-6/+62
| * | | | | reset $sha1 $pathspec: require $sha1 only to be treeishMartin von Zweigbergk2013-01-152-21/+35
| * | | | | reset.c: inline update_index_refresh()Martin von Zweigbergk2013-01-151-9/+5
| * | | | | reset.c: finish entire cmd_reset() whether or not pathspec is givenMartin von Zweigbergk2013-01-151-24/+18
| * | | | | reset [--mixed]: only write index file onceMartin von Zweigbergk2013-01-151-9/+5
| * | | | | reset.c: move lock, write and commit out of update_index_refresh()Martin von Zweigbergk2013-01-151-16/+18
| * | | | | reset.c: move update_index_refresh() call out of read_from_tree()Martin von Zweigbergk2013-01-151-9/+9