What have you found for these years?

2010-03-11

murmur (36)

2010-03-11 20:45

抱歉,下午有些地方不是很懂,就開始想睡覺 orz
我的英文 listening and speaking 實在是,有很漫長的路 orz
其他則是應該在慢慢習慣了,這樣的速度應該還算可以..?

*

rubycas-server 的作者在 merge 我的 commit 時,
居然拿掉 erb, 而我沒在 commit log 上看到這件事。
終於可以繼續磨練 git 技巧了? grep 好像不能跨 commit...
不知道在 commit 中找一個檔案要怎麼做?

- 20:54

最近 nico 上超紅的夜市人生
http://www.youtube.com/watch?v=oxD1rRbijIE
http://www.youtube.com/watch?v=DBX7w7JN3eY

- 21:53

真是無言,找到是在
691c58d7217aca3be7004cd1eae12d886ffc8d15
這個 merge commit 中消失,但是沒有任何跟 erb 有關的東西。
只在 diff 裡面才看得到...

我最後的修改大概是在
29a09c6b617d8141fd4a2ad7ba1cf432b368eda3
所以我得想辦法把不見的東西從這裡面撈出來...

> git log --name-status
這個 --name-status 應該要是 default args...
暫時找不到怎麼找特定的檔案,不過這樣加上 search 勉強。

只是上面 erb.rb 是因為 merge 而消失的,這樣找不到...
所以我是一個個 merge commit 去查才看到的。
> git log --merges
這樣看所有的 merge commits

- 22:23

ok, i end up doing this:
> git diff master..29a09c6 | git apply --reject
then reset what i don't want to revert.
basically it's a manual revert... :(

please, don't update codes in merge commit...
kinda hard to find out things.
or perhaps git could improve this part?

- 22:51

ok, done. 4 commits:
a) add back erb support
b) add back remember me on this computer
c) fix hoe picnic version....
d) stripping trailing whitespaces

so tired :/

- 23:47

讀著讀著,忽然羨慕起來,忽然覺得不可迷失自己,
等等,早就了吧..?

2010-03-12 00:05

不知為何,哀傷感又浮現,聽著 Greole
真的該早睡了..

0 retries:

Post a Comment

Note: Only a member of this blog may post a comment.



All texts are licensed under CC Attribution 3.0