summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLars Hjemli2008-02-16 11:22:06 +0100
committerLars Hjemli2008-02-16 11:28:16 +0100
commite5ed227ef0da561e2bde8646ec816842392377ee (patch)
treee3f2065c66401c06d1e90f732031077baf1761e1
parent2106c96ca0d6150ea728b8ac9fbbc918e9086b58 (diff)
downloadcgit-e5ed227ef0da561e2bde8646ec816842392377ee.tar
cgit-e5ed227ef0da561e2bde8646ec816842392377ee.tar.gz
cgit-e5ed227ef0da561e2bde8646ec816842392377ee.zip
Use GIT-1.5.4.1
-rw-r--r--Makefile2
m---------git0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcea640..7102908 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
CGIT_CONFIG = /etc/cgitrc
CACHE_ROOT = /var/cache/cgit
SHA1_HEADER = <openssl/sha.h>
-GIT_VER = 1.5.4
+GIT_VER = 1.5.4.1
GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2
#
diff --git a/git b/git
-Subproject c3c135291a62a01f7fd385f46cde34091767259
+Subproject 527270689c364bea9b0630df9bae5e09c2071c1
href='#n152'>152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292