bencoh | freemangordon: you can add it as remote, fetch, and git diff remote1/branch remote2/branch | 00:22 |
---|---|---|
Pali | and as I wrote you will see one big mess | 00:23 |
Pali | even git diff cannot fix modest mess | 00:23 |
Pali | recursive git merge algorithm was not able to tell me which commits was not included... | 00:24 |
*** M4rtinK has quit IRC | 00:25 | |
Pali | git cherry command is not useful too | 00:27 |
Pali | manual work with git show-branch or git cherry is needed | 00:28 |
Pali | bencoh: I have no other idea what to do... | 00:28 |
bencoh | hmm | 00:28 |
bencoh | you could try with tig (or gitk, or any git frontend) to navigate between commits | 00:30 |
bencoh | which repos/branches are you trying to diff ? https://github.com/community-ssu/modest/tree/PR1.3 and ? | 00:30 |
Pali | master and PR1.3 | 00:33 |
Pali | $ git cherry -v master PR1.3 | grep ^+ | 00:33 |
Pali | this is the best command which can be used | 00:33 |
Pali | it show diffs which are not in any commit in master branch, but are in PR1.3 branch | 00:34 |
Pali | and it really compares diff, so it does not matter on commit message or author/date | 00:34 |
Pali | so above command ignore commits with same diff in both branches | 00:35 |
*** M4rtinK has joined #maemo-ssu | 00:36 | |
Pali | and it is 264 commits! | 00:37 |
kerio | nice | 00:37 |
bencoh | right, tig gives me 492 commits between the two branches | 00:37 |
kerio | but why are we talking about modest when openssl is still not properly thumbified? :( | 00:38 |
kerio | ༼ つ ◕_◕ ༽つ Give OPENSSL | 00:38 |
Pali | bencoh, use git cherry which ignores commits with same diff in both branches | 00:39 |
bencoh | yeah | 00:39 |
Pali | or tell to tig to do that :-) | 00:39 |
kerio | i was about to say "convert both repos to darcs" | 00:39 |
Pali | kerio: do you have patches? | 00:39 |
kerio | for what? | 00:39 |
Pali | openssl | 00:40 |
kerio | no no, we have an openssl 0.9.8zwhatever package | 00:40 |
Pali | and? | 00:40 |
kerio | and it's not thumby :c | 00:40 |
bencoh | he doesnt like pinkies, he wants thumbs | 00:40 |
Pali | so compile packages | 00:40 |
kerio | i'm using a distributed compiler | 00:41 |
kerio | called freemangordon | 00:41 |
Pali | so start using any other compiler... | 00:41 |
kerio | you whine on IRC and you eventually get a package | 00:41 |
Pali | if you do not like current.. | 00:41 |
kerio | nah | 00:41 |
Pali | $ git cherry -v master PR1.3 | grep ^+ | grep -v week | grep -v 'change log' | grep -v Revert | 00:43 |
Pali | full command which show all relevant modest commits | 00:43 |
Pali | | wc -l --> 167 | 00:44 |
*** dafox has joined #maemo-ssu | 00:48 | |
Pali | $ 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 | 00:53 |
Pali | this command will also filter commits which have same commit message in branch master and PR1.3 | 00:53 |
Pali | | wc --> 72 | 00:53 |
Pali | so only 72 commits needs to be manually checked | 00:54 |
Pali | any volunteer? :D | 00:54 |
bencoh | :D | 00:54 |
Pali | bencoh: I decreased your 492 commits to 72 only! | 00:55 |
bencoh | true | 00:55 |
bencoh | what are you looking for btw ? where a button was added/removed ? | 00:55 |
Pali | http://pastebin.com/nCxtvxDL | 00:56 |
Pali | list of those commits ^^^ | 00:56 |
Pali | bencoh: all regressions, all missing features, all problems | 00:56 |
bencoh | oh :) | 00:57 |
Pali | cssu modest basically missing all above commits compared to PR1.3 modest version | 00:58 |
bencoh | how comes ? | 00:59 |
Pali | read log ^^^ | 00:59 |
bencoh | oh, and ... what about rebase ? | 00:59 |
* bencoh gives a try | 00:59 | |
Pali | read log again | 00:59 |
Pali | master and PR1.3 branches are divergented | 01:00 |
bencoh | yeah I guessed that, the part I'm missing is "how comes" | 01:00 |
Pali | because MAG decided to use master branch for cssu | 01:00 |
Pali | and nokia used other branch... | 01:00 |
bencoh | hmm, okay | 01:00 |
Pali | and there are two branches and both have different features... | 01:01 |
Pali | OMFG | 01:01 |
Pali | no idea why | 01:01 |
bencoh | okay, git rebase looks awful | 01:02 |
bencoh | not sure I wanna do this :] | 01:03 |
Pali | [23:24:19] <Pali> recursive git merge algorithm was not able to tell me which commits was not included... | 01:03 |
Pali | rebase using recursive merge... | 01:03 |
Pali | anyaway, going offline now, bye | 01:03 |
*** Pali has quit IRC | 01:04 | |
*** dafox has quit IRC | 02:06 | |
*** M4rtinK has quit IRC | 02:30 | |
*** LauRoman has joined #maemo-ssu | 03:45 | |
*** LauRoman|Alt has quit IRC | 03:49 | |
*** esoare has joined #maemo-ssu | 04:12 | |
*** esoare has quit IRC | 04:52 | |
*** LauRoman has quit IRC | 04:54 | |
*** futpib has joined #maemo-ssu | 06:34 | |
*** FlameReaper has joined #maemo-ssu | 07:54 | |
*** jonwil has joined #maemo-ssu | 09:00 | |
*** futpib has quit IRC | 09:04 | |
*** jonwil has quit IRC | 09:05 | |
*** Pali has joined #maemo-ssu | 09:30 | |
*** _rd has joined #maemo-ssu | 10:22 | |
*** sunny_s has joined #maemo-ssu | 10:41 | |
*** sunny_s has quit IRC | 10:51 | |
*** sunny_s has joined #maemo-ssu | 10:55 | |
*** _rd has quit IRC | 10:55 | |
*** chainsawbike has quit IRC | 11:06 | |
*** chainsawbike has joined #maemo-ssu | 11:07 | |
*** sparetire_ has quit IRC | 12:50 | |
*** LauRoman|Alt has joined #maemo-ssu | 13:50 | |
*** FlameReaper has quit IRC | 14:04 | |
*** _rd has joined #maemo-ssu | 15:24 | |
APic | Heya. | 15:38 |
APic | I want to do the CSSU-Update, but i get: „Could not resolve host: downloads.maemo.nokia.com (Domain name not found)“ | 15:38 |
APic | What do i have to write in the /etc/apt/s instead? | 15:39 |
*** _rd has quit IRC | 15:41 | |
APic | kerio? DocScrutinizer (where the Heck is he)? Anybody? | 15:47 |
kerio | that's not the cssu repo | 15:47 |
bencoh | APic: http://talk.maemo.org/showthread.php?p=1467566#post1467566 | 15:50 |
APic | Thanks. | 15:52 |
*** sunny_s has quit IRC | 15:57 | |
*** NishanthMenon has joined #maemo-ssu | 17:24 | |
*** LauRoman|Alt has quit IRC | 17:51 | |
*** LauRoman|Alt has joined #maemo-ssu | 17:53 | |
*** infobot has joined #maemo-ssu | 19:22 | |
*** ChanServ sets mode: +v infobot | 19:22 | |
*** MohammadAG has quit IRC | 20:26 | |
*** _rd has joined #maemo-ssu | 21:04 | |
*** NishanthMenon has quit IRC | 21:14 | |
*** _rd has quit IRC | 21:16 | |
*** futpib has joined #maemo-ssu | 21:27 | |
*** Pali has quit IRC | 21:31 | |
*** Pali has joined #maemo-ssu | 21:33 | |
*** esoare has joined #maemo-ssu | 21:56 | |
*** sparetire_ has joined #maemo-ssu | 21:57 | |
*** _rd has joined #maemo-ssu | 22:27 | |
*** esoare has quit IRC | 23:26 | |
*** M4rtinK has joined #maemo-ssu | 23:50 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!