apply: Use the term "working tree" consistently
[git/dscho.git] / t / t9151 / svn-mergeinfo.dump
blob11a883fda96ec81f3ed9ba3a9cfc424cc41d8103
1 SVN-fs-dump-format-version: 2
3 UUID: 1530d5a2-a1dc-4438-8ad5-d95e96db8945
5 Revision-number: 0
6 Prop-content-length: 56
7 Content-length: 56
9 K 8
10 svn:date
11 V 27
12 2009-11-12T20:29:38.812226Z
13 PROPS-END
15 Revision-number: 1
16 Prop-content-length: 127
17 Content-length: 127
19 K 7
20 svn:log
21 V 24
22 Setup trunk and branches
23 K 10
24 svn:author
25 V 8
26 tallsopp
27 K 8
28 svn:date
29 V 27
30 2009-11-12T20:29:39.045856Z
31 PROPS-END
33 Node-path: branches
34 Node-kind: dir
35 Node-action: add
36 Prop-content-length: 10
37 Content-length: 10
39 PROPS-END
42 Node-path: trunk
43 Node-kind: dir
44 Node-action: add
45 Prop-content-length: 10
46 Content-length: 10
48 PROPS-END
51 Revision-number: 2
52 Prop-content-length: 110
53 Content-length: 110
55 K 7
56 svn:log
57 V 8
58 ancestor
59 K 10
60 svn:author
61 V 8
62 tallsopp
63 K 8
64 svn:date
65 V 27
66 2009-11-12T20:29:40.079587Z
67 PROPS-END
69 Node-path: trunk/Makefile
70 Node-kind: file
71 Node-action: add
72 Prop-content-length: 10
73 Text-content-length: 2401
74 Text-content-md5: bfd8ff778d1492dc6758567373176a89
75 Text-content-sha1: 103205ce331f7d64086dba497574734f78439590
76 Content-length: 2411
78 PROPS-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.
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).
88 CFLAGS=-g -O3 -Wall
90 CC=gcc
93 PROG=   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
97 all: $(PROG)
99 install: $(PROG)
100         install $(PROG) $(HOME)/bin/
102 LIBS= -lssl -lz
104 init-db: init-db.o
106 update-cache: update-cache.o read-cache.o
107         $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
109 show-diff: show-diff.o read-cache.o
110         $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
112 write-tree: write-tree.o read-cache.o
113         $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
115 read-tree: read-tree.o read-cache.o
116         $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
118 commit-tree: commit-tree.o read-cache.o
119         $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
121 cat-file: cat-file.o read-cache.o
122         $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
124 fsck-cache: fsck-cache.o read-cache.o
125         $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
127 checkout-cache: checkout-cache.o read-cache.o
128         $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
130 diff-tree: diff-tree.o read-cache.o
131         $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
133 rev-tree: rev-tree.o read-cache.o
134         $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o $(LIBS)
136 show-files: show-files.o read-cache.o
137         $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
139 check-files: check-files.o read-cache.o
140         $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
142 ls-tree: ls-tree.o read-cache.o
143         $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
145 merge-base: merge-base.o read-cache.o
146         $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
148 read-cache.o: cache.h
149 show-diff.o: cache.h
151 clean:
152         rm -f *.o $(PROG)
154 backup: clean
155         cd .. ; tar czvf dircache.tar.gz dir-cache
158 Revision-number: 3
159 Prop-content-length: 119
160 Content-length: 119
162 K 7
163 svn:log
164 V 16
165 make left branch
166 K 10
167 svn:author
168 V 8
169 tallsopp
170 K 8
171 svn:date
172 V 27
173 2009-11-12T20:29:42.084439Z
174 PROPS-END
176 Node-path: branches/left
177 Node-kind: dir
178 Node-action: add
179 Node-copyfrom-rev: 1
180 Node-copyfrom-path: trunk
183 Node-path: branches/left/Makefile
184 Node-kind: file
185 Node-action: add
186 Node-copyfrom-rev: 2
187 Node-copyfrom-path: trunk/Makefile
188 Text-copy-source-md5: bfd8ff778d1492dc6758567373176a89
189 Text-copy-source-sha1: 103205ce331f7d64086dba497574734f78439590
192 Revision-number: 4
193 Prop-content-length: 120
194 Content-length: 120
196 K 7
197 svn:log
198 V 17
199 make right branch
200 K 10
201 svn:author
202 V 8
203 tallsopp
204 K 8
205 svn:date
206 V 27
207 2009-11-12T20:29:44.065452Z
208 PROPS-END
210 Node-path: branches/right
211 Node-kind: dir
212 Node-action: add
213 Node-copyfrom-rev: 1
214 Node-copyfrom-path: trunk
217 Node-path: branches/right/Makefile
218 Node-kind: file
219 Node-action: add
220 Node-copyfrom-rev: 2
221 Node-copyfrom-path: trunk/Makefile
222 Text-copy-source-md5: bfd8ff778d1492dc6758567373176a89
223 Text-copy-source-sha1: 103205ce331f7d64086dba497574734f78439590
226 Revision-number: 5
227 Prop-content-length: 116
228 Content-length: 116
230 K 7
231 svn:log
232 V 13
233 left update 1
234 K 10
235 svn:author
236 V 8
237 tallsopp
238 K 8
239 svn:date
240 V 27
241 2009-11-12T20:29:45.066262Z
242 PROPS-END
244 Node-path: branches/left/Makefile
245 Node-kind: file
246 Node-action: change
247 Text-content-length: 2465
248 Text-content-md5: 16e38d9753b061731650561ce01b1195
249 Text-content-sha1: 36da4b84ea9b64218ab48171dfc5c48ae025f38b
250 Content-length: 2465
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.
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).
261 CFLAGS=-g -O3 -Wall
263 CC=gcc
266 PROG=   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
270 all: $(PROG)
272 install: $(PROG)
273         install $(PROG) $(HOME)/bin/
275 LIBS= -lssl -lz
277 init-db: init-db.o
279 update-cache: update-cache.o read-cache.o
280         $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
282 show-diff: show-diff.o read-cache.o
283         $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
285 write-tree: write-tree.o read-cache.o
286         $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
288 read-tree: read-tree.o read-cache.o
289         $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
291 commit-tree: commit-tree.o read-cache.o
292         $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
294 cat-file: cat-file.o read-cache.o
295         $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
297 fsck-cache: fsck-cache.o read-cache.o
298         $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
300 checkout-cache: checkout-cache.o read-cache.o
301         $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
303 diff-tree: diff-tree.o read-cache.o
304         $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
306 rev-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)
309 show-files: show-files.o read-cache.o
310         $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
312 check-files: check-files.o read-cache.o
313         $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
315 ls-tree: ls-tree.o read-cache.o
316         $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
318 merge-base: merge-base.o read-cache.o
319         $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
321 read-cache.o: cache.h
322 show-diff.o: cache.h
324 clean:
325         rm -f *.o $(PROG)
327 backup: clean
328         cd .. ; tar czvf dircache.tar.gz dir-cache
331 Revision-number: 6
332 Prop-content-length: 115
333 Content-length: 115
335 K 7
336 svn:log
337 V 12
338 trunk update
339 K 10
340 svn:author
341 V 8
342 tallsopp
343 K 8
344 svn:date
345 V 27
346 2009-11-12T20:29:46.278498Z
347 PROPS-END
349 Node-path: trunk/Makefile
350 Node-kind: file
351 Node-action: change
352 Text-content-length: 2521
353 Text-content-md5: 0668418a621333f4aa8b6632cd63e2a0
354 Text-content-sha1: 4f29afd038e52f45acb5ef8c41acfc70062a741a
355 Content-length: 2521
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.
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).
366 CFLAGS=-g -O3 -Wall
368 CC=gcc
371 PROG=   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
375 all: $(PROG)
377 install: $(PROG)
378         install $(PROG) $(HOME)/bin/
380 LIBS= -lssl -lz
382 init-db: init-db.o
384 update-cache: update-cache.o read-cache.o
385         $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
387 show-diff: show-diff.o read-cache.o
388         $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
390 write-tree: write-tree.o read-cache.o
391         $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
393 read-tree: read-tree.o read-cache.o
394         $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
396 commit-tree: commit-tree.o read-cache.o
397         $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
399 cat-file: cat-file.o read-cache.o
400         $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
402 fsck-cache: fsck-cache.o read-cache.o
403         $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
405 checkout-cache: checkout-cache.o read-cache.o
406         $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
408 diff-tree: diff-tree.o read-cache.o
409         $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
411 rev-tree: rev-tree.o read-cache.o
412         $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o $(LIBS)
414 show-files: show-files.o read-cache.o
415         $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
417 check-files: check-files.o read-cache.o
418         $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
420 ls-tree: ls-tree.o read-cache.o
421         $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
423 merge-base: merge-base.o read-cache.o
424         $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
426 merge-cache: merge-cache.o read-cache.o
427         $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
429 read-cache.o: cache.h
430 show-diff.o: cache.h
432 clean:
433         rm -f *.o $(PROG)
435 backup: clean
436         cd .. ; tar czvf dircache.tar.gz dir-cache
439 Revision-number: 7
440 Prop-content-length: 116
441 Content-length: 116
443 K 7
444 svn:log
445 V 13
446 left update 2
447 K 10
448 svn:author
449 V 8
450 tallsopp
451 K 8
452 svn:date
453 V 27
454 2009-11-12T20:29:47.069090Z
455 PROPS-END
457 Node-path: branches/left/Makefile
458 Node-kind: file
459 Node-action: change
460 Text-content-length: 2529
461 Text-content-md5: f6b197cc3f2e89a83e545d4bb003de73
462 Text-content-sha1: 2f656677cfec0bceec85e53036ffb63e25126f8e
463 Content-length: 2529
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.
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).
474 CFLAGS=-g -O3 -Wall
476 CC=gcc
479 PROG=   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
483 all: $(PROG)
485 install: $(PROG)
486         install $(PROG) $(HOME)/bin/
488 LIBS= -lssl -lz
490 init-db: init-db.o
492 update-cache: update-cache.o read-cache.o
493         $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
495 show-diff: show-diff.o read-cache.o
496         $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
498 write-tree: write-tree.o read-cache.o
499         $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
501 read-tree: read-tree.o read-cache.o
502         $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
504 commit-tree: commit-tree.o read-cache.o
505         $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
507 cat-file: cat-file.o read-cache.o
508         $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
510 fsck-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)
513 checkout-cache: checkout-cache.o read-cache.o
514         $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
516 diff-tree: diff-tree.o read-cache.o
517         $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
519 rev-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)
522 show-files: show-files.o read-cache.o
523         $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
525 check-files: check-files.o read-cache.o
526         $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
528 ls-tree: ls-tree.o read-cache.o
529         $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
531 merge-base: merge-base.o read-cache.o
532         $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
534 read-cache.o: cache.h
535 show-diff.o: cache.h
537 clean:
538         rm -f *.o $(PROG)
540 backup: clean
541         cd .. ; tar czvf dircache.tar.gz dir-cache
544 Revision-number: 8
545 Prop-content-length: 116
546 Content-length: 116
548 K 7
549 svn:log
550 V 13
551 left update 3
552 K 10
553 svn:author
554 V 8
555 tallsopp
556 K 8
557 svn:date
558 V 27
559 2009-11-12T20:29:48.053835Z
560 PROPS-END
562 Node-path: branches/left/Makefile
563 Node-kind: file
564 Node-action: change
565 Text-content-length: 2593
566 Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
567 Text-content-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
568 Content-length: 2593
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.
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).
579 CFLAGS=-g -O3 -Wall
581 CC=gcc
584 PROG=   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
588 all: $(PROG)
590 install: $(PROG)
591         install $(PROG) $(HOME)/bin/
593 LIBS= -lssl -lz
595 init-db: init-db.o
597 update-cache: update-cache.o read-cache.o
598         $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
600 show-diff: show-diff.o read-cache.o
601         $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
603 write-tree: write-tree.o read-cache.o
604         $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
606 read-tree: read-tree.o read-cache.o
607         $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
609 commit-tree: commit-tree.o read-cache.o
610         $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
612 cat-file: cat-file.o read-cache.o
613         $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
615 fsck-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)
618 checkout-cache: checkout-cache.o read-cache.o
619         $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
621 diff-tree: diff-tree.o read-cache.o
622         $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
624 rev-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)
627 show-files: show-files.o read-cache.o
628         $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
630 check-files: check-files.o read-cache.o
631         $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
633 ls-tree: ls-tree.o read-cache.o
634         $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
636 merge-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)
639 read-cache.o: cache.h
640 show-diff.o: cache.h
642 clean:
643         rm -f *.o $(PROG)
645 backup: clean
646         cd .. ; tar czvf dircache.tar.gz dir-cache
649 Revision-number: 9
650 Prop-content-length: 116
651 Content-length: 116
653 K 7
654 svn:log
655 V 13
656 Merge trunk 1
657 K 10
658 svn:author
659 V 8
660 tallsopp
661 K 8
662 svn:date
663 V 27
664 2009-11-12T20:29:51.098306Z
665 PROPS-END
667 Node-path: trunk
668 Node-kind: dir
669 Node-action: change
670 Prop-content-length: 53
671 Content-length: 53
673 K 13
674 svn:mergeinfo
675 V 18
676 /branches/left:2-8
677 PROPS-END
680 Node-path: trunk/Makefile
681 Node-kind: file
682 Node-action: change
683 Text-content-length: 2713
684 Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
685 Text-content-sha1: 46d9377d783e67a9b581da110352e799517c8a14
686 Content-length: 2713
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.
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).
697 CFLAGS=-g -O3 -Wall
699 CC=gcc
702 PROG=   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
706 all: $(PROG)
708 install: $(PROG)
709         install $(PROG) $(HOME)/bin/
711 LIBS= -lssl -lz
713 init-db: init-db.o
715 update-cache: update-cache.o read-cache.o
716         $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
718 show-diff: show-diff.o read-cache.o
719         $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
721 write-tree: write-tree.o read-cache.o
722         $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
724 read-tree: read-tree.o read-cache.o
725         $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
727 commit-tree: commit-tree.o read-cache.o
728         $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
730 cat-file: cat-file.o read-cache.o
731         $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
733 fsck-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)
736 checkout-cache: checkout-cache.o read-cache.o
737         $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
739 diff-tree: diff-tree.o read-cache.o
740         $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
742 rev-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)
745 show-files: show-files.o read-cache.o
746         $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
748 check-files: check-files.o read-cache.o
749         $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
751 ls-tree: ls-tree.o read-cache.o
752         $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
754 merge-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)
757 merge-cache: merge-cache.o read-cache.o
758         $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
760 read-cache.o: cache.h
761 show-diff.o: cache.h
763 clean:
764         rm -f *.o $(PROG)
766 backup: clean
767         cd .. ; tar czvf dircache.tar.gz dir-cache
770 Revision-number: 10
771 Prop-content-length: 116
772 Content-length: 116
774 K 7
775 svn:log
776 V 13
777 left update 4
778 K 10
779 svn:author
780 V 8
781 tallsopp
782 K 8
783 svn:date
784 V 27
785 2009-11-12T20:29:52.081644Z
786 PROPS-END
788 Node-path: branches/left/Makefile
789 Node-kind: file
790 Node-action: change
791 Text-content-length: 2529
792 Text-content-md5: f6b197cc3f2e89a83e545d4bb003de73
793 Text-content-sha1: 2f656677cfec0bceec85e53036ffb63e25126f8e
794 Content-length: 2529
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.
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).
805 CFLAGS=-g -O3 -Wall
807 CC=gcc
810 PROG=   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
814 all: $(PROG)
816 install: $(PROG)
817         install $(PROG) $(HOME)/bin/
819 LIBS= -lssl -lz
821 init-db: init-db.o
823 update-cache: update-cache.o read-cache.o
824         $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
826 show-diff: show-diff.o read-cache.o
827         $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
829 write-tree: write-tree.o read-cache.o
830         $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
832 read-tree: read-tree.o read-cache.o
833         $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
835 commit-tree: commit-tree.o read-cache.o
836         $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
838 cat-file: cat-file.o read-cache.o
839         $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
841 fsck-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)
844 checkout-cache: checkout-cache.o read-cache.o
845         $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
847 diff-tree: diff-tree.o read-cache.o
848         $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
850 rev-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)
853 show-files: show-files.o read-cache.o
854         $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
856 check-files: check-files.o read-cache.o
857         $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
859 ls-tree: ls-tree.o read-cache.o
860         $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
862 merge-base: merge-base.o read-cache.o
863         $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
865 read-cache.o: cache.h
866 show-diff.o: cache.h
868 clean:
869         rm -f *.o $(PROG)
871 backup: clean
872         cd .. ; tar czvf dircache.tar.gz dir-cache
875 Revision-number: 11
876 Prop-content-length: 117
877 Content-length: 117
879 K 7
880 svn:log
881 V 14
882 right update 1
883 K 10
884 svn:author
885 V 8
886 tallsopp
887 K 8
888 svn:date
889 V 27
890 2009-11-12T20:29:53.059636Z
891 PROPS-END
893 Node-path: branches/right/Makefile
894 Node-kind: file
895 Node-action: change
896 Text-content-length: 2593
897 Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
898 Text-content-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
899 Content-length: 2593
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.
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).
910 CFLAGS=-g -O3 -Wall
912 CC=gcc
915 PROG=   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
919 all: $(PROG)
921 install: $(PROG)
922         install $(PROG) $(HOME)/bin/
924 LIBS= -lssl -lz
926 init-db: init-db.o
928 update-cache: update-cache.o read-cache.o
929         $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
931 show-diff: show-diff.o read-cache.o
932         $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
934 write-tree: write-tree.o read-cache.o
935         $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
937 read-tree: read-tree.o read-cache.o
938         $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
940 commit-tree: commit-tree.o read-cache.o
941         $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
943 cat-file: cat-file.o read-cache.o
944         $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
946 fsck-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)
949 checkout-cache: checkout-cache.o read-cache.o
950         $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
952 diff-tree: diff-tree.o read-cache.o
953         $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
955 rev-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)
958 show-files: show-files.o read-cache.o
959         $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
961 check-files: check-files.o read-cache.o
962         $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
964 ls-tree: ls-tree.o read-cache.o
965         $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
967 merge-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)
970 read-cache.o: cache.h
971 show-diff.o: cache.h
973 clean:
974         rm -f *.o $(PROG)
976 backup: clean
977         cd .. ; tar czvf dircache.tar.gz dir-cache
980 Revision-number: 12
981 Prop-content-length: 116
982 Content-length: 116
984 K 7
985 svn:log
986 V 13
987 Merge trunk 2
988 K 10
989 svn:author
990 V 8
991 tallsopp
992 K 8
993 svn:date
994 V 27
995 2009-11-12T20:29:56.083003Z
996 PROPS-END
998 Node-path: trunk
999 Node-kind: dir
1000 Node-action: change
1001 Prop-content-length: 54
1002 Content-length: 54
1004 K 13
1005 svn:mergeinfo
1006 V 19
1007 /branches/left:2-11
1008 PROPS-END