2015-11-09 GnuCash IRC logs

00:36:19 *** minot has quit IRC
00:58:03 *** bozonius has quit IRC
01:02:59 *** MechtiIde has quit IRC
01:23:52 *** MechtiIde has joined #gnucash
02:00:58 *** MechtiIde has quit IRC
02:24:34 *** gour has joined #gnucash
03:17:07 *** dcw601 has quit IRC
03:28:28 *** nomeata has joined #gnucash
03:30:22 *** MechtiIde has joined #gnucash
04:04:46 *** fabior has joined #gnucash
04:48:16 *** MechtiIde has quit IRC
04:54:27 *** MechtiIde has joined #gnucash
05:05:10 *** autoditac__ has joined #gnucash
05:05:12 *** autoditac__ is now known as autoditac___
05:31:48 *** MechtiIde has quit IRC
05:39:55 *** MechtiIde has joined #gnucash
05:56:41 *** fabior has quit IRC
06:05:31 *** fabior has joined #gnucash
06:07:39 *** fabior has quit IRC
06:26:01 *** fabior has joined #gnucash
06:44:01 *** Jimraehl1 has joined #gnucash
06:52:40 *** autoditac___ has quit IRC
06:53:52 *** MechtiIde has quit IRC
06:54:08 *** autoditac__ has joined #gnucash
06:54:10 *** autoditac__ is now known as autoditac___
07:10:58 *** jimi has joined #gnucash
07:11:27 *** MechtiIde has joined #gnucash
07:12:33 *** jimi has quit IRC
07:24:47 *** fell has joined #gnucash
07:26:53 *** fell__ has quit IRC
07:33:37 *** MechtiIde has quit IRC
07:34:25 *** fabior has quit IRC
07:37:08 *** MechtiIde has joined #gnucash
07:45:41 *** warlord has quit IRC
07:50:59 *** MechtiIde has quit IRC
07:53:34 *** MechtiIde has joined #gnucash
08:26:52 *** ThomasKeller has quit IRC
08:32:13 *** codesmythe has joined #gnucash
08:34:13 *** codesmythe has quit IRC
08:49:02 *** ThomasKeller has joined #gnucash
09:04:28 *** mlncn has joined #gnucash
09:28:25 *** fabior has joined #gnucash
09:41:06 *** warlord has joined #gnucash
10:59:22 *** mlncn has quit IRC
11:03:21 *** nomeata has quit IRC
11:03:52 *** MechtiIde has quit IRC
11:52:30 <jralls> warlord: So what was it you wanted to do?
12:13:12 *** mlncn_ has joined #gnucash
12:29:41 *** aqua___ has joined #gnucash
12:42:42 *** MechtiIde has joined #gnucash
12:55:04 *** rex has joined #gnucash
13:02:20 *** fabior has quit IRC
13:05:45 *** odo2063 has joined #gnucash
14:13:57 *** odo2063 has quit IRC
14:29:29 <warlord> jralls: push a commit from one cloned repo to its parent when both are local full WCs
14:30:44 <warlord> the push from child to parent wouldn't work.
14:30:56 <warlord> I eventually added the child as a remote to the parent and did a pull
14:31:17 <warlord> (I was going to ask you how to export a single commit as a file that I could import into the parent)
14:31:29 <warlord> ala git format patch?
14:31:43 <jralls> warlord: warlord: Git won't let you push to a non-bare repo if the same branch is checked out in the to-repo.
14:31:55 <jralls> git format-patch would be the one.
14:32:30 *** aqua___ has quit IRC
14:32:46 <warlord> git --help didn't list that function
14:33:35 <jralls> http://git-scm.com/docs/git-format-patch
14:33:54 <jralls> or `man git-format-patch`
14:35:33 <jralls> `git --help` lists only the "most commonly used git commands", with no indication of who decided what that list is. `man git` has a more comprehensive list, though still not everything.
14:35:57 <warlord> which is why I had trouble finding the command
14:36:16 <jralls> Were you offline?
14:36:35 <warlord> No, but I assumed "git --help" would list everything, not only some subset
14:40:51 <jralls> Assuming will do that. ;-)
15:08:58 *** MechtiIde has quit IRC
16:01:24 *** fabior has joined #gnucash
16:27:12 *** gour has quit IRC
16:56:59 *** fabior has quit IRC
17:21:13 *** mlncn_ has quit IRC
17:30:42 *** nomeata has joined #gnucash
18:00:46 <Simon> warlord: you could use "git cherry-pick" after doing a remote fetch
18:02:50 *** nomeata has quit IRC
20:15:18 *** codesmythe has joined #gnucash
20:16:07 <warlord> Simon: no need to do that; it was only 1 commit and it was 1 commit ahead of master.
20:17:40 *** codesmythe has quit IRC
20:31:21 *** autoditac__ has joined #gnucash
20:31:38 *** autoditac___ has quit IRC
20:45:27 *** Modoc has quit IRC
21:28:54 <CDB-Man> [08 Nov 15 20:36] * warlord: CDB-Man: yes, you can access that column via xaccSplitGetAction. Note that it's a Split-level field and not a transaction-level field (i.e., every Split in the transaction has a unique Action) <-- exactly what i was looking for, to categorize on a per-split basis
21:29:32 <CDB-Man> since splits can be grouped per-transaction, then being able to differentiate splits by their actions gets at what i want