> i have been building the android code for desire z. Everytime i use
> repo sync to get new commits from github i get the following errors
>
> sahil@Sahil:repo init -u git://github.com/Andromadus/android_cm.git -b
> ics
> sahil@Sahil:~/Android/system$ repo sync
> Fetching projects: 100% (251/251), done.
> Syncing work tree: 100% (251/251), done.
>
> build/: discarding 2 commits
> build/: discarding 12 commits
> packages/apps/Trebuchet/: discarding 7 commits
These are not errors per se, they just indicate that after the sync,
you "lost" a few commits in these gits. This can e.g. happen if the
new manifest that you get in conjunction with the sync now points to
another branch of these gits, or if you yourself have made commits on
detached heads in these gits. You could dig in the reflog ("git reflog")
of these gits to see more what actually happened.
[...]
--
Magnus Bäck Opinions are my own and do not necessarily
SW Configuration Manager represent the ones of my employer, etc.
Sony Ericsson