Hi,
Following files are always marked as modified in my repos when swtich
between maint and master back and forth, sometimes these modified
files prevent git from git-checkout, meanwhile they cannot be stashed
or checked out with `checkout --`.
modified: doc/README-de.win32-bin.txt
modified:
> On Dec 27, 2014, at 3:50 AM, Chenxiong Qi wrote:
>
> Hi,
>
> Following files are always marked as modified in my repos when swtich
> between maint and master back and forth, sometimes these modified
> files prevent git from git-checkout, meanwhile they cannot be stashed
> or checked out with
Am Samstag, 27. Dezember 2014, 09:22:12 schrieb John Ralls:
> > Following files are always marked as modified in my repos when swtich
> > between maint and master back and forth, sometimes these modified
> > files prevent git from git-checkout, meanwhile they cannot be stashed
> > or checked out wi
--On December 27, 2014 at 9:22:12 AM -0800 John Ralls
wrote:
On Dec 27, 2014, at 3:50 AM, Chenxiong Qi wrote:
Hi,
Following files are always marked as modified in my repos when swtich
between maint and master back and forth, sometimes these modified
files prevent git from git-checkout, me
--On December 27, 2014 at 9:16:56 PM +0100 Christian Stimming
wrote:
My solution is as follows:
- Remove the .gitattributes file
- Commit this removal into git (which makes the modified-message go
away),
- And reset the master branch back to the original master.
Removing .gitattributes is a
Well, I learned a lot more than I ever thought trying to figure this out, but
in the end I am embarrassed with the problem.. I was setting the prefix in my
configure command, and while I did delete the source and start from
scratch--the installation directory had files in it, not sure how as I
Just a thought regarding the need for a python distribution for the python
binding on Windows/OS X, would it be an option to build a single executable
with the gnucash bindings (see http://www.orbitals.com/programs/pyexe.html
or http://www.decalage.info/en/python/py2exe) ?
This would give a complet