Home Explore Blog CI



nushell

9th chunk of `cookbook/parsing_git_log.md`
c079947f6fd1e3fa46ceafd50fcd93a99279e896a22d8c6e00000001000012e2
# => ────┬──────────┬──────────────────────────┬───────────────────┬─────────────────────────┬──────────────
# =>  #  │  commit  │         subject          │       name        │          email          │     date
# => ────┼──────────┼──────────────────────────┼───────────────────┼─────────────────────────┼──────────────
# =>   0 │ 42f1874a │ Update some examples     │ Justin Ma         │ hustcer@outlook.com     │ 7 hours ago
# =>     │          │ and docs (#4682)         │                   │                         │
# =>   1 │ 2a89936b │ Move to latest stable    │ Sophia                │ 547158+sophiajt@users.nor │ 8 hours ago
# =>     │          │ crossterm, with fix      │                   │ eply.github.com         │
# =>     │          │ (#4684)                  │                   │                         │
# =>   2 │ ece5e7db │ dataframe list command   │ Fernando Herrera  │ fernando.j.herrera@gmai │ 8 hours ago
# =>     │          │ (#4681)                  │                   │ l.com                   │
# =>   3 │ a6a96b29 │ Add binary literals      │ Sophia                │ 547158+sophiajt@users.nor │ 21 hours ago
# =>     │          │ (#4680)                  │                   │ eply.github.com         │
# =>   4 │ e3100e6a │ Fix alias in             │ Luca Trevisani    │ lucatrv@hotmail.com     │ a day ago
# =>     │          │ `docs/sample_config/con  │                   │                         │
# =>     │          │ fig.toml`                │                   │                         │
# =>     │          │ (#4669)                  │                   │                         │
# =>   5 │ cb5c61d2 │ Fix open ended ranges    │ Sophia                │ 547158+sophiajt@users.nor │ a day ago
# =>     │          │ (#4677)                  │                   │ eply.github.com         │
# =>   6 │ b09acdb7 │ Fix unsupported type     │ Justin Ma         │ hustcer@outlook.com     │ a day ago
# =>     │          │ message for some math    │                   │                         │
# =>     │          │ related commands (#4672) │                   │                         │
# =>   7 │ 0924975b │ Use default_config.nu    │ Sophia                │ 547158+sophiajt@users.nor │ a day ago
# =>     │          │ by default (#4675)       │                   │ eply.github.com         │
# =>   8 │ d6a6c4b0 │ Add back in default      │ Sophia                │ 547158+sophiajt@users.nor │ a day ago
# =>     │          │ keybindings (#4673)      │                   │ eply.github.com         │
# =>   9 │ eec17304 │ Add profiling build      │ Stefan Holderbach │ sholderbach@users.norep │ a day ago
# =>     │          │ profile and symbol strip │                   │ ly.github.com           │
# =>     │          │ (#4630)                  │                   │                         │
# =>  10 │ 10364c4f │ don't use table          │ Sophia                │ 547158+sophiajt@users.nor │ a day ago
# =>     │          │ compaction in to nuon if │                   │ eply.github.com         │
# =>     │          │ not a table (#4671)      │                   │                         │
# =>  11 │ ef70c8db │ Date parse refactor      │ Jonathan Moore    │ jtm170330@utdallas.edu  │ 2 days ago
# =>     │          │ (#4661)                  │                   │                         │
# =>  12 │ 0f437589 │ add last exit code to    │ Darren Schroeder  │ 343840+fdncred@users.no │ 2 days ago
# =>     │          │ starship parameters      │                   │ reply.github.com        │
# =>     │          │ (#4670)                  │                   │                         │
# =>  13 │ 796d4920 │ add char separators      │ Darren Schroeder  │ 343840+fdncred@users.no │ 2 days ago
# =>     │          │ (#4667)                  │                   │ reply.github.com        │
# =>  14 │ 78192100 │ Add shortcircuiting      │ Sophia                │ 547158+sophiajt@users.nor │ 2 days ago
# =>     │          │ boolean operators        │                   │ eply.github.com         │

Title: Recent Git Commit Log Output Filtered by Date in Nushell
Summary
This is a sample of the output from the git log command, filtered using Nushell to show only commits from the past year. The output includes commit hash, subject, author name, author email, and commit date.