0.091   2025-09-24  Released-By: PERLANCAR; Urgency: medium
        - [subcommand ls-committing-large] Add option --detail (-l).
        - [subcommand du-committing][doc][ux] Add example showing usage of
          datasize-to-metric.
0.090   2025-09-24  Released-By: PERLANCAR; Urgency: medium
        - [subcommand status] Add '--untracked' option (with shortcuts -u & -U).
          Pass this to -u in 'git status'.
        - [subcommand du-untracked] [doc] Remove caveat about not respecting
          .gitignore in listing untracked files since we now use -uall.
        - [ux] [subcommand ls-committing-large] Add '--untracked' option (with
          shortcuts -u & -U), by default include untracked files in
          ls-committing-large.
0.089   2025-09-23  Released-By: PERLANCAR; Urgency: medium
        - Add subcommand: dir.
        - [doc] Add examples for 'gu'.
        - [ux] Add default 2GB-ish for max_size of ls-committing-large.
        - Tweak Abstract.
0.088   2025-09-20  Released-By: PERLANCAR; Urgency: medium
        - Add gu subcommand: split-commit-add-untracked.
        - Add logging options to `gu`.
0.088   2025-09-20  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
        [INCOMPATIBLE CHANGES]
        - Remove scripts `gu-calc-committing-total-size`,
          `gu-list-committing-large-files`. Make them as subcommands of `gu`:
          `gu du-committing`, `gu ls-committing-large`.
        [ENHANCEMENTS]
        - Add subcommands for `gu`: `gu du-untracked`.
0.087   2025-04-16  Released-By: PERLANCAR; Urgency: medium
        - Add CLIs: gu-list-committing-large-files,
          gu-calc-committing-total-size.
        - Add functions: status(), list_committing_large_files(),
          calc_committing_total_size().
0.086   2022-07-30  Released-By: PERLANCAR; Urgency: medium
        - [bugfix] [subcommand info] chdir to git dir first when executing 'git
          branch'.
        - [ux] Tweak error message
0.085   2022-03-20  Released-By: PERLANCAR; Urgency: medium
        - Specify minimum version for git dependency to 2.22.0 for 'info'
          (for --show-current option).
0.084   2022-02-12  Released-By: PERLANCAR; Urgency: medium
        - [subcommand info] Return current_branch.
0.083   2021-08-14  Released-By: PERLANCAR; Urgency: medium
	- Add script: this-repo.
0.082   2021-08-14  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Mention App::GitHubUtils.
0.081   2021-07-14  Released-By: PERLANCAR; Urgency: medium
        - [bugfix] Fix bug in searching .git dir.
	- Add logging statement which is enabled by GITUTILS_TRACE.
0.080   2020-05-19  Released-By: PERLANCAR; Urgency: medium
	- Accept --dir option.
        - Add subcommand clone-to-bare.
	- [doc] Remove irrelevant docs from App::PMUtils.
0.07    2018-01-30  Released-By: PERLANCAR
	- info: Return repo_name.
0.06    2015-09-03  Released-By: PERLANCAR
	- No functional changes.
	- [dist] Move spec prereqs from RuntimeRequires to
	  DevelopRecommends to reduce deps but still allow indicating spec
	  requirement.
0.05    2015-03-21  Released-By: PERLANCAR
	- No functional changes.
	- [Documentation] Mention list of utilities in main module, add FAQ
	  & See Also, remove some manual doc.
0.04     2014-08-28  Released-By: PERLANCAR
         - Add subcommand: pre-commit.
0.03     2014-08-16  Released-By: SHARYANTO; Note: Happy 19th CPAN Day!
         - Use Perinci::CmdLine::Any.
0.02     2014-07-18  Released-By: SHARYANTO
         - Switch from Perinci::CmdLine to Perinci::CmdLine::Lite for faster tab
           completion.
0.01     2014-07-13  Released-By: SHARYANTO
         - First release.