![]() |
2015-10-11
, 08:13
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#461
|
The Following 2 Users Say Thank You to xes For This Useful Post: | ||
![]() |
2015-10-11
, 09:51
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#462
|
$ git cherry -v master PR1.3 | grep ^+ | grep -v week | grep -v 'change log' | grep -v Revert | sed 's/^+ \([0-9a-f]*\) /\1 /' | while read commit line; do if ! PAGER= git log master --oneline --grep="$line" | grep -q "$line"; then echo "$commit $line"; fi; done
![]() |
2015-10-11
, 14:49
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#463
|
I generated list of commits which are in modest PR1.3 branch, but missing in master (CSSU).
Output is there: http://pastebin.com/nCxtvxDLCode:$ git cherry -v master PR1.3 | grep ^+ | grep -v week | grep -v 'change log' | grep -v Revert | sed 's/^+ \([0-9a-f]*\) /\1 /' | while read commit line; do if ! PAGER= git log master --oneline --grep="$line" | grep -q "$line"; then echo "$commit $line"; fi; done
And discussion about it here: http://mg.pov.lt/maemo-ssu-irclog/#m...05-26.log.html
Ilew did some investigation what which commit is doing.
His result is here: http://pastebin.com/w5RTSEti
And discussion here: http://mg.pov.lt/maemo-ssu-irclog/#m...05-27T09:58:37
If somebody has time, feel free to reuse these data and add missing commits from PR1.3 branch to master.
The Following 7 Users Say Thank You to freemangordon For This Useful Post: | ||
![]() |
2015-10-11
, 15:24
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#464
|
The Following User Says Thank You to Android_808 For This Useful Post: | ||
![]() |
2015-10-18
, 21:52
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#465
|
I'm sorry but modest 3.90.7 is still a no go for me without the "show 250 more" patch. Going back to version 3.4.8...
The Following 11 Users Say Thank You to freemangordon For This Useful Post: | ||
![]() |
2015-10-19
, 06:40
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#466
|
The Following 4 Users Say Thank You to marmistrz For This Useful Post: | ||
![]() |
2015-10-19
, 06:42
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#467
|
So, modest rant time?
I don't know whether I've reported this or not, but:
when using a non-stock font (DejaVu Sans, normal size), the size of the message composition box (multi line text edit) is slightly (2-3 characters) wider than the screen.
The Following 4 Users Say Thank You to freemangordon For This Useful Post: | ||
![]() |
2015-10-19
, 19:06
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#468
|
The Following 11 Users Say Thank You to freemangordon For This Useful Post: | ||
![]() |
2015-10-27
, 22:15
|
Posts: 567 |
Thanked: 2,966 times |
Joined on Oct 2009
|
#469
|
The Following 8 Users Say Thank You to jonwil For This Useful Post: | ||
![]() |
2015-10-28
, 06:03
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#470
|
![]() |
Tags |
easter egg, lockslider |
|