rtyley / agit

Agit - Git client for Android
https://play.google.com/store/apps/details?id=com.madgag.agit
GNU General Public License v3.0
507 stars 108 forks source link

Non bare repos fail to update and browse any branch except master #93

Open eddyp opened 11 years ago

eddyp commented 11 years ago

When cloning non-bare repositories, all other branches than master are not shown as existing in the repository.

The quick workaround was to copy by hand all files from .git/refs/remotes/origin into .git/refs/heads and take care to update them manually after later updates.

I know merge support is difficult, but at least fast forward merges should be easier to implement and allow some reviews to be done on the device.