| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_add_commented_lines() | Jeff King | 1 | -1/+1 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_stripspace() | Jeff King | 1 | -1/+1 |
| 2023-07-06 | Merge branch 'cw/strbuf-cleanup' | Junio C Hamano | 1 | -2/+4 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+0 |
| 2023-06-12 | strbuf: remove global variable | Calvin Wan | 1 | -2/+4 |
| 2023-03-21 | write-or-die.h: move declarations for write-or-die.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2022-02-04 | i18n: remove from i18n strings that do not hold translatable parts | Jean-Noël Avila | 1 | -2/+2 |
| 2018-12-26 | stripspace: allow -s/-c outside git repository | Jonathan Nieder | 1 | -1/+2 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2016-11-21 | stripspace: respect repository config | Johannes Schindelin | 1 | -1/+3 |
| 2016-01-29 | stripspace: call U+0020 a "space" instead of a "blank" | Alex Henrie | 1 | -1/+1 |
| 2015-10-26 | Merge branch 'tk/stripspace' | Junio C Hamano | 1 | -92/+32 |
| 2015-10-16 | usage: do not insist that standard input must come from a file | Junio C Hamano | 1 | -2/+2 |
| 2015-10-16 | stripspace: use parse-options for command-line parsing | Tobias Klauser | 1 | -26/+31 |
| 2015-10-16 | strbuf: make stripspace() part of strbuf | Tobias Klauser | 1 | -67/+2 |
| 2013-09-06 | builtin/stripspace.c: fix broken indentation | Matthieu Moy | 1 | -4/+4 |
| 2013-01-16 | Allow custom "comment char" | Junio C Hamano | 1 | -8/+41 |
| 2011-12-12 | Update documentation for stripspace | Conrad Irwin | 1 | -1/+1 |
| 2011-12-05 | stripspace: fix outdated comment | Jeff King | 1 | -2/+0 |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -0/+90 |