1 SVN-fs-dump-format-version: 2
3 UUID: 64142547-0943-4db2-836a-d1e1eb2f9924
6 Prop-content-length: 56
12 2009-12-19T16:17:51.232640Z
16 Prop-content-length: 128
22 (r1) Setup trunk and branches
30 2009-12-19T16:17:51.831965Z
36 Prop-content-length: 10
45 Prop-content-length: 10
52 Prop-content-length: 112
66 2009-12-19T16:17:52.300075Z
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: 120
165 (r3) make left branch
173 2009-12-19T16:17:52.768800Z
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: 121
199 (r4) make right branch
207 2009-12-19T16:17:53.177879Z
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: 117
241 2009-12-19T16:17:53.604691Z
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: 118
346 2009-12-19T16:17:54.063555Z
349 Node-path: branches/right/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: 117
454 2009-12-19T16:17:54.523904Z
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: 117
559 2009-12-19T16:17:54.975970Z
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: 124
656 (r9) make left sub-branch
664 2009-12-19T16:17:55.459904Z
667 Node-path: branches/left-sub
671 Node-copyfrom-path: branches/left
674 Node-path: branches/left-sub/Makefile
678 Node-path: branches/left-sub/Makefile
682 Node-copyfrom-path: branches/left/Makefile
683 Text-copy-source-md5: 5ccff689fb290e00b85fe18ee50c54ba
684 Text-copy-source-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
690 Prop-content-length: 129
696 (r10) left sub-branch update 1
704 2009-12-19T16:17:55.862113Z
707 Node-path: branches/left-sub/README
710 Prop-content-length: 10
711 Text-content-length: 7
712 Text-content-md5: fdbcfb6be9afe1121862143f226b51cf
713 Text-content-sha1: 1d1f5ea4ceb584337ffe59b8980d92e3b78dfef4
721 Prop-content-length: 126
727 (r11) Merge left to trunk 1
735 2009-12-19T16:17:56.413416Z
741 Prop-content-length: 54
751 Node-path: trunk/Makefile
754 Text-content-length: 2593
755 Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
756 Text-content-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
759 # -DCOLLISION_CHECK if you believe that SHA1's
760 # 1461501637330902918203684832716283019655932542976 hashes do not give you
761 # enough guarantees about no collisions between objects ever hapenning.
763 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
764 # Note that you need some new glibc (at least >2.2.4) for this, and it will
765 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
766 # break unless your underlying filesystem supports those sub-second times
773 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
774 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
775 check-files ls-tree merge-base
780 install $(PROG) $(HOME)/bin/
786 update-cache: update-cache.o read-cache.o
787 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
789 show-diff: show-diff.o read-cache.o
790 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
792 write-tree: write-tree.o read-cache.o
793 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
795 read-tree: read-tree.o read-cache.o
796 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
798 commit-tree: commit-tree.o read-cache.o
799 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
801 cat-file: cat-file.o read-cache.o
802 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
804 fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
805 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
807 checkout-cache: checkout-cache.o read-cache.o
808 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
810 diff-tree: diff-tree.o read-cache.o
811 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
813 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
814 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
816 show-files: show-files.o read-cache.o
817 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
819 check-files: check-files.o read-cache.o
820 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
822 ls-tree: ls-tree.o read-cache.o
823 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
825 merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
826 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
828 read-cache.o: cache.h
835 cd .. ; tar czvf dircache.tar.gz dir-cache
839 Prop-content-length: 118
853 2009-12-19T16:17:56.831014Z
856 Node-path: branches/left/zlonk
859 Prop-content-length: 10
860 Text-content-length: 7
861 Text-content-md5: 8b9d8c7c2aaa6167e7d3407a773bbbba
862 Text-content-sha1: 9716527ebd70a75c27625cacbeb2d897c6e86178
870 Prop-content-length: 119
884 2009-12-19T16:17:57.341143Z
887 Node-path: branches/right/bang
890 Prop-content-length: 10
891 Text-content-length: 8
892 Text-content-md5: 34c28f1d2dc6a9adeccc4265bf7516cb
893 Text-content-sha1: 0bc5bb345c0e71d28f784f12e0bd2d384c283062
901 Prop-content-length: 141
907 (r14) Cherry-pick right 2 commits to trunk
915 2009-12-19T16:17:57.841851Z
921 Prop-content-length: 75
932 Node-path: trunk/Makefile
935 Text-content-length: 2713
936 Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
937 Text-content-sha1: 46d9377d783e67a9b581da110352e799517c8a14
940 # -DCOLLISION_CHECK if you believe that SHA1's
941 # 1461501637330902918203684832716283019655932542976 hashes do not give you
942 # enough guarantees about no collisions between objects ever hapenning.
944 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
945 # Note that you need some new glibc (at least >2.2.4) for this, and it will
946 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
947 # break unless your underlying filesystem supports those sub-second times
954 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
955 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
956 check-files ls-tree merge-base merge-cache
961 install $(PROG) $(HOME)/bin/
967 update-cache: update-cache.o read-cache.o
968 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
970 show-diff: show-diff.o read-cache.o
971 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
973 write-tree: write-tree.o read-cache.o
974 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
976 read-tree: read-tree.o read-cache.o
977 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
979 commit-tree: commit-tree.o read-cache.o
980 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
982 cat-file: cat-file.o read-cache.o
983 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
985 fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
986 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
988 checkout-cache: checkout-cache.o read-cache.o
989 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
991 diff-tree: diff-tree.o read-cache.o
992 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
994 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
995 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
997 show-files: show-files.o read-cache.o
998 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
1000 check-files: check-files.o read-cache.o
1001 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
1003 ls-tree: ls-tree.o read-cache.o
1004 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
1006 merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
1007 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1009 merge-cache: merge-cache.o read-cache.o
1010 $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
1012 read-cache.o: cache.h
1013 show-diff.o: cache.h
1019 cd .. ; tar czvf dircache.tar.gz dir-cache
1022 Node-path: trunk/bang
1025 Node-copyfrom-rev: 13
1026 Node-copyfrom-path: branches/right/bang
1027 Text-copy-source-md5: 34c28f1d2dc6a9adeccc4265bf7516cb
1028 Text-copy-source-sha1: 0bc5bb345c0e71d28f784f12e0bd2d384c283062
1032 Prop-content-length: 127
1038 (r15) Merge right to trunk 1
1046 2009-12-19T16:17:58.368520Z
1052 Prop-content-length: 75
1059 /branches/right:2-14
1064 Prop-content-length: 119
1070 (r16) right update 3
1078 2009-12-19T16:17:58.779056Z
1081 Node-path: branches/right/urkkk
1084 Prop-content-length: 10
1085 Text-content-length: 6
1086 Text-content-md5: 5889c8392e16251b0c80927607a03036
1087 Text-content-sha1: 3934264d277a0cf886b6b1c7f2b9e56da2525302
1095 Prop-content-length: 119
1101 (r17) trunk update 1
1109 2009-12-19T16:17:59.221851Z
1112 Node-path: trunk/vronk
1115 Prop-content-length: 10
1116 Text-content-length: 4
1117 Text-content-md5: b2f80fa02a7f1364b9c29d3da44bf9f9
1118 Text-content-sha1: e994d980c0f2d7a3f76138bf96d57f36f9633828
1126 Prop-content-length: 135
1132 (r18) Merge right to left sub-branch
1140 2009-12-19T16:17:59.781666Z
1143 Node-path: branches/left-sub
1146 Prop-content-length: 55
1152 /branches/right:2-17
1156 Node-path: branches/left-sub/Makefile
1159 Text-content-length: 2713
1160 Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
1161 Text-content-sha1: 46d9377d783e67a9b581da110352e799517c8a14
1162 Content-length: 2713
1164 # -DCOLLISION_CHECK if you believe that SHA1's
1165 # 1461501637330902918203684832716283019655932542976 hashes do not give you
1166 # enough guarantees about no collisions between objects ever hapenning.
1168 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
1169 # Note that you need some new glibc (at least >2.2.4) for this, and it will
1170 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
1171 # break unless your underlying filesystem supports those sub-second times
1172 # (my ext3 doesn't).
1178 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
1179 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
1180 check-files ls-tree merge-base merge-cache
1185 install $(PROG) $(HOME)/bin/
1191 update-cache: update-cache.o read-cache.o
1192 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
1194 show-diff: show-diff.o read-cache.o
1195 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
1197 write-tree: write-tree.o read-cache.o
1198 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
1200 read-tree: read-tree.o read-cache.o
1201 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
1203 commit-tree: commit-tree.o read-cache.o
1204 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
1206 cat-file: cat-file.o read-cache.o
1207 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
1209 fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
1210 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1212 checkout-cache: checkout-cache.o read-cache.o
1213 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
1215 diff-tree: diff-tree.o read-cache.o
1216 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
1218 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
1219 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1221 show-files: show-files.o read-cache.o
1222 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
1224 check-files: check-files.o read-cache.o
1225 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
1227 ls-tree: ls-tree.o read-cache.o
1228 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
1230 merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
1231 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1233 merge-cache: merge-cache.o read-cache.o
1234 $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
1236 read-cache.o: cache.h
1237 show-diff.o: cache.h
1243 cd .. ; tar czvf dircache.tar.gz dir-cache
1246 Node-path: branches/left-sub/bang
1249 Node-copyfrom-rev: 17
1250 Node-copyfrom-path: branches/right/bang
1251 Text-copy-source-md5: 34c28f1d2dc6a9adeccc4265bf7516cb
1252 Text-copy-source-sha1: 0bc5bb345c0e71d28f784f12e0bd2d384c283062
1255 Node-path: branches/left-sub/urkkk
1258 Node-copyfrom-rev: 17
1259 Node-copyfrom-path: branches/right/urkkk
1260 Text-copy-source-md5: 5889c8392e16251b0c80927607a03036
1261 Text-copy-source-sha1: 3934264d277a0cf886b6b1c7f2b9e56da2525302
1265 Prop-content-length: 129
1271 (r19) left sub-branch update 2
1279 2009-12-19T16:18:00.200531Z
1282 Node-path: branches/left-sub/wham_eth
1285 Prop-content-length: 10
1286 Text-content-length: 6
1287 Text-content-md5: 757bcd5818572ef3f9580052617c1c8b
1288 Text-content-sha1: b165019b005c199237ba822c4404e771e93b654a
1296 Prop-content-length: 118
1310 2009-12-19T16:18:00.659636Z
1313 Node-path: branches/left/glurpp
1316 Prop-content-length: 10
1317 Text-content-length: 8
1318 Text-content-md5: 14a169f628e0bb59df9c2160649d0a30
1319 Text-content-sha1: ef7d929e52177767ecfcd28941f6b7f04b4131e3
1327 Prop-content-length: 147
1333 (r21) Cherry-pick left sub-branch commit to left
1341 2009-12-19T16:18:01.194402Z
1344 Node-path: branches/left
1347 Prop-content-length: 56
1353 /branches/left-sub:19
1357 Node-path: branches/left/wham_eth
1360 Node-copyfrom-rev: 19
1361 Node-copyfrom-path: branches/left-sub/wham_eth
1362 Text-copy-source-md5: 757bcd5818572ef3f9580052617c1c8b
1363 Text-copy-source-sha1: b165019b005c199237ba822c4404e771e93b654a
1367 Prop-content-length: 134
1373 (r22) Merge left sub-branch to left
1381 2009-12-19T16:18:01.679218Z
1384 Node-path: branches/left
1387 Prop-content-length: 79
1393 /branches/left-sub:4-19
1394 /branches/right:2-17
1398 Node-path: branches/left/Makefile
1401 Text-content-length: 2713
1402 Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
1403 Text-content-sha1: 46d9377d783e67a9b581da110352e799517c8a14
1404 Content-length: 2713
1406 # -DCOLLISION_CHECK if you believe that SHA1's
1407 # 1461501637330902918203684832716283019655932542976 hashes do not give you
1408 # enough guarantees about no collisions between objects ever hapenning.
1410 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
1411 # Note that you need some new glibc (at least >2.2.4) for this, and it will
1412 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
1413 # break unless your underlying filesystem supports those sub-second times
1414 # (my ext3 doesn't).
1420 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
1421 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
1422 check-files ls-tree merge-base merge-cache
1427 install $(PROG) $(HOME)/bin/
1433 update-cache: update-cache.o read-cache.o
1434 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
1436 show-diff: show-diff.o read-cache.o
1437 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
1439 write-tree: write-tree.o read-cache.o
1440 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
1442 read-tree: read-tree.o read-cache.o
1443 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
1445 commit-tree: commit-tree.o read-cache.o
1446 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
1448 cat-file: cat-file.o read-cache.o
1449 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
1451 fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
1452 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1454 checkout-cache: checkout-cache.o read-cache.o
1455 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
1457 diff-tree: diff-tree.o read-cache.o
1458 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
1460 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
1461 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1463 show-files: show-files.o read-cache.o
1464 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
1466 check-files: check-files.o read-cache.o
1467 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
1469 ls-tree: ls-tree.o read-cache.o
1470 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
1472 merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
1473 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1475 merge-cache: merge-cache.o read-cache.o
1476 $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
1478 read-cache.o: cache.h
1479 show-diff.o: cache.h
1485 cd .. ; tar czvf dircache.tar.gz dir-cache
1488 Node-path: branches/left/README
1491 Node-copyfrom-rev: 18
1492 Node-copyfrom-path: branches/left-sub/README
1493 Text-copy-source-md5: fdbcfb6be9afe1121862143f226b51cf
1494 Text-copy-source-sha1: 1d1f5ea4ceb584337ffe59b8980d92e3b78dfef4
1497 Node-path: branches/left/bang
1500 Node-copyfrom-rev: 18
1501 Node-copyfrom-path: branches/left-sub/bang
1502 Text-copy-source-md5: 34c28f1d2dc6a9adeccc4265bf7516cb
1503 Text-copy-source-sha1: 0bc5bb345c0e71d28f784f12e0bd2d384c283062
1506 Node-path: branches/left/urkkk
1509 Node-copyfrom-rev: 18
1510 Node-copyfrom-path: branches/left-sub/urkkk
1511 Text-copy-source-md5: 5889c8392e16251b0c80927607a03036
1512 Text-copy-source-sha1: 3934264d277a0cf886b6b1c7f2b9e56da2525302
1516 Prop-content-length: 126
1522 (r23) Merge left to trunk 2
1530 2009-12-19T16:18:02.212349Z
1536 Prop-content-length: 99
1543 /branches/left-sub:4-19
1544 /branches/right:2-17
1548 Node-path: trunk/README
1551 Node-copyfrom-rev: 22
1552 Node-copyfrom-path: branches/left/README
1553 Text-copy-source-md5: fdbcfb6be9afe1121862143f226b51cf
1554 Text-copy-source-sha1: 1d1f5ea4ceb584337ffe59b8980d92e3b78dfef4
1557 Node-path: trunk/glurpp
1560 Node-copyfrom-rev: 22
1561 Node-copyfrom-path: branches/left/glurpp
1562 Text-copy-source-md5: 14a169f628e0bb59df9c2160649d0a30
1563 Text-copy-source-sha1: ef7d929e52177767ecfcd28941f6b7f04b4131e3
1566 Node-path: trunk/urkkk
1569 Node-copyfrom-rev: 22
1570 Node-copyfrom-path: branches/left/urkkk
1571 Text-copy-source-md5: 5889c8392e16251b0c80927607a03036
1572 Text-copy-source-sha1: 3934264d277a0cf886b6b1c7f2b9e56da2525302
1575 Node-path: trunk/wham_eth
1578 Node-copyfrom-rev: 22
1579 Node-copyfrom-path: branches/left/wham_eth
1580 Text-copy-source-md5: 757bcd5818572ef3f9580052617c1c8b
1581 Text-copy-source-sha1: b165019b005c199237ba822c4404e771e93b654a
1584 Node-path: trunk/zlonk
1587 Node-copyfrom-rev: 22
1588 Node-copyfrom-path: branches/left/zlonk
1589 Text-copy-source-md5: 8b9d8c7c2aaa6167e7d3407a773bbbba
1590 Text-copy-source-sha1: 9716527ebd70a75c27625cacbeb2d897c6e86178
1594 Prop-content-length: 131
1600 (r24) non-merge right to trunk 2
1608 2009-12-19T16:18:02.672148Z
1614 Prop-content-length: 99
1621 /branches/left-sub:4-19
1622 /branches/right:2-22