Brian Wignall

Results 2 comments of Brian Wignall

For what it's worth, to those considering implementing --output-date-format, here are the three substantive changes that went into porting to yyyy-mm-dd: - https://github.com/simonmichael/hledger/commit/35481a665b1c81fec6661bbaf9d0607c813bb702 - https://github.com/simonmichael/hledger/commit/ab12ff916fab9d91ccc3ea3eb93f5d18c0f11046 - https://github.com/simonmichael/hledger/commit/24026d629a73b512274ae634c83662992d06862c

My "reasoning" was even simpler: I was starting at the top of the output of `git grep '[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]' | grep -v 'journal' | grep -v CHANGES | head -30` and...