;doc: hledger: not git commit -am, just -m

[ci skip]
This commit is contained in:
Simon Michael 2020-02-07 16:44:52 -08:00
parent 8c5aa130e7
commit 9a52523438
4 changed files with 179 additions and 179 deletions

View File

@ -246,7 +246,7 @@ Eg:
.IP .IP
.nf .nf
\f[C] \f[C]
$ git commit -am \[aq]initial balances\[aq] 2020.journal $ git commit -m \[aq]initial balances\[aq] 2020.journal
\f[R] \f[R]
.fi .fi
.SS Recording Transactions .SS Recording Transactions
@ -337,7 +337,7 @@ commit:
.IP .IP
.nf .nf
\f[C] \f[C]
$ git commit -am \[aq]txns\[aq] 2020.journal $ git commit -m \[aq]txns\[aq] 2020.journal
\f[R] \f[R]
.fi .fi
.SS Reporting .SS Reporting

View File

@ -241,7 +241,7 @@ balances on this date. Here are two ways to do it:
If you're using version control, this could be a good time to commit If you're using version control, this could be a good time to commit
the journal. Eg: the journal. Eg:
$ git commit -am 'initial balances' 2020.journal $ git commit -m 'initial balances' 2020.journal
 
File: hledger.info, Node: Recording Transactions, Next: Reconciling, Prev: Setting Opening Balances, Up: COMMON TASKS File: hledger.info, Node: Recording Transactions, Next: Reconciling, Prev: Setting Opening Balances, Up: COMMON TASKS
@ -322,7 +322,7 @@ insert '*' between '2020-01-15' and 'paycheck'
If you're using version control, this can be another good time to If you're using version control, this can be another good time to
commit: commit:
$ git commit -am 'txns' 2020.journal $ git commit -m 'txns' 2020.journal
 
