From 4cc71bb7fb7d10347bfa8ba57cb4cf74dcc79d4b Mon Sep 17 00:00:00 2001 From: nulltoken Date: Tue, 13 Nov 2012 11:48:07 +0100 Subject: [PATCH] tests: Add "describe" test repository Built with the following script: #!/bin/sh test_tick () { sleep 10 } test_tick && echo one >file && git add file && git commit -m initial && one=$(git rev-parse HEAD) && git describe --always HEAD && test_tick && echo two >file && git add file && git commit -m second && two=$(git rev-parse HEAD) && test_tick && echo three >file && git add file && git commit -m third && test_tick && echo A >file && git add file && git commit -m A && test_tick && git tag -a -m A A && test_tick && echo c >file && git add file && git commit -m c && test_tick && git tag c && git reset --hard $two && test_tick && echo B >side && git add side && git commit -m B && test_tick && git tag -a -m B B && test_tick && git merge -m Merged c && merged=$(git rev-parse HEAD) && git reset --hard $two && test_tick && echo D >another && git add another && git commit -m D && test_tick && git tag -a -m D D && test_tick && git tag -a -m R R && test_tick && echo DD >another && git commit -a -m another && test_tick && git tag e && test_tick && echo DDD >another && git commit -a -m "yet another" && test_tick && git merge -m Merged $merged && test_tick && echo X >file && echo X >side && git add file side && git commit -m x --- tests/resources/describe/.gitted/HEAD | Bin 0 -> 24 bytes tests/resources/describe/.gitted/config | Bin 0 -> 165 bytes tests/resources/describe/.gitted/index | Bin 0 -> 262 bytes tests/resources/describe/.gitted/logs/HEAD | Bin 0 -> 2298 bytes .../describe/.gitted/logs/refs/heads/master | Bin 0 -> 2298 bytes .../03/00021985931292d0611b9232e757035fefc04d | Bin 0 -> 108 bytes .../10/8b485d8268ea595df8ffea74f0f4b186577d32 | Bin 0 -> 125 bytes .../10/bd08b099ecb79184c60183f5c94ca915f427ad | Bin 0 -> 127 bytes .../17/8481050188cf00d7d9cd5a11e43ab8fab9294f | Bin 0 -> 17 bytes .../19/1faf88a5826a99f475baaf8b13652c4e40bfe6 | Bin 0 -> 19 bytes .../1e/016431ec7b22dd3e23f3e6f5f68f358f9227cf | Bin 0 -> 156 bytes .../22/3b7836fb19fdf64ba2d3cd6173c6a283141f78 | Bin 0 -> 17 bytes .../25/d5edf8c0ef17e8a13b8da75913dcec4ea7afc1 | Bin 0 -> 87 bytes .../2b/df67abb163a4ffb2d7f3f0880c9fe5068ce782 | Bin 0 -> 21 bytes .../31/fc9136820b507e938a9c6b88bf2c567a9f6f4b | Bin 0 -> 153 bytes .../42/8f9554a2eec22de29898819b579466af7c1583 | Bin 0 -> 80 bytes .../4d/6558b8fa764baeb0f19c1e857df91e0eda5a0f | Bin 0 -> 155 bytes .../4f/2d9ce01ad5249cabdc6565366af8aff85b1525 | Bin 0 -> 18 bytes .../52/912fbab0715dec53d43053966e78ad213ba359 | Bin 0 -> 127 bytes .../56/26abf0f72e58d7a153368ba57db4c673c0e171 | Bin 0 -> 19 bytes .../61/26a5f9c57ebc81e64370ec3095184ad92dab1c | Bin 0 -> 151 bytes .../62/d8fe9f6db631bd3a19140699101c9e281c9f9d | Bin 0 -> 17 bytes .../65/a91bc2262480dce4c5979519aae6668368eb4e | Bin 0 -> 77 bytes .../68/0166b6cd31f76354fee2572618e6b0142d05e6 | Bin 0 -> 127 bytes .../69/3a3de402bb23897ed5c931273e53c78eff0495 | Bin 0 -> 49 bytes .../6a/12b56088706aa6c39ccd23b7c7ce60f3a0b9a1 | Bin 0 -> 154 bytes .../6d/218e42592043041c4da016ff298cf241b86c3c | Bin 0 -> 77 bytes .../75/bb152c600647586c226d98411b1d2f9861af5a | Bin 0 -> 80 bytes .../81/f4b1aac643e6983fab370eae8aefccecbf3a4c | Bin 0 -> 152 bytes .../8e/c1d96451ff05451720e4e8968812c46b35e5e4 | Bin 0 -> 49 bytes .../94/9b98e208015bfc0e2f573debc34ae2f97a7f0e | Bin 0 -> 186 bytes .../9c/06d71b8406ab97537e3acdc39a2c4ade7a9411 | Bin 0 -> 49 bytes .../a6/095f816e81f64651595d488badc42399837d6a | Bin 0 -> 153 bytes .../a9/e3325a07117aa5381e044a8d96c26eb30d729d | Bin 0 -> 49 bytes .../a9/eb02af13df030159e39f70330d5c8a47655691 | Bin 0 -> 160 bytes .../aa/d8d5cef3915ab78b3227abaaac99b62db9eb54 | Bin 0 -> 49 bytes .../aa/ddd4f14847e0e323924ec262c2343249a84f8b | Bin 0 -> 125 bytes .../b2/40c0fb88c5a629e00ebc1275fa1f33e364a705 | Bin 0 -> 155 bytes .../ce/1c4f8b6120122e23d4442925d98c56c41917d8 | Bin 0 -> 187 bytes .../d5/aab219a814ddbe4b3aaedf03cdea491b218ec4 | Bin 0 -> 80 bytes .../f2/ad6c76f0115a6ba5b00456a849810e7ec0af20 | Bin 0 -> 17 bytes .../f7/0f10e4db19068f79bc43844b49f3eece45c4e8 | Bin 0 -> 17 bytes .../f7/19efd430d52bcfc8566a43b2eb655688d38871 | Bin 0 -> 19 bytes .../resources/describe/.gitted/refs/heads/master | Bin 0 -> 42 bytes tests/resources/describe/.gitted/refs/tags/A | Bin 0 -> 42 bytes tests/resources/describe/.gitted/refs/tags/B | Bin 0 -> 42 bytes tests/resources/describe/.gitted/refs/tags/D | Bin 0 -> 42 bytes tests/resources/describe/.gitted/refs/tags/R | Bin 0 -> 42 bytes tests/resources/describe/.gitted/refs/tags/c | Bin 0 -> 42 bytes tests/resources/describe/.gitted/refs/tags/e | Bin 0 -> 42 bytes tests/resources/describe/another | Bin 0 -> 5 bytes tests/resources/describe/file | Bin 0 -> 3 bytes tests/resources/describe/side | Bin 0 -> 3 bytes 53 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/resources/describe/.gitted/HEAD create mode 100644 tests/resources/describe/.gitted/config create mode 100644 tests/resources/describe/.gitted/index create mode 100644 tests/resources/describe/.gitted/logs/HEAD create mode 100644 tests/resources/describe/.gitted/logs/refs/heads/master create mode 100644 tests/resources/describe/.gitted/objects/03/00021985931292d0611b9232e757035fefc04d create mode 100644 tests/resources/describe/.gitted/objects/10/8b485d8268ea595df8ffea74f0f4b186577d32 create mode 100644 tests/resources/describe/.gitted/objects/10/bd08b099ecb79184c60183f5c94ca915f427ad create mode 100644 tests/resources/describe/.gitted/objects/17/8481050188cf00d7d9cd5a11e43ab8fab9294f create mode 100644 tests/resources/describe/.gitted/objects/19/1faf88a5826a99f475baaf8b13652c4e40bfe6 create mode 100644 tests/resources/describe/.gitted/objects/1e/016431ec7b22dd3e23f3e6f5f68f358f9227cf create mode 100644 tests/resources/describe/.gitted/objects/22/3b7836fb19fdf64ba2d3cd6173c6a283141f78 create mode 100644 tests/resources/describe/.gitted/objects/25/d5edf8c0ef17e8a13b8da75913dcec4ea7afc1 create mode 100644 tests/resources/describe/.gitted/objects/2b/df67abb163a4ffb2d7f3f0880c9fe5068ce782 create mode 100644 tests/resources/describe/.gitted/objects/31/fc9136820b507e938a9c6b88bf2c567a9f6f4b create mode 100644 tests/resources/describe/.gitted/objects/42/8f9554a2eec22de29898819b579466af7c1583 create mode 100644 tests/resources/describe/.gitted/objects/4d/6558b8fa764baeb0f19c1e857df91e0eda5a0f create mode 100644 tests/resources/describe/.gitted/objects/4f/2d9ce01ad5249cabdc6565366af8aff85b1525 create mode 100644 tests/resources/describe/.gitted/objects/52/912fbab0715dec53d43053966e78ad213ba359 create mode 100644 tests/resources/describe/.gitted/objects/56/26abf0f72e58d7a153368ba57db4c673c0e171 create mode 100644 tests/resources/describe/.gitted/objects/61/26a5f9c57ebc81e64370ec3095184ad92dab1c create mode 100644 tests/resources/describe/.gitted/objects/62/d8fe9f6db631bd3a19140699101c9e281c9f9d create mode 100644 tests/resources/describe/.gitted/objects/65/a91bc2262480dce4c5979519aae6668368eb4e create mode 100644 tests/resources/describe/.gitted/objects/68/0166b6cd31f76354fee2572618e6b0142d05e6 create mode 100644 tests/resources/describe/.gitted/objects/69/3a3de402bb23897ed5c931273e53c78eff0495 create mode 100644 tests/resources/describe/.gitted/objects/6a/12b56088706aa6c39ccd23b7c7ce60f3a0b9a1 create mode 100644 tests/resources/describe/.gitted/objects/6d/218e42592043041c4da016ff298cf241b86c3c create mode 100644 tests/resources/describe/.gitted/objects/75/bb152c600647586c226d98411b1d2f9861af5a create mode 100644 tests/resources/describe/.gitted/objects/81/f4b1aac643e6983fab370eae8aefccecbf3a4c create mode 100644 tests/resources/describe/.gitted/objects/8e/c1d96451ff05451720e4e8968812c46b35e5e4 create mode 100644 tests/resources/describe/.gitted/objects/94/9b98e208015bfc0e2f573debc34ae2f97a7f0e create mode 100644 tests/resources/describe/.gitted/objects/9c/06d71b8406ab97537e3acdc39a2c4ade7a9411 create mode 100644 tests/resources/describe/.gitted/objects/a6/095f816e81f64651595d488badc42399837d6a create mode 100644 tests/resources/describe/.gitted/objects/a9/e3325a07117aa5381e044a8d96c26eb30d729d create mode 100644 tests/resources/describe/.gitted/objects/a9/eb02af13df030159e39f70330d5c8a47655691 create mode 100644 tests/resources/describe/.gitted/objects/aa/d8d5cef3915ab78b3227abaaac99b62db9eb54 create mode 100644 tests/resources/describe/.gitted/objects/aa/ddd4f14847e0e323924ec262c2343249a84f8b create mode 100644 tests/resources/describe/.gitted/objects/b2/40c0fb88c5a629e00ebc1275fa1f33e364a705 create mode 100644 tests/resources/describe/.gitted/objects/ce/1c4f8b6120122e23d4442925d98c56c41917d8 create mode 100644 tests/resources/describe/.gitted/objects/d5/aab219a814ddbe4b3aaedf03cdea491b218ec4 create mode 100644 tests/resources/describe/.gitted/objects/f2/ad6c76f0115a6ba5b00456a849810e7ec0af20 create mode 100644 tests/resources/describe/.gitted/objects/f7/0f10e4db19068f79bc43844b49f3eece45c4e8 create mode 100644 tests/resources/describe/.gitted/objects/f7/19efd430d52bcfc8566a43b2eb655688d38871 create mode 100644 tests/resources/describe/.gitted/refs/heads/master create mode 100644 tests/resources/describe/.gitted/refs/tags/A create mode 100644 tests/resources/describe/.gitted/refs/tags/B create mode 100644 tests/resources/describe/.gitted/refs/tags/D create mode 100644 tests/resources/describe/.gitted/refs/tags/R create mode 100644 tests/resources/describe/.gitted/refs/tags/c create mode 100644 tests/resources/describe/.gitted/refs/tags/e create mode 100644 tests/resources/describe/another create mode 100644 tests/resources/describe/file create mode 100644 tests/resources/describe/side diff --git a/tests/resources/describe/.gitted/HEAD b/tests/resources/describe/.gitted/HEAD new file mode 100644 index 0000000000000000000000000000000000000000..cb4380516445d96678ebb53747e38764a1f568ba GIT binary patch literal 24 fcmXR)O|w!cN=+-)&qz&7Db~+TEG|hc;^hJWYzYWX literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/config b/tests/resources/describe/.gitted/config new file mode 100644 index 0000000000000000000000000000000000000000..454e576b97eddaa5bb9ccbc4df5365ce556b6039 GIT binary patch literal 165 zcmYj~K@P$&3L2<9KEMsZkq00Srg4ge6IZrdDZj^&K;pQ&v%B|M6d&VoP+Y~x zMOzjv;5(|3)af)GBhAEEBw@%5Y#7!P^k1?pz^s_JHG!iA>AH2$T4Ad1?)q`N^h0yHi`uo+k+<=1yCZOWSYrF7T&ZsAlNKZpI# z7}yi@@=G#Oi+~D)T!KD=)C0|#kE9RCL@|dc>BhhLx!Vl)T1kqq%@mNCry(iZfH7=7a>fx&n=1W6(8JFyLCW&gbA7u3wwPAIE$=b}`&IIf7XL E0L~UVAOHXW literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/logs/HEAD b/tests/resources/describe/.gitted/logs/HEAD new file mode 100644 index 0000000000000000000000000000000000000000..fc49c6fa362794e5ba5e2fc490a3683c27f24bcc GIT binary patch literal 2298 zcmchY%Z?L43`N&O%0JX@Ku9Ck!}W*|0>qY&aJlSEi#()G&xrYZ3YZ{GR@E%Xs?wW# zY+qjkjQxy-Ttmi|UCcsQuxVBmN;7$K}oEGzTI!((&hj%;k^4e~Og+q&oxn`vlLnW!8wy>3q zscEqS(g+E34Pk)SggbK)KA+llGptr!00yl&Gg5R#0Hm^Y36-pRFFpoJfUB_VE!Ofd z&7EpkEZbj0BjOmm#FD*I^$CO|lPI%rRZoFeQ8|1y&Yk(Z-3$vw>ms2R#?Wz;g*QEn_;2h5wEa(z$?)#7g=`Zcz&8rd$XL)sN4$gd8=HkkJ&** zNK$;J!m)d?s$-0aipFk)Ra1`F3jQqZ&V1Q!hJ{!x2hFt)0jzW4dM?6^F7c|wMwf0vh)(BjfVp3iQ8_C8csNq)n}P?6MSRf&-a|vq6jHx5v8?J8 zhFh*@SqY&aJlSEi#()G&xrYZ3YZ{GR@E%Xs?wW# zY+qjkjQxy-Ttmi|UCcsQuxVBmN;7$K}oEGzTI!((&hj%;k^4e~Og+q&oxn`vlLnW!8wy>3q zscEqS(g+E34Pk)SggbK)KA+llGptr!00yl&Gg5R#0Hm^Y36-pRFFpoJfUB_VE!Ofd z&7EpkEZbj0BjOmm#FD*I^$CO|lPI%rRZoFeQ8|1y&Yk(Z-3$vw>ms2R#?Wz;g*QEn_;2h5wEa(z$?)#7g=`Zcz&8rd$XL)sN4$gd8=HkkJ&** zNK$;J!m)d?s$-0aipFk)Ra1`F3jQqZ&V1Q!hJ{!x2hFt)0jzW4dM?6^F7c|wMwf0vh)(BjfVp3iQ8_C8csNq)n}P?6MSRf&-a|vq6jHx5v8?J8 zhFh*@S$`e7{s)WtG!-Jcit9d0@+sKc`{x<@8wQ5SgQ&99K3sSr z%3Fj42U=zJ-9U&Q50@io;{hFHAFvcDJ{4WGu<71(eUS-{^ZD@?en)^3r=-)6fFx+ZghXx3j z(M9wOsi5~Wfd~UE0+=u*i`hq$`L9=4r^xp9_^Q&P>5B4*&`gCZnWhCk_Ar literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/2b/df67abb163a4ffb2d7f3f0880c9fe5068ce782 b/tests/resources/describe/.gitted/objects/2b/df67abb163a4ffb2d7f3f0880c9fe5068ce782 new file mode 100644 index 0000000000000000000000000000000000000000..d0398e6e35843bd981cec5cab597cfe98a20641d GIT binary patch literal 21 ccmblwFt{&6XD~D{Ff%bxNX*MG$w)0?@YkL5KoYi+yQ_Zq|tp5=$ mstQ$-mYI{v@Llr#6@#nV=TC%XId6KM8rE^SqYwZE+8%DJ{4W%rafMQPm0exi(5S_j`!{Fk-!L#Rsn@zrX^g+j z!7LFoWS_X$s6A2uvc?1?L`*T#VlqW0@5C1ew<)y(a^N$V1sHwwxj-q5!4*{;X;^#+ z*&2bzeD@*Sv2C+|xXC+L9&5T49u@cJtKz!dQm+rGEhwX+Q%+t_P~x=bN3{w7^S@F}(?p2SK4UhzoBoZYHyt87_g4cxnDg zVSo}bpitUM?l*1-m30`jx7J4)HfW8&&E# hERlM3??DJ{4WG`H$I@0US-{^ZD@?en)^3r=-)6fFx+Zghjz|f zMiaq_VZNY4b*dvHf5ej7pMo1z_VHVB> z2wBlFUajl>*tXH$vg?~v=_^k~dZq8 FM}&2eM&$qi literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/62/d8fe9f6db631bd3a19140699101c9e281c9f9d b/tests/resources/describe/.gitted/objects/62/d8fe9f6db631bd3a19140699101c9e281c9f9d new file mode 100644 index 0000000000000000000000000000000000000000..734f7dc4297b667e4acfca190dffaab6fc015706 GIT binary patch literal 17 Ycmb6VK6i>Ff%bxNXyJgW%w@n{))j>?eizXvYa=)P7Uk0+))UX jFV0L!Wl*xNF#9d}_nY^k%V!gdk1c8zk*@#%-#Q&|6`CU{ literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/68/0166b6cd31f76354fee2572618e6b0142d05e6 b/tests/resources/describe/.gitted/objects/68/0166b6cd31f76354fee2572618e6b0142d05e6 new file mode 100644 index 0000000000000000000000000000000000000000..36f198686139bb9c14e3e6af046ddfc6043c1d30 GIT binary patch literal 127 zcmV-_0D%8^0Tql(4#FT1KwWc+*_$*2q~>-Pq*Wvp8HWVTzGp0iBLP4#FT106p^x?k3GH!WI%^Jou3X7HurWApO66gSW{flT2#0E<+mw zr_n|9>|#V`5&@8%ou_0B<=`!1#B56Ngj^h}4|myywwavs(HEY{MwSQ#LqhRx&LyCL zWOfWi@jhOy>uq1x(cZG@t5oSrnu_$w-}|%jvQDYho5qU=1HlH;=L0|;_Lv;6VK6i>Ff%bxNXyJgW%#r6XD~D{Ff%bxNX*MG$w)0?5N~N@W$ZZ5aQ)`lD8VOIJAUod m^oJ@*%gjk-_%8YWiosRw^C!ZxoHxBr4ePkvQ3wF)fgTu2AG0y74UACbUTF6jR2-)$3Q2-=mgWeT3g-B?! z?7=DC$E$U{?dv+)TQ+@_Dt*b9BE9nW{;a&Lm)z=28w!9BEjoQZ0MucR$svE{>Y;v6 G&_z7PhD&Y$ literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/8e/c1d96451ff05451720e4e8968812c46b35e5e4 b/tests/resources/describe/.gitted/objects/8e/c1d96451ff05451720e4e8968812c46b35e5e4 new file mode 100644 index 0000000000000000000000000000000000000000..432b2c1934abe84c9e4a2b706ed5f51c26fe78d6 GIT binary patch literal 49 zcmV-10M7q-0V^p=O;s>9VlXr?Ff%bxNXyJgWzfE#zItQwlK-2ofBw+HGyf@D&+{e# HAyW}|D3l0DXC9yapp$Y+U6LO@HBRFo_3ixWi^U!nJEV=>ZhOV~dB8xg{3v^Jq zr0ip04uXGtQ7pctEg%6BDY@#sUqf6a6%NItV64gH=lr~eJ)g%huP;6AUAvCG+?tM_ of8HNG@5ilN{mr6FKp@P~zODdfwd>T>f9mE#$3v_61<>D8(bq6rssI20 literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/9c/06d71b8406ab97537e3acdc39a2c4ade7a9411 b/tests/resources/describe/.gitted/objects/9c/06d71b8406ab97537e3acdc39a2c4ade7a9411 new file mode 100644 index 0000000000000000000000000000000000000000..5fff6fa1f09472bebd210fa4595edd2df3cf3454 GIT binary patch literal 49 zcmb}1kzOc(H3fdZ{j8^z_e-vJ~Db{k6%6QTg?8V9R7$k-rCp-Sk#aH|Q Hxid$IwD?Oi literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/a9/e3325a07117aa5381e044a8d96c26eb30d729d b/tests/resources/describe/.gitted/objects/a9/e3325a07117aa5381e044a8d96c26eb30d729d new file mode 100644 index 0000000000000000000000000000000000000000..ee45b76500979b29c85a78bd0253fc7f96421ebe GIT binary patch literal 49 zcmV-10M7q-0V^p=O;s>9VlXr?Ff%bxNXyJgW%$l7@Z`26TYu#q=N50z&+pE;9(e%( H1x63p%}x|j literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/a9/eb02af13df030159e39f70330d5c8a47655691 b/tests/resources/describe/.gitted/objects/a9/eb02af13df030159e39f70330d5c8a47655691 new file mode 100644 index 0000000000000000000000000000000000000000..320161a558930a252785c79391c639da66602a4b GIT binary patch literal 160 zcmV;R0AK%j0iBLP3d0~21-teX?h8TvCNWS-ukzJr6B=W&X3^W%Gj#WuVc><5^VXyx zb!iolab)&JFYL69(ZhOTMofxA1lvV-=@6`VbH&l5hSHNIjWBy-Vk8(!gei?_a*0Nl z7Gvg+1fOj!RUYTQxAMXvZ^)=y7!qpc&*PbS+lNr{U21a5sAaUXy!N3)r~PEZpSk#= ONj^$jQN<5`XiFtrx=)M% literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/aa/d8d5cef3915ab78b3227abaaac99b62db9eb54 b/tests/resources/describe/.gitted/objects/aa/d8d5cef3915ab78b3227abaaac99b62db9eb54 new file mode 100644 index 0000000000000000000000000000000000000000..4cbaff19220b3f9325a2e9c3135ce500d28619f0 GIT binary patch literal 49 zcmV-10M7q-0V^p=O;s>9VlXr?Ff%bxNXyJgW%w@n{))j>?eizXvYa=)P7Uk0+))Ss H8ORWB*xVH2 literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/aa/ddd4f14847e0e323924ec262c2343249a84f8b b/tests/resources/describe/.gitted/objects/aa/ddd4f14847e0e323924ec262c2343249a84f8b new file mode 100644 index 0000000000000000000000000000000000000000..651ec782e79bd0b03a186e6d82a86985c20840a5 GIT binary patch literal 125 zcmV-@0D}K`0Tqlv4#FT106p`Hy_+;pu+qdB`;=v~5EM#->%rfPm&sga1QVEfJ+<&; z67VLvU=V3>mY3Drh{0YpBYWgX#1x`MM@qg21GQSSC>f9K&%_<}Pbtz~yu*zv_e@jd fUh(}%6?2(JatC9*p7rYN1JOw-< literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/b2/40c0fb88c5a629e00ebc1275fa1f33e364a705 b/tests/resources/describe/.gitted/objects/b2/40c0fb88c5a629e00ebc1275fa1f33e364a705 new file mode 100644 index 0000000000000000000000000000000000000000..fe86e7c7c581f0b342374fec385dd99e6e305ae3 GIT binary patch literal 155 zcmV;M0A&Ao0iBLb3d0~61-teX?h8T9r%@=SSMlfBN@Fb6+`pcot2Yb`yx3|jgDXXs z(E)A|WpakJ%vtC;n-U;cXRMVfk_oGZ2CCh=mv%hY384_z{NVstgSq}g-HLY298 zlt`)MPCe8=p8%=Eo+T!&!k`pRIcIa|ovai>0=AzfBrT@&$ht7vK^9xC5RMDw4T?GID literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/objects/d5/aab219a814ddbe4b3aaedf03cdea491b218ec4 b/tests/resources/describe/.gitted/objects/d5/aab219a814ddbe4b3aaedf03cdea491b218ec4 new file mode 100644 index 0000000000000000000000000000000000000000..4512d16d665e06dc8a28ad9df83330f83bc3db75 GIT binary patch literal 80 zcmV-W0I&ae0V^p=O;s>6XD~D{Ff%bxNX*MG$w)0?kd$BFv9u{`=9ki4>$`KFgG+!Nli92PBAeyFg3O`GfOqMNK7#@G)_u1HnrsC0s!um3Zei2 literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/refs/tags/D b/tests/resources/describe/.gitted/refs/tags/D new file mode 100644 index 0000000000000000000000000000000000000000..90f420854e95bcdd9948a9df4e5134abc9d818ae GIT binary patch literal 42 xcmXpsNJ=rVNHVarOifNQw=}dcNj5Vuv@lLHO|~>iPP8;MO*1hvPfX$E0s!!43f%wz literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/refs/tags/R b/tests/resources/describe/.gitted/refs/tags/R new file mode 100644 index 0000000000000000000000000000000000000000..ef04b7c9f3ee17931150694f3f76650cf6a75a21 GIT binary patch literal 42 vcmV~$Nf7`r2n4WyXX=G>K@SD|OK5^51`4m0H=u4iBOU_IK@poY`QV-p0s!$F3kU!J literal 0 HcmV?d00001 diff --git a/tests/resources/describe/.gitted/refs/tags/e b/tests/resources/describe/.gitted/refs/tags/e new file mode 100644 index 0000000000000000000000000000000000000000..5e88d6f13a5693bc2d61a49001eef4a7742bc79e GIT binary patch literal 42 wcmV~$!4Uu;2m`RcckUvsBCaFS{YNmd8s?K$xi9b@3lz(>9apC0x00UV7