aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/stripspace.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King1-1/+1
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-1/+1
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-2/+4
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-06-12strbuf: remove global variableCalvin Wan1-2/+4
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila1-2/+2
2018-12-26stripspace: allow -s/-c outside git repositoryJonathan Nieder1-1/+2
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2016-11-21stripspace: respect repository configJohannes Schindelin1-1/+3
2016-01-29stripspace: call U+0020 a "space" instead of a "blank"Alex Henrie1-1/+1
2015-10-26Merge branch 'tk/stripspace'Junio C Hamano1-92/+32
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano1-2/+2
2015-10-16stripspace: use parse-options for command-line parsingTobias Klauser1-26/+31
2015-10-16strbuf: make stripspace() part of strbufTobias Klauser1-67/+2
2013-09-06builtin/stripspace.c: fix broken indentationMatthieu Moy1-4/+4
2013-01-16Allow custom "comment char"Junio C Hamano1-8/+41
2011-12-12Update documentation for stripspaceConrad Irwin1-1/+1
2011-12-05stripspace: fix outdated commentJeff King1-2/+0
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+90