-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: CodeAurora
Git Notes
Some git notes or future reference: Get all changes between two tags that modify certain files. FILES=$(git diff –name-only remotes/origin/aosp-new/ics-mr1-release ics | grep -i blue) git log –no-merges –stat remotes/origin/aosp-new/ics-mr1-release..ics ${FILES} Replace AOSP repository with one from CodeAurora cd external/bluetooth/bluez … Continue reading
Posted in Android, AOSP, CodeAurora, git
Leave a comment