summaryrefslogtreecommitdiffstats
path: root/builtin/stripspace.c
AgeCommit message (Expand)AuthorLines
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King-1/+1
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King-1/+1
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano-2/+4
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-1/+0
2023-06-12strbuf: remove global variableCalvin Wan-2/+4
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila-2/+2
2018-12-26stripspace: allow -s/-c outside git repositoryJonathan Nieder-1/+2
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2016-11-21stripspace: respect repository configJohannes Schindelin-1/+3
2016-01-29stripspace: call U+0020 a "space" instead of a "blank"Alex Henrie-1/+1
2015-10-26Merge branch 'tk/stripspace'Junio C Hamano-92/+32
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano-2/+2
2015-10-16stripspace: use parse-options for command-line parsingTobias Klauser-26/+31
2015-10-16strbuf: make stripspace() part of strbufTobias Klauser-67/+2
2013-09-06builtin/stripspace.c: fix broken indentationMatthieu Moy-4/+4
2013-01-16Allow custom "comment char"Junio C Hamano-8/+41
2011-12-12Update documentation for stripspaceConrad Irwin-1/+1
2011-12-05stripspace: fix outdated commentJeff King-2/+0
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds-0/+90