Log
Show commit history with details
Section titled “Show commit history with details”Options:
--max-count <n>or-n <n>: Limit the number of commits shown--since <time>: Show commits since specified time (e.g., “1h”, “2d”, “1w”)--oneline: Show compact one-line format--fileor-f [file]: Show specific file and block details for each commit
notevc log [options]
Section titled “notevc log [options]”notevc log # Show all commitsnotevc log --max-count 5 # Shows last 5 commitsnotevc log --since 1d # Show commits from last daynotevc log --oneline # Compact formatnotevc log --file # Show with file detailsnotevc log --file notes.md # Show commits affecting specific filenotevc log --file --oneline # Compact format with file info