~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ngit/NGit/NGit.Transport/BasePackPushConnection.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        {
86
86
                /// <summary>The client expects a status report after the server processes the pack.</summary>
87
87
                /// <remarks>The client expects a status report after the server processes the pack.</remarks>
 
88
                /// <since>2.0</since>
88
89
                public static readonly string CAPABILITY_REPORT_STATUS = "report-status";
89
90
 
90
91
                /// <summary>The server supports deleting refs.</summary>
91
92
                /// <remarks>The server supports deleting refs.</remarks>
 
93
                /// <since>2.0</since>
92
94
                public static readonly string CAPABILITY_DELETE_REFS = "delete-refs";
93
95
 
94
96
                /// <summary>The server supports packs with OFS deltas.</summary>
95
97
                /// <remarks>The server supports packs with OFS deltas.</remarks>
 
98
                /// <since>2.0</since>
96
99
                public static readonly string CAPABILITY_OFS_DELTA = "ofs-delta";
97
100
 
98
101
                /// <summary>The client supports using the 64K side-band for progress messages.</summary>
99
102
                /// <remarks>The client supports using the 64K side-band for progress messages.</remarks>
 
103
                /// <since>2.0</since>
100
104
                public static readonly string CAPABILITY_SIDE_BAND_64K = "side-band-64k";
101
105
 
102
106
                private readonly bool thinPack;