1SVN-fs-dump-format-version: 2
2
3UUID: 1530d5a2-a1dc-4438-8ad5-d95e96db8945
4
5Revision-number: 0
6Prop-content-length: 56
7Content-length: 56
8
9K 8
10svn:date
11V 27
122009-11-12T20:29:38.812226Z
13PROPS-END
14
15Revision-number: 1
16Prop-content-length: 127
17Content-length: 127
18
19K 7
20svn:log
21V 24
22Setup trunk and branches
23K 10
24svn:author
25V 8
26tallsopp
27K 8
28svn:date
29V 27
302009-11-12T20:29:39.045856Z
31PROPS-END
32
33Node-path: branches
34Node-kind: dir
35Node-action: add
36Prop-content-length: 10
37Content-length: 10
38
39PROPS-END
40
41
42Node-path: trunk
43Node-kind: dir
44Node-action: add
45Prop-content-length: 10
46Content-length: 10
47
48PROPS-END
49
50
51Revision-number: 2
52Prop-content-length: 110
53Content-length: 110
54
55K 7
56svn:log
57V 8
58ancestor
59K 10
60svn:author
61V 8
62tallsopp
63K 8
64svn:date
65V 27
662009-11-12T20:29:40.079587Z
67PROPS-END
68
69Node-path: trunk/Makefile
70Node-kind: file
71Node-action: add
72Prop-content-length: 10
73Text-content-length: 2401
74Text-content-md5: bfd8ff778d1492dc6758567373176a89
75Text-content-sha1: 103205ce331f7d64086dba497574734f78439590
76Content-length: 2411
77
78PROPS-END
79# -DCOLLISION_CHECK if you believe that SHA1's
80# 1461501637330902918203684832716283019655932542976 hashes do not give you
81# enough guarantees about no collisions between objects ever hapenning.
82#
83# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
84# Note that you need some new glibc (at least >2.2.4) for this, and it will
85# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
86# break unless your underlying filesystem supports those sub-second times
87# (my ext3 doesn't).
88CFLAGS=-g -O3 -Wall
89
90CC=gcc
91
92
93PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
94 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
95 check-files ls-tree merge-base
96
97all: $(PROG)
98
99install: $(PROG)
100 install $(PROG) $(HOME)/bin/
101
102LIBS= -lssl -lz
103
104init-db: init-db.o
105
106update-cache: update-cache.o read-cache.o
107 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
108
109show-diff: show-diff.o read-cache.o
110 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
111
112write-tree: write-tree.o read-cache.o
113 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
114
115read-tree: read-tree.o read-cache.o
116 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
117
118commit-tree: commit-tree.o read-cache.o
119 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
120
121cat-file: cat-file.o read-cache.o
122 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
123
124fsck-cache: fsck-cache.o read-cache.o
125 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
126
127checkout-cache: checkout-cache.o read-cache.o
128 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
129
130diff-tree: diff-tree.o read-cache.o
131 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
132
133rev-tree: rev-tree.o read-cache.o
134 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o $(LIBS)
135
136show-files: show-files.o read-cache.o
137 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
138
139check-files: check-files.o read-cache.o
140 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
141
142ls-tree: ls-tree.o read-cache.o
143 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
144
145merge-base: merge-base.o read-cache.o
146 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
147
148read-cache.o: cache.h
149show-diff.o: cache.h
150
151clean:
152 rm -f *.o $(PROG)
153
154backup: clean
155 cd .. ; tar czvf dircache.tar.gz dir-cache
156
157
158Revision-number: 3
159Prop-content-length: 119
160Content-length: 119
161
162K 7
163svn:log
164V 16
165make left branch
166K 10
167svn:author
168V 8
169tallsopp
170K 8
171svn:date
172V 27
1732009-11-12T20:29:42.084439Z
174PROPS-END
175
176Node-path: branches/left
177Node-kind: dir
178Node-action: add
179Node-copyfrom-rev: 1
180Node-copyfrom-path: trunk
181
182
183Node-path: branches/left/Makefile
184Node-kind: file
185Node-action: add
186Node-copyfrom-rev: 2
187Node-copyfrom-path: trunk/Makefile
188Text-copy-source-md5: bfd8ff778d1492dc6758567373176a89
189Text-copy-source-sha1: 103205ce331f7d64086dba497574734f78439590
190
191
192Revision-number: 4
193Prop-content-length: 120
194Content-length: 120
195
196K 7
197svn:log
198V 17
199make right branch
200K 10
201svn:author
202V 8
203tallsopp
204K 8
205svn:date
206V 27
2072009-11-12T20:29:44.065452Z
208PROPS-END
209
210Node-path: branches/right
211Node-kind: dir
212Node-action: add
213Node-copyfrom-rev: 1
214Node-copyfrom-path: trunk
215
216
217Node-path: branches/right/Makefile
218Node-kind: file
219Node-action: add
220Node-copyfrom-rev: 2
221Node-copyfrom-path: trunk/Makefile
222Text-copy-source-md5: bfd8ff778d1492dc6758567373176a89
223Text-copy-source-sha1: 103205ce331f7d64086dba497574734f78439590
224
225
226Revision-number: 5
227Prop-content-length: 116
228Content-length: 116
229
230K 7
231svn:log
232V 13
233left update 1
234K 10
235svn:author
236V 8
237tallsopp
238K 8
239svn:date
240V 27
2412009-11-12T20:29:45.066262Z
242PROPS-END
243
244Node-path: branches/left/Makefile
245Node-kind: file
246Node-action: change
247Text-content-length: 2465
248Text-content-md5: 16e38d9753b061731650561ce01b1195
249Text-content-sha1: 36da4b84ea9b64218ab48171dfc5c48ae025f38b
250Content-length: 2465
251
252# -DCOLLISION_CHECK if you believe that SHA1's
253# 1461501637330902918203684832716283019655932542976 hashes do not give you
254# enough guarantees about no collisions between objects ever hapenning.
255#
256# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
257# Note that you need some new glibc (at least >2.2.4) for this, and it will
258# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
259# break unless your underlying filesystem supports those sub-second times
260# (my ext3 doesn't).
261CFLAGS=-g -O3 -Wall
262
263CC=gcc
264
265
266PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
267 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
268 check-files ls-tree merge-base
269
270all: $(PROG)
271
272install: $(PROG)
273 install $(PROG) $(HOME)/bin/
274
275LIBS= -lssl -lz
276
277init-db: init-db.o
278
279update-cache: update-cache.o read-cache.o
280 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
281
282show-diff: show-diff.o read-cache.o
283 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
284
285write-tree: write-tree.o read-cache.o
286 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
287
288read-tree: read-tree.o read-cache.o
289 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
290
291commit-tree: commit-tree.o read-cache.o
292 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
293
294cat-file: cat-file.o read-cache.o
295 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
296
297fsck-cache: fsck-cache.o read-cache.o
298 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
299
300checkout-cache: checkout-cache.o read-cache.o
301 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
302
303diff-tree: diff-tree.o read-cache.o
304 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
305
306rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
307 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
308
309show-files: show-files.o read-cache.o
310 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
311
312check-files: check-files.o read-cache.o
313 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
314
315ls-tree: ls-tree.o read-cache.o
316 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
317
318merge-base: merge-base.o read-cache.o
319 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
320
321read-cache.o: cache.h
322show-diff.o: cache.h
323
324clean:
325 rm -f *.o $(PROG)
326
327backup: clean
328 cd .. ; tar czvf dircache.tar.gz dir-cache
329
330
331Revision-number: 6
332Prop-content-length: 115
333Content-length: 115
334
335K 7
336svn:log
337V 12
338trunk update
339K 10
340svn:author
341V 8
342tallsopp
343K 8
344svn:date
345V 27
3462009-11-12T20:29:46.278498Z
347PROPS-END
348
349Node-path: trunk/Makefile
350Node-kind: file
351Node-action: change
352Text-content-length: 2521
353Text-content-md5: 0668418a621333f4aa8b6632cd63e2a0
354Text-content-sha1: 4f29afd038e52f45acb5ef8c41acfc70062a741a
355Content-length: 2521
356
357# -DCOLLISION_CHECK if you believe that SHA1's
358# 1461501637330902918203684832716283019655932542976 hashes do not give you
359# enough guarantees about no collisions between objects ever hapenning.
360#
361# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
362# Note that you need some new glibc (at least >2.2.4) for this, and it will
363# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
364# break unless your underlying filesystem supports those sub-second times
365# (my ext3 doesn't).
366CFLAGS=-g -O3 -Wall
367
368CC=gcc
369
370
371PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
372 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
373 check-files ls-tree merge-base merge-cache
374
375all: $(PROG)
376
377install: $(PROG)
378 install $(PROG) $(HOME)/bin/
379
380LIBS= -lssl -lz
381
382init-db: init-db.o
383
384update-cache: update-cache.o read-cache.o
385 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
386
387show-diff: show-diff.o read-cache.o
388 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
389
390write-tree: write-tree.o read-cache.o
391 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
392
393read-tree: read-tree.o read-cache.o
394 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
395
396commit-tree: commit-tree.o read-cache.o
397 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
398
399cat-file: cat-file.o read-cache.o
400 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
401
402fsck-cache: fsck-cache.o read-cache.o
403 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
404
405checkout-cache: checkout-cache.o read-cache.o
406 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
407
408diff-tree: diff-tree.o read-cache.o
409 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
410
411rev-tree: rev-tree.o read-cache.o
412 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o $(LIBS)
413
414show-files: show-files.o read-cache.o
415 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
416
417check-files: check-files.o read-cache.o
418 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
419
420ls-tree: ls-tree.o read-cache.o
421 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
422
423merge-base: merge-base.o read-cache.o
424 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
425
426merge-cache: merge-cache.o read-cache.o
427 $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
428
429read-cache.o: cache.h
430show-diff.o: cache.h
431
432clean:
433 rm -f *.o $(PROG)
434
435backup: clean
436 cd .. ; tar czvf dircache.tar.gz dir-cache
437
438
439Revision-number: 7
440Prop-content-length: 116
441Content-length: 116
442
443K 7
444svn:log
445V 13
446left update 2
447K 10
448svn:author
449V 8
450tallsopp
451K 8
452svn:date
453V 27
4542009-11-12T20:29:47.069090Z
455PROPS-END
456
457Node-path: branches/left/Makefile
458Node-kind: file
459Node-action: change
460Text-content-length: 2529
461Text-content-md5: f6b197cc3f2e89a83e545d4bb003de73
462Text-content-sha1: 2f656677cfec0bceec85e53036ffb63e25126f8e
463Content-length: 2529
464
465# -DCOLLISION_CHECK if you believe that SHA1's
466# 1461501637330902918203684832716283019655932542976 hashes do not give you
467# enough guarantees about no collisions between objects ever hapenning.
468#
469# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
470# Note that you need some new glibc (at least >2.2.4) for this, and it will
471# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
472# break unless your underlying filesystem supports those sub-second times
473# (my ext3 doesn't).
474CFLAGS=-g -O3 -Wall
475
476CC=gcc
477
478
479PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
480 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
481 check-files ls-tree merge-base
482
483all: $(PROG)
484
485install: $(PROG)
486 install $(PROG) $(HOME)/bin/
487
488LIBS= -lssl -lz
489
490init-db: init-db.o
491
492update-cache: update-cache.o read-cache.o
493 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
494
495show-diff: show-diff.o read-cache.o
496 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
497
498write-tree: write-tree.o read-cache.o
499 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
500
501read-tree: read-tree.o read-cache.o
502 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
503
504commit-tree: commit-tree.o read-cache.o
505 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
506
507cat-file: cat-file.o read-cache.o
508 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
509
510fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
511 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
512
513checkout-cache: checkout-cache.o read-cache.o
514 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
515
516diff-tree: diff-tree.o read-cache.o
517 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
518
519rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
520 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
521
522show-files: show-files.o read-cache.o
523 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
524
525check-files: check-files.o read-cache.o
526 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
527
528ls-tree: ls-tree.o read-cache.o
529 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
530
531merge-base: merge-base.o read-cache.o
532 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
533
534read-cache.o: cache.h
535show-diff.o: cache.h
536
537clean:
538 rm -f *.o $(PROG)
539
540backup: clean
541 cd .. ; tar czvf dircache.tar.gz dir-cache
542
543
544Revision-number: 8
545Prop-content-length: 116
546Content-length: 116
547
548K 7
549svn:log
550V 13
551left update 3
552K 10
553svn:author
554V 8
555tallsopp
556K 8
557svn:date
558V 27
5592009-11-12T20:29:48.053835Z
560PROPS-END
561
562Node-path: branches/left/Makefile
563Node-kind: file
564Node-action: change
565Text-content-length: 2593
566Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
567Text-content-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
568Content-length: 2593
569
570# -DCOLLISION_CHECK if you believe that SHA1's
571# 1461501637330902918203684832716283019655932542976 hashes do not give you
572# enough guarantees about no collisions between objects ever hapenning.
573#
574# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
575# Note that you need some new glibc (at least >2.2.4) for this, and it will
576# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
577# break unless your underlying filesystem supports those sub-second times
578# (my ext3 doesn't).
579CFLAGS=-g -O3 -Wall
580
581CC=gcc
582
583
584PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
585 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
586 check-files ls-tree merge-base
587
588all: $(PROG)
589
590install: $(PROG)
591 install $(PROG) $(HOME)/bin/
592
593LIBS= -lssl -lz
594
595init-db: init-db.o
596
597update-cache: update-cache.o read-cache.o
598 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
599
600show-diff: show-diff.o read-cache.o
601 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
602
603write-tree: write-tree.o read-cache.o
604 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
605
606read-tree: read-tree.o read-cache.o
607 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
608
609commit-tree: commit-tree.o read-cache.o
610 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
611
612cat-file: cat-file.o read-cache.o
613 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
614
615fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
616 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
617
618checkout-cache: checkout-cache.o read-cache.o
619 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
620
621diff-tree: diff-tree.o read-cache.o
622 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
623
624rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
625 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
626
627show-files: show-files.o read-cache.o
628 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
629
630check-files: check-files.o read-cache.o
631 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
632
633ls-tree: ls-tree.o read-cache.o
634 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
635
636merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
637 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
638
639read-cache.o: cache.h
640show-diff.o: cache.h
641
642clean:
643 rm -f *.o $(PROG)
644
645backup: clean
646 cd .. ; tar czvf dircache.tar.gz dir-cache
647
648
649Revision-number: 9
650Prop-content-length: 116
651Content-length: 116
652
653K 7
654svn:log
655V 13
656Merge trunk 1
657K 10
658svn:author
659V 8
660tallsopp
661K 8
662svn:date
663V 27
6642009-11-12T20:29:51.098306Z
665PROPS-END
666
667Node-path: trunk
668Node-kind: dir
669Node-action: change
670Prop-content-length: 53
671Content-length: 53
672
673K 13
674svn:mergeinfo
675V 18
676/branches/left:2-8
677PROPS-END
678
679
680Node-path: trunk/Makefile
681Node-kind: file
682Node-action: change
683Text-content-length: 2713
684Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
685Text-content-sha1: 46d9377d783e67a9b581da110352e799517c8a14
686Content-length: 2713
687
688# -DCOLLISION_CHECK if you believe that SHA1's
689# 1461501637330902918203684832716283019655932542976 hashes do not give you
690# enough guarantees about no collisions between objects ever hapenning.
691#
692# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
693# Note that you need some new glibc (at least >2.2.4) for this, and it will
694# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
695# break unless your underlying filesystem supports those sub-second times
696# (my ext3 doesn't).
697CFLAGS=-g -O3 -Wall
698
699CC=gcc
700
701
702PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
703 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
704 check-files ls-tree merge-base merge-cache
705
706all: $(PROG)
707
708install: $(PROG)
709 install $(PROG) $(HOME)/bin/
710
711LIBS= -lssl -lz
712
713init-db: init-db.o
714
715update-cache: update-cache.o read-cache.o
716 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
717
718show-diff: show-diff.o read-cache.o
719 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
720
721write-tree: write-tree.o read-cache.o
722 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
723
724read-tree: read-tree.o read-cache.o
725 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
726
727commit-tree: commit-tree.o read-cache.o
728 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
729
730cat-file: cat-file.o read-cache.o
731 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
732
733fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
734 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
735
736checkout-cache: checkout-cache.o read-cache.o
737 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
738
739diff-tree: diff-tree.o read-cache.o
740 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
741
742rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
743 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
744
745show-files: show-files.o read-cache.o
746 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
747
748check-files: check-files.o read-cache.o
749 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
750
751ls-tree: ls-tree.o read-cache.o
752 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
753
754merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
755 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
756
757merge-cache: merge-cache.o read-cache.o
758 $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
759
760read-cache.o: cache.h
761show-diff.o: cache.h
762
763clean:
764 rm -f *.o $(PROG)
765
766backup: clean
767 cd .. ; tar czvf dircache.tar.gz dir-cache
768
769
770Revision-number: 10
771Prop-content-length: 116
772Content-length: 116
773
774K 7
775svn:log
776V 13
777left update 4
778K 10
779svn:author
780V 8
781tallsopp
782K 8
783svn:date
784V 27
7852009-11-12T20:29:52.081644Z
786PROPS-END
787
788Node-path: branches/left/Makefile
789Node-kind: file
790Node-action: change
791Text-content-length: 2529
792Text-content-md5: f6b197cc3f2e89a83e545d4bb003de73
793Text-content-sha1: 2f656677cfec0bceec85e53036ffb63e25126f8e
794Content-length: 2529
795
796# -DCOLLISION_CHECK if you believe that SHA1's
797# 1461501637330902918203684832716283019655932542976 hashes do not give you
798# enough guarantees about no collisions between objects ever hapenning.
799#
800# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
801# Note that you need some new glibc (at least >2.2.4) for this, and it will
802# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
803# break unless your underlying filesystem supports those sub-second times
804# (my ext3 doesn't).
805CFLAGS=-g -O3 -Wall
806
807CC=gcc
808
809
810PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
811 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
812 check-files ls-tree merge-base
813
814all: $(PROG)
815
816install: $(PROG)
817 install $(PROG) $(HOME)/bin/
818
819LIBS= -lssl -lz
820
821init-db: init-db.o
822
823update-cache: update-cache.o read-cache.o
824 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
825
826show-diff: show-diff.o read-cache.o
827 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
828
829write-tree: write-tree.o read-cache.o
830 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
831
832read-tree: read-tree.o read-cache.o
833 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
834
835commit-tree: commit-tree.o read-cache.o
836 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
837
838cat-file: cat-file.o read-cache.o
839 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
840
841fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
842 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
843
844checkout-cache: checkout-cache.o read-cache.o
845 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
846
847diff-tree: diff-tree.o read-cache.o
848 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
849
850rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
851 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
852
853show-files: show-files.o read-cache.o
854 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
855
856check-files: check-files.o read-cache.o
857 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
858
859ls-tree: ls-tree.o read-cache.o
860 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
861
862merge-base: merge-base.o read-cache.o
863 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
864
865read-cache.o: cache.h
866show-diff.o: cache.h
867
868clean:
869 rm -f *.o $(PROG)
870
871backup: clean
872 cd .. ; tar czvf dircache.tar.gz dir-cache
873
874
875Revision-number: 11
876Prop-content-length: 117
877Content-length: 117
878
879K 7
880svn:log
881V 14
882right update 1
883K 10
884svn:author
885V 8
886tallsopp
887K 8
888svn:date
889V 27
8902009-11-12T20:29:53.059636Z
891PROPS-END
892
893Node-path: branches/right/Makefile
894Node-kind: file
895Node-action: change
896Text-content-length: 2593
897Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
898Text-content-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
899Content-length: 2593
900
901# -DCOLLISION_CHECK if you believe that SHA1's
902# 1461501637330902918203684832716283019655932542976 hashes do not give you
903# enough guarantees about no collisions between objects ever hapenning.
904#
905# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
906# Note that you need some new glibc (at least >2.2.4) for this, and it will
907# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
908# break unless your underlying filesystem supports those sub-second times
909# (my ext3 doesn't).
910CFLAGS=-g -O3 -Wall
911
912CC=gcc
913
914
915PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
916 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
917 check-files ls-tree merge-base
918
919all: $(PROG)
920
921install: $(PROG)
922 install $(PROG) $(HOME)/bin/
923
924LIBS= -lssl -lz
925
926init-db: init-db.o
927
928update-cache: update-cache.o read-cache.o
929 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
930
931show-diff: show-diff.o read-cache.o
932 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
933
934write-tree: write-tree.o read-cache.o
935 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
936
937read-tree: read-tree.o read-cache.o
938 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
939
940commit-tree: commit-tree.o read-cache.o
941 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
942
943cat-file: cat-file.o read-cache.o
944 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
945
946fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
947 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
948
949checkout-cache: checkout-cache.o read-cache.o
950 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
951
952diff-tree: diff-tree.o read-cache.o
953 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
954
955rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
956 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
957
958show-files: show-files.o read-cache.o
959 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
960
961check-files: check-files.o read-cache.o
962 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
963
964ls-tree: ls-tree.o read-cache.o
965 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
966
967merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
968 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
969
970read-cache.o: cache.h
971show-diff.o: cache.h
972
973clean:
974 rm -f *.o $(PROG)
975
976backup: clean
977 cd .. ; tar czvf dircache.tar.gz dir-cache
978
979
980Revision-number: 12
981Prop-content-length: 116
982Content-length: 116
983
984K 7
985svn:log
986V 13
987Merge trunk 2
988K 10
989svn:author
990V 8
991tallsopp
992K 8
993svn:date
994V 27
9952009-11-12T20:29:56.083003Z
996PROPS-END
997
998Node-path: trunk
999Node-kind: dir
1000Node-action: change
1001Prop-content-length: 54
1002Content-length: 54
1003
1004K 13
1005svn:mergeinfo
1006V 19
1007/branches/left:2-11
1008PROPS-END
1009
1010