On Wed, 2 Feb 2011, Nguyen Thai Ngoc Duy wrote: > - push support for shallow clone (Elijah approach does not base on > shallow clone, so it's non-issue) Push support from a shallow clone should be really simple. Either you can update the remote, or you can't. If your local history does include the remote branch head you wish to update then there is nothing currently that would prevent the push from proceeding as implemented today. If the remote head is outside the history subset you have locally then the push simply cannot proceed. Nicolas -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html