index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix regression of test 1147_a
Pascal Fleury
2018-07-17
1
-17
/
+18
*
amount_t -> balance_t.
Pascal Fleury
2018-07-17
1
-13
/
+30
*
Merge pull request #1666 from jbeich/boost
John Wiegley
2018-07-09
1
-0
/
+4
|
\
|
*
Unbreak with boost 1.68
Jan Beich
2018-07-09
1
-0
/
+4
|
/
*
Fix order of transaction state in txn header
Scott Carpenter
2018-07-09
1
-1
/
+1
*
Document keywords "any" and "all"
Martin Michlmayr
2018-07-06
1
-0
/
+13
*
Document the use of wildcards for !include
Martin Michlmayr
2018-06-28
1
-1
/
+3
*
Revert "Use an std::set instead of an std::list to store the the journal file...
John Wiegley
2018-06-18
2
-4
/
+4
*
Merge pull request #1653 from tko/date-format
John Wiegley
2018-06-13
1
-1
/
+3
|
\
|
*
Fix garbled dates when using --date-format
Tommi Komulainen
2018-06-13
1
-1
/
+3
|
/
*
Merge pull request #1651 from Christoph-D/issue-1626
John Wiegley
2018-06-10
4
-25
/
+38
|
\
|
*
Remove TOK_A_YEAR token
Christoph Dittmann
2018-06-10
4
-25
/
+38
|
/
*
Merge pull request #1650 from colindean/patch-1
John Wiegley
2018-06-09
1
-0
/
+4
|
\
|
*
Documents commodity directive's alias sub-directive
Colin Dean
2018-06-10
1
-0
/
+4
|
/
*
Merge pull request #1649 from Christoph-D/next
John Wiegley
2018-06-09
2
-1
/
+17
|
\
|
*
Make automated transactions work with assertions
Christoph Dittmann
2018-06-09
2
-1
/
+17
|
/
*
Fix documentation for apply fixed
Martin Michlmayr
2018-06-01
1
-43
/
+35
*
Remove references to Bugzilla
Martin Michlmayr
2018-06-01
3
-3
/
+3
*
Merge pull request #561 from vHanda/next
John Wiegley
2018-04-09
1
-0
/
+3
|
\
|
*
Add documentation on how to sort in reverse order
Vishesh Handa
2018-04-08
1
-0
/
+3
|
/
*
Merge pull request #557 from smr894/fix-missing-trans-in-last-budget-period
John Wiegley
2018-04-04
2
-8
/
+96
|
\
|
*
budget_posts: Keep pending items until the last day they apply
smr894
2018-04-04
2
-8
/
+96
|
/
*
Update Debian releases in README
Martin Michlmayr
2018-03-29
1
-3
/
+3
*
Fix Python example
Martin Michlmayr
2018-03-25
1
-1
/
+1
*
Fix documentation about the "end" directive
Martin Michlmayr
2018-03-25
1
-1
/
+1
*
Merge pull request #552 from dedmons/fix-balance-assert-with-auto-xact
John Wiegley
2018-03-24
1
-3
/
+6
|
\
|
*
Fix auto xact posts not getting applied to account total durring journal parse
DJ Edmonson
2018-03-23
1
-3
/
+6
|
/
*
Add (currently undocumented) function 'clear_commodity'
John Wiegley
2018-02-16
2
-0
/
+10
*
Update documentation
John Wiegley
2018-02-16
2
-7
/
+6
*
Merge pull request #527 from camponez/next
John Wiegley
2018-01-31
1
-4
/
+0
|
\
|
*
Remove unused imports
Eduardo Elias
2018-01-31
1
-4
/
+0
|
/
*
Correct webhook URL
John Wiegley
2018-01-30
1
-1
/
+1
*
Add Gitter badge to README
John Wiegley
2018-01-30
1
-1
/
+1
*
Add Gitter integration
John Wiegley
2018-01-30
1
-0
/
+7
*
Remove empty .gitmodules file
John Wiegley
2018-01-28
1
-0
/
+0
*
Merge pull request #519 from mbudde/accounts-prepend-format
John Wiegley
2018-01-27
3
-0
/
+25
|
\
|
*
Add support for --prepend-format in accounts command
Michael Budde
2018-01-25
3
-0
/
+25
*
|
Merge pull request #521 from mbudde/fix-trim
Alexis Hildebrandt
2018-01-27
2
-7
/
+37
|
\
\
|
*
|
Fix handling of edge cases in trim function
Michael Budde
2018-01-25
2
-7
/
+37
|
|
/
*
|
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
130
-131
/
+131
*
|
[misc] Improve update copyright year script
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
|
/
*
Merge pull request #511 from kylef/kylef/register_account
John Wiegley
2018-01-23
1
-0
/
+9
|
\
|
*
journal: Expose register_account to Python
Kyle Fuller
2018-01-23
1
-0
/
+9
|
/
*
Merge pull request #509 from AerialX/patch-1
John Wiegley
2018-01-09
1
-1
/
+1
|
\
|
*
Transfer null_post flags to generated postings
Aaron Lindsay
2018-01-09
1
-1
/
+1
|
/
*
Merge pull request #508 from mbudde/market-group-by-segfault
John Wiegley
2018-01-04
2
-4
/
+30
|
\
|
*
Fix segfault when using --market with --group-by
Michael Budde
2018-01-04
2
-4
/
+30
|
/
*
Merge pull request #506 from pfsmorigo/budget_width
John Wiegley
2018-01-03
1
-5
/
+5
|
\
|
*
Use amount_width variable for budget report
Paulo Flabiano Smorigo
2018-01-03
1
-5
/
+5
*
|
Merge pull request #507 from kylef/patch-1
John Wiegley
2018-01-03
1
-4
/
+0
|
\
\
|
|
/
|
/
|
[next]