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

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
the journal. Eg:
$ git commit -am 'initial balances' 2020.journal
$ git commit -m 'initial balances' 2020.journal
Recording Transactions
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-
mit:
$ git commit -am 'txns' 2020.journal
$ git commit -m 'txns' 2020.journal
Reporting
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:
```shell
$ git commit -am 'initial balances' 2020.journal
$ git commit -m 'initial balances' 2020.journal
```
## 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:
```shell
$ git commit -am 'txns' 2020.journal
$ git commit -m 'txns' 2020.journal
```
## Reporting