File: hledger.info, Node: Reporting, Next: Starting a New File, Prev: Reconciling, Up: COMMON TASKS File: hledger.info, Node: Reporting, Next: Starting a New File, Prev: Reconciling, Up: COMMON TASKS
@ -3656,177 +3656,177 @@ Node: Starting a Journal4405
Ref: #starting-a-journal4589 Ref: #starting-a-journal4589
Node: Setting Opening Balances5777 Node: Setting Opening Balances5777
Ref: #setting-opening-balances5968 Ref: #setting-opening-balances5968
Node: Recording Transactions9111 Node: Recording Transactions9110
Ref: #recording-transactions9291 Ref: #recording-transactions9290
Node: Reconciling9847 Node: Reconciling9846
Ref: #reconciling9990 Ref: #reconciling9989
Node: Reporting12248 Node: Reporting12246
Ref: #reporting12384 Ref: #reporting12382
Node: Starting a New File16383 Node: Starting a New File16381
Ref: #starting-a-new-file16519 Ref: #starting-a-new-file16517
Node: OPTIONS16748 Node: OPTIONS16746
Ref: #options16855 Ref: #options16853
Node: General options17225 Node: General options17223
Ref: #general-options17350 Ref: #general-options17348
Node: Command options20049 Node: Command options20047
Ref: #command-options20200 Ref: #command-options20198
Node: Command arguments20598 Node: Command arguments20596
Ref: #command-arguments20745 Ref: #command-arguments20743
Node: Queries21625 Node: Queries21623
Ref: #queries21780 Ref: #queries21778
Node: Special characters in arguments and queries25742 Node: Special characters in arguments and queries25740
Ref: #special-characters-in-arguments-and-queries25970 Ref: #special-characters-in-arguments-and-queries25968
Node: More escaping26421 Node: More escaping26419
Ref: #more-escaping26583 Ref: #more-escaping26581
Node: Even more escaping26879 Node: Even more escaping26877
Ref: #even-more-escaping27073 Ref: #even-more-escaping27071
Node: Less escaping27744 Node: Less escaping27742
Ref: #less-escaping27906 Ref: #less-escaping27904
Node: Unicode characters28151 Node: Unicode characters28149
Ref: #unicode-characters28333 Ref: #unicode-characters28331
Node: Input files29745 Node: Input files29743
Ref: #input-files29888 Ref: #input-files29886
Node: Output destination31817 Node: Output destination31815
Ref: #output-destination31969 Ref: #output-destination31967
Node: Output format32252 Node: Output format32250
Ref: #output-format32402 Ref: #output-format32400
Node: Regular expressions32787 Node: Regular expressions32785
Ref: #regular-expressions32944 Ref: #regular-expressions32942
Node: Smart dates34305 Node: Smart dates34303
Ref: #smart-dates34456 Ref: #smart-dates34454
Node: Report start & end date35862 Node: Report start & end date35860
Ref: #report-start-end-date36034 Ref: #report-start-end-date36032
Node: Report intervals37458 Node: Report intervals37456
Ref: #report-intervals37623 Ref: #report-intervals37621
Node: Period expressions38013 Node: Period expressions38011
Ref: #period-expressions38173 Ref: #period-expressions38171
Node: Depth limiting42128 Node: Depth limiting42126
Ref: #depth-limiting42272 Ref: #depth-limiting42270
Node: Pivoting42614 Node: Pivoting42612
Ref: #pivoting42737 Ref: #pivoting42735
Node: Valuation44413 Node: Valuation44411
Ref: #valuation44515 Ref: #valuation44513
Node: -B Cost44695 Node: -B Cost44693
Ref: #b-cost44806 Ref: #b-cost44804
Node: -V Market value45004 Node: -V Market value45002
Ref: #v-market-value45178 Ref: #v-market-value45176
Node: -X Market value in specified commodity46610 Node: -X Market value in specified commodity46608
Ref: #x-market-value-in-specified-commodity46849 Ref: #x-market-value-in-specified-commodity46847
Node: --value Flexible valuation47025 Node: --value Flexible valuation47023
Ref: #value-flexible-valuation47251 Ref: #value-flexible-valuation47249
Node: Effect of --value on reports51441 Node: Effect of --value on reports51439
Ref: #effect-of---value-on-reports51657 Ref: #effect-of---value-on-reports51655
Node: Combining -B -V -X --value56588 Node: Combining -B -V -X --value56586
Ref: #combining--b--v--x---value56771 Ref: #combining--b--v--x---value56769
Node: COMMANDS56807 Node: COMMANDS56805
Ref: #commands56915 Ref: #commands56913
Node: accounts57999 Node: accounts57997
Ref: #accounts58097 Ref: #accounts58095
Node: activity58796 Node: activity58794
Ref: #activity58906 Ref: #activity58904
Node: add59289 Node: add59287
Ref: #add59388 Ref: #add59386
Node: balance62127 Node: balance62125
Ref: #balance62238 Ref: #balance62236
Node: Classic balance report63696 Node: Classic balance report63694
Ref: #classic-balance-report63869 Ref: #classic-balance-report63867
Node: Customising the classic balance report65238 Node: Customising the classic balance report65236
Ref: #customising-the-classic-balance-report65466 Ref: #customising-the-classic-balance-report65464
Node: Colour support67542 Node: Colour support67540
Ref: #colour-support67709 Ref: #colour-support67707
Node: Flat mode67882 Node: Flat mode67880
Ref: #flat-mode68030 Ref: #flat-mode68028
Node: Depth limited balance reports68443 Node: Depth limited balance reports68441
Ref: #depth-limited-balance-reports68628 Ref: #depth-limited-balance-reports68626
Node: Percentages69084 Node: Percentages69082
Ref: #percentages69250 Ref: #percentages69248
Node: Multicolumn balance report70387 Node: Multicolumn balance report70385
Ref: #multicolumn-balance-report70567 Ref: #multicolumn-balance-report70565
Node: Budget report75881 Node: Budget report75879
Ref: #budget-report76024 Ref: #budget-report76022
Node: Nested budgets81226 Node: Nested budgets81224
Ref: #nested-budgets81338 Ref: #nested-budgets81336
Ref: #output-format-184819 Ref: #output-format-184817
Node: balancesheet84897 Node: balancesheet84895
Ref: #balancesheet85033 Ref: #balancesheet85031
Node: balancesheetequity86416 Node: balancesheetequity86414
Ref: #balancesheetequity86565 Ref: #balancesheetequity86563
Node: cashflow87126 Node: cashflow87124
Ref: #cashflow87254 Ref: #cashflow87252
Node: check-dates88350 Node: check-dates88348
Ref: #check-dates88477 Ref: #check-dates88475
Node: check-dupes88756 Node: check-dupes88754
Ref: #check-dupes88880 Ref: #check-dupes88878
Node: close89173 Node: close89171
Ref: #close89287 Ref: #close89285
Node: close usage90809 Node: close usage90807
Ref: #close-usage90902 Ref: #close-usage90900
Node: commodities93715 Node: commodities93713
Ref: #commodities93842 Ref: #commodities93840
Node: descriptions93924 Node: descriptions93922
Ref: #descriptions94052 Ref: #descriptions94050
Node: diff94233 Node: diff94231
Ref: #diff94339 Ref: #diff94337
Node: files95386 Node: files95384
Ref: #files95486 Ref: #files95484
Node: help95633 Node: help95631
Ref: #help95733 Ref: #help95731
Node: import96814 Node: import96812
Ref: #import96928 Ref: #import96926
Node: Importing balance assignments97821 Node: Importing balance assignments97819
Ref: #importing-balance-assignments97969 Ref: #importing-balance-assignments97967
Node: incomestatement98618 Node: incomestatement98616
Ref: #incomestatement98751 Ref: #incomestatement98749
Node: notes100155 Node: notes100153
Ref: #notes100268 Ref: #notes100266
Node: payees100394 Node: payees100392
Ref: #payees100500 Ref: #payees100498
Node: prices100658 Node: prices100656
Ref: #prices100764 Ref: #prices100762
Node: print101105 Node: print101103
Ref: #print101215 Ref: #print101213
Node: print-unique105859 Node: print-unique105857
Ref: #print-unique105985 Ref: #print-unique105983
Node: register106270 Node: register106268
Ref: #register106397 Ref: #register106395
Node: Custom register output110569 Node: Custom register output110567
Ref: #custom-register-output110698 Ref: #custom-register-output110696
Node: register-match111960 Node: register-match111958
Ref: #register-match112094 Ref: #register-match112092
Node: rewrite112445 Node: rewrite112443
Ref: #rewrite112560 Ref: #rewrite112558
Node: Re-write rules in a file114415 Node: Re-write rules in a file114413
Ref: #re-write-rules-in-a-file114549 Ref: #re-write-rules-in-a-file114547
Node: Diff output format115759 Node: Diff output format115757
Ref: #diff-output-format115928 Ref: #diff-output-format115926
Node: rewrite vs print --auto117020 Node: rewrite vs print --auto117018
Ref: #rewrite-vs.-print---auto117199 Ref: #rewrite-vs.-print---auto117197
Node: roi117755 Node: roi117753
Ref: #roi117853 Ref: #roi117851
Node: stats118865 Node: stats118863
Ref: #stats118964 Ref: #stats118962
Node: tags119752 Node: tags119750
Ref: #tags119850 Ref: #tags119848
Node: test120144 Node: test120142
Ref: #test120252 Ref: #test120250
Node: Add-on Commands120999 Node: Add-on Commands120997
Ref: #add-on-commands121116 Ref: #add-on-commands121114
Node: ui122459 Node: ui122457
Ref: #ui122547 Ref: #ui122545
Node: web122601 Node: web122599
Ref: #web122704 Ref: #web122702
Node: iadd122820 Node: iadd122818
Ref: #iadd122931 Ref: #iadd122929
Node: interest123013 Node: interest123011
Ref: #interest123120 Ref: #interest123118
Node: ENVIRONMENT123360 Node: ENVIRONMENT123358
Ref: #environment123472 Ref: #environment123470
Node: FILES124301 Node: FILES124299
Ref: #files-1124404 Ref: #files-1124402
Node: LIMITATIONS124617 Node: LIMITATIONS124615
Ref: #limitations124736 Ref: #limitations124734
Node: TROUBLESHOOTING125478 Node: TROUBLESHOOTING125476
Ref: #troubleshooting125591 Ref: #troubleshooting125589
 
End Tag Table End Tag Table

View File

@ -199,7 +199,7 @@ COMMON TASKS
If you're using version control, this could be a good time to commit If you're using version control, this could be a good time to commit
the journal. Eg: the journal. Eg:
$ git commit -am 'initial balances' 2020.journal $ git commit -m 'initial balances' 2020.journal
Recording Transactions Recording Transactions
As you spend or receive money, you can record these transactions using As you spend or receive money, you can record these transactions using
@ -270,7 +270,7 @@ COMMON TASKS
If you're using version control, this can be another good time to com- If you're using version control, this can be another good time to com-
mit: mit:
$ git commit -am 'txns' 2020.journal $ git commit -m 'txns' 2020.journal
Reporting Reporting
Here are some basic reports. Here are some basic reports.

View File

@ -144,7 +144,7 @@ balances on this date. Here are two ways to do it:
If you're using version control, this could be a good time to commit the journal. Eg: If you're using version control, this could be a good time to commit the journal. Eg:
```shell ```shell
$ git commit -am 'initial balances' 2020.journal $ git commit -m 'initial balances' 2020.journal
``` ```
## Recording Transactions ## Recording Transactions
@ -220,7 +220,7 @@ Eg in the paycheck transaction above, insert `*` between `2020-01-15` and `paych
If you're using version control, this can be another good time to commit: If you're using version control, this can be another good time to commit:
```shell ```shell
$ git commit -am 'txns' 2020.journal $ git commit -m 'txns' 2020.journal
``` ```
## Reporting ## Reporting