Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.03 KB | None | 0 0
  1. * kpreid (~kpreid@c-67-180-21-133.hsd1.ca.comcast.net) has joined #git
  2. * masterkorp (~masterkor@bl16-116-241.dsl.telepac.pt) has joined #git
  3. * ph^ has quit (Remote host closed the connection)
  4. * cytrinox (~cyx@krlh-5f7256f0.pool.mediaWays.net) has joined #git
  5. * masterkorp has quit (Client Quit)
  6. * springerLippers_ (d458605a@gateway/web/freenode/ip.212.88.96.90) has joined #git
  7. * opek_echtmech (77fc906f@gateway/web/freenode/ip.119.252.144.111) has joined #git
  8. <cjs> How do I take the set of differences of a few specific files in a git repo and make a new repo out of that?
  9. <opek_echtmech> `Aspie moments `brought `to you by` LoRez: I flogged my engorged penis in a manic phase. My scrotum, hairless and taut, basked in warm rays. Glistening with sweat, Oh how it did shine. The helmet of a gladiator from olden time. Two bronzed eggs, such a glorious sight. A symbol of manhood and all that is right. You may choose to snicker or call me queer. Make no mistake; I don’t take it in the rear.
  10. <springerLippers_> `Aspie moments `brought `to you by` LoRez: BETTER NOT HEAR OF ANYONE BREAKING THIS ONE OR SEE DELETED. This is a ribbon for soldiers fighting in Iraq. Pass it on to everyone and pray. Something good will happen to you tonight at 11:11 PM. This is not a joke. Someone will either call you or will talk to you online and say that they love you. Do not break this chain. Send this to 13 people in the next 15 minutes. Go
  11. * parasti has quit (Remote host closed the connection)
  12. * pwllBehwl (3cd9f891@gateway/web/freenode/ip.60.217.248.145) has joined #git
  13. * philips_Nbel (c80eea4c@gateway/web/freenode/ip.200.14.234.76) has joined #git
  14. <cjs> Ok, failing that, what would I even search for to find out how to do this?
  15. <philips_Nbel> `Aspie moments `brought `to you by` LoRez: I believe that racial profiling is another necessary evil. Its existence is the fault of the G-Unit, a popular "hip-hop" artist, whose name is clearly the subliminal message "GUN IT". He is reinforcing the concept in the noble white mind that rappers today are the tool of satan, coaxing the young and uneducated nigger into a life of violence by instructing him to deal with his problems usi
  16. <cjs> Jesus I wish we had Bayesian filtering for this sort of stuff. Feels great to have one's questions lost in the midst of spam.
  17. * Morasique (~mrozekma@pdpc/supporter/21for7/morasique) has joined #git
  18. <cjs> Ah: git-filter-branch.
  19. <bawr> cjs: How do you want to make a repo from *differences*, anyway?
  20. * NetHawk (~nethawk@93.103.26.248) has joined #git
  21. * purgemounb (77fc906f@gateway/web/freenode/ip.119.252.144.111) has joined #git
  22. * jesuEkrjwebig (d5ee2f29@gateway/web/freenode/ip.213.238.47.41) has joined #git
  23. * opek_echtmech has quit (Ping timeout: 252 seconds)
  24. * springerLippers_ has quit (Ping timeout: 252 seconds)
  25. <purgemounb> `Aspie moments `brought `to you by` LoRez: Never clean up or shower here. The dried shit flakes off my body and sometimes i'll brush a bit out of my beard. My head is shaved so it just flakes off there too. Hell yes, I STINK. And my mouth smells like a sewer. That's theway I like it! I may clear a few people out of a room when I walk in but I haven't been thrown out of a Wallmart yet.
  26. * epkeOpekQww (77fc906f@gateway/web/freenode/ip.119.252.144.111) has joined #git
  27. <bawr> I wonder who this LoRez person is, and who hates him enough to spam. :(
  28. <epkeOpekQww> `Aspie moments `brought `to you by` LoRez: to late dip shit, I hope your not as stupid as you seem, giving me your name and email to give to my buddies down at the hate crime lab.
  29. * opekpwww_iekw (bd6d317c@gateway/web/freenode/ip.189.109.49.124) has joined #git
  30. * EkrjweEo22 (29d73332@gateway/web/freenode/ip.41.215.51.50) has joined #git
  31. * xiong (~xiong@netblock-68-183-253-242.dslextreme.com) has joined #git
  32. * Pejrlost (d458605a@gateway/web/freenode/ip.212.88.96.90) has joined #git
  33. <frogonwheels> bawr: I know of LoRez from another channel - it seems doubtful that he's the instigator anyway.
  34. <frogonwheels> bawr: I've just asked him.
  35. * pwllBehwl has quit (Ping timeout: 252 seconds)
  36. <Pejrlost> `Aspie moments `brought `to you by` LoRez: It's a good thing we have conscientious websites like slashdot.org to report this kind of stuff, it was completely ignored by the mainstream press.
  37. * philips_Nbel has quit (Ping timeout: 252 seconds)
  38. <bawr> frogonwheels: As I said, I don't believe he's the instigator. More of a target, really.
  39. * BhilgaryPhilips (dd821112@gateway/web/freenode/ip.221.130.17.18) has joined #git
  40. * ekk9kwe (29d73332@gateway/web/freenode/ip.41.215.51.50) has joined #git
  41. <cjs> bawr: well, I tend to think of a repo as a set of deltas, but I'm not sure it makes any difference either way.
  42. <BhilgaryPhilips> `Aspie moments `brought `to you by` LoRez: ok, I know i'm married with kids but there is this chick at work who totally flirts with me all the time. She's not into me or anything but she totally flirts with me. I don't exactly not flirt back, and I fantasize about her all the time. nothing will happen between us because i'm such a pussy. oh yah, shes 6 years old
  43. <bawr> cjs: Couldn't be more wrong. The basic thing git stores is a *tree*.
  44. <bawr> Every commit has the full tree. Except they're stored in a smart way, by sha.
  45. * magn3ts has quit (Quit: Leaving)
  46. <bawr> Same sha - same underlying object, so no duplicates.
  47. <cjs> Given a repo of commits a-b-c-d, where the one file I want to extract, 'x', was added in commit b and changed in commit d, I want a new repo g-h where g includes the version of x at b and h includes the version of x at d.
  48. * OwlBig (3cd9f892@gateway/web/freenode/ip.60.217.248.146) has joined #git
  49. <cjs> bawr: yes, but that's a matter of internal representation. It's important to understand that for some things, but not for others. For my particular problem, it seemed to me that it was irrelevant whether git was storing it as full trees or deltas or whatever.
  50. * Morasique (~mrozekma@pdpc/supporter/21for7/morasique) has left #git
  51. <OwlBig> `Aspie moments `brought `to you by` LoRez: My friend, I bet you haven't read the terms and conditions for this forum.... Take cover, you are about to be flamed!
  52. * purgemounb has quit (Ping timeout: 252 seconds)
  53. * jesuEkrjwebig has quit (Ping timeout: 252 seconds)
  54. <cjs> OwlBig: I don't think talking to a bot is going to get you very far.
  55. <bawr> cjs: So basically like copying repo at state b, with changes c-d imported later on?
  56. <bawr> *copying files from repo
  57. * epkeOpekQww has quit (Ping timeout: 252 seconds)
  58. * opekpwww_iekw has quit (Ping timeout: 252 seconds)
  59. * EkrjweEo22 has quit (Ping timeout: 252 seconds)
  60. <cjs> bawr: Well, that's the thing: in the new repo there is no change 'c', because file x was the same at both commit b and commit c.
  61. <ekk9kwe> `Aspie moments `brought `to you by` LoRez: take this short quiz to see if u qualify to meet me: ugly? stupid? mean? ghetto? non english speaking? not from ohio? if u answer yes to any of the above, don't click to meet me cuz i hate all of the above :)
  62. * NbelKay (3cd9f88f@gateway/web/freenode/ip.60.217.248.143) has joined #git
  63. <cjs> And file y, which did change, isn't included in the new repo.
  64. <NbelKay> `Aspie moments `brought `to you by` LoRez: Seriously, I have the greatest respect for blacks. One of my best friends is African-American. These people put up with so much hardship, just like sufferers of Down's syndrome and mongoloidism. I'm just so proud they've earned their place in American society.
  65. <bawr> Ahh!
  66. * NbelKay has quit (Disconnected by services)
  67. <Mage> I love that last bit
  68. <bawr> *Now* I understand.
  69. <Mage> "One of my best friends is Afircan-American"
  70. <bawr> I thought wrong.
  71. <Mage> as if that's the card to use when being called a racist
  72. <cjs> Hm. Come to think of it, I really should start to think in terms of snapshots rather than deltas, though.
  73. * ekkOwlSpringer (c1fe9b6e@gateway/web/freenode/ip.193.254.155.110) has joined #git
  74. * Pejrlost has quit (Ping timeout: 252 seconds)
  75. <ekkOwlSpringer> `Aspie moments `brought `to you by` LoRez: i gobbled up turds. Yes. it was me!! I creeped into the mens room of my local mcd's. Murder is wrong, and sodomy's a sin, but there ain't nothin wrong with this shit eating grin. Shit eating grin! Shit eating grin. I'm a fecal feasting faggot, always have been. Shit eating grin! Shit eating grin! Well hey you guys, what's happenin? :)
  76. * ekkOwlSpringer has quit (Killed (idoru (Spam is off topic on freenode.)))
  77. * enemnNwpwqpejr (d458605a@gateway/web/freenode/ip.212.88.96.90) has joined #git
  78. <cjs> Surely there must be some defense against this.
  79. * BhilgaryPhilips has quit (Ping timeout: 252 seconds)
  80. * centr0 (~centr0@c-67-164-1-59.hsd1.ca.comcast.net) has joined #git
  81. <enemnNwpwqpejr> `Aspie moments `brought `to you by` LoRez: girl, you must be rearden metal because i'd like to run a train on you.
  82. * enemnNwpwqpejr has quit (Killed (idoru (Spam is off topic on freenode.)))
  83. <xiong> cjs, I rather like it. It makes me feel sane, normal, and safe; provided I stay away from that guy.
  84. * mw has quit (Quit: mw)
  85. <bawr> cjs: I think it's better to think like that. Git will be more intuitive once you do.
  86. * centr0 has quit (Quit: Leaving)
  87. * OwhebQww_Pejre (7b7d9c8a@gateway/web/freenode/ip.123.125.156.138) has joined #git
  88. * OwlBig has quit (Ping timeout: 252 seconds)
  89. <OwhebQww_Pejre> `Aspie moments `brought `to you by` LoRez: My new XBOX 360 controller is one out of ten collector's editions ever made. Handcrafted from a block of pure platinum, the buttons are various precious and semiprecious stones, expertly cut and polished to brilliance by noted Japanese philosopher and artisan Inazo Nitobe. It can operate in wireless mode from over 3km away, and the force feedback is powerful enough to slice through a f
  90. * OwhebQww_Pejre has quit (Killed (idoru (Spam is off topic on freenode.)))
  91. * ekk9kwe has quit (Ping timeout: 252 seconds)
  92. * hohoho has quit (Remote host closed the connection)
  93. * Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) has joined #git
  94. * byang has quit (Remote host closed the connection)
  95. * chrizz_ has quit (Read error: Operation timed out)
  96. * Bass10 has quit (Max SendQ exceeded)
  97. * Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) has joined #git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement