1 SVN-fs-dump-format-version: 2
3 UUID: 1530d5a2-a1dc-4438-8ad5-d95e96db8945
6 Prop-content-length: 56
12 2009-11-12T20:29:38.812226Z
16 Prop-content-length: 127
22 Setup trunk and branches
30 2009-11-12T20:29:39.045856Z
36 Prop-content-length: 10
45 Prop-content-length: 10
52 Prop-content-length: 110
66 2009-11-12T20:29:40.079587Z
69 Node-path: trunk/Makefile
72 Prop-content-length: 10
73 Text-content-length: 2401
74 Text-content-md5: bfd8ff778d1492dc6758567373176a89
75 Text-content-sha1: 103205ce331f7d64086dba497574734f78439590
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
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
100 install $(PROG) $(HOME)/bin/
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
155 cd .. ; tar czvf dircache.tar.gz dir-cache
159 Prop-content-length: 119
173 2009-11-12T20:29:42.084439Z
176 Node-path: branches/left
180 Node-copyfrom-path: trunk
183 Node-path: branches/left/Makefile
187 Node-copyfrom-path: trunk/Makefile
188 Text-copy-source-md5: bfd8ff778d1492dc6758567373176a89
189 Text-copy-source-sha1: 103205ce331f7d64086dba497574734f78439590
193 Prop-content-length: 120
207 2009-11-12T20:29:44.065452Z
210 Node-path: branches/right
214 Node-copyfrom-path: trunk
217 Node-path: branches/right/Makefile
221 Node-copyfrom-path: trunk/Makefile
222 Text-copy-source-md5: bfd8ff778d1492dc6758567373176a89
223 Text-copy-source-sha1: 103205ce331f7d64086dba497574734f78439590
227 Prop-content-length: 116
241 2009-11-12T20:29:45.066262Z
244 Node-path: branches/left/Makefile
247 Text-content-length: 2465
248 Text-content-md5: 16e38d9753b061731650561ce01b1195
249 Text-content-sha1: 36da4b84ea9b64218ab48171dfc5c48ae025f38b
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
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
273 install $(PROG) $(HOME)/bin/
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
328 cd .. ; tar czvf dircache.tar.gz dir-cache
332 Prop-content-length: 115
346 2009-11-12T20:29:46.278498Z
349 Node-path: trunk/Makefile
352 Text-content-length: 2521
353 Text-content-md5: 0668418a621333f4aa8b6632cd63e2a0
354 Text-content-sha1: 4f29afd038e52f45acb5ef8c41acfc70062a741a
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
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
378 install $(PROG) $(HOME)/bin/
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
436 cd .. ; tar czvf dircache.tar.gz dir-cache
440 Prop-content-length: 116
454 2009-11-12T20:29:47.069090Z
457 Node-path: branches/left/Makefile
460 Text-content-length: 2529
461 Text-content-md5: f6b197cc3f2e89a83e545d4bb003de73
462 Text-content-sha1: 2f656677cfec0bceec85e53036ffb63e25126f8e
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
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
486 install $(PROG) $(HOME)/bin/
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
541 cd .. ; tar czvf dircache.tar.gz dir-cache
545 Prop-content-length: 116
559 2009-11-12T20:29:48.053835Z
562 Node-path: branches/left/Makefile
565 Text-content-length: 2593
566 Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
567 Text-content-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
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
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
591 install $(PROG) $(HOME)/bin/
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
646 cd .. ; tar czvf dircache.tar.gz dir-cache
650 Prop-content-length: 116
664 2009-11-12T20:29:51.098306Z
670 Prop-content-length: 53
680 Node-path: trunk/Makefile
683 Text-content-length: 2713
684 Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
685 Text-content-sha1: 46d9377d783e67a9b581da110352e799517c8a14
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
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
709 install $(PROG) $(HOME)/bin/
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
767 cd .. ; tar czvf dircache.tar.gz dir-cache
771 Prop-content-length: 116
785 2009-11-12T20:29:52.081644Z
788 Node-path: branches/left/Makefile
791 Text-content-length: 2529
792 Text-content-md5: f6b197cc3f2e89a83e545d4bb003de73
793 Text-content-sha1: 2f656677cfec0bceec85e53036ffb63e25126f8e
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
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
817 install $(PROG) $(HOME)/bin/
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
872 cd .. ; tar czvf dircache.tar.gz dir-cache
876 Prop-content-length: 117
890 2009-11-12T20:29:53.059636Z
893 Node-path: branches/right/Makefile
896 Text-content-length: 2593
897 Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
898 Text-content-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
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
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
922 install $(PROG) $(HOME)/bin/
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
977 cd .. ; tar czvf dircache.tar.gz dir-cache
981 Prop-content-length: 116
995 2009-11-12T20:29:56.083003Z
1001 Prop-content-length: 54