Sign in
googlers
/
jrn
/
git
/
4788e8b25692a8ae1a005554d3ad12f8ee4ee29e
/
builtin
/
stripspace.c
957da75
stripspace: allow -s/-c outside git repository
by Jonathan Nieder
· 6 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
92068ae
stripspace: respect repository config
by Johannes Schindelin
· 8 years ago
f562d7d
stripspace: call U+0020 a "space" instead of a "blank"
by Alex Henrie
· 9 years ago
1ad7c0f
Merge branch 'tk/stripspace'
by Junio C Hamano
· 9 years ago
33e8fc8
usage: do not insist that standard input must come from a file
by Junio C Hamano
· 9 years ago
bed4452
stripspace: use parse-options for command-line parsing
by Tobias Klauser
· 9 years ago
63af4a8
strbuf: make stripspace() part of strbuf
by Tobias Klauser
· 9 years ago
1686e2c
builtin/stripspace.c: fix broken indentation
by Matthieu Moy
· 11 years ago
eff80a9
Allow custom "comment char"
by Junio C Hamano
· 12 years ago
497215d
Update documentation for stripspace
by Conrad Irwin
· 13 years ago
c2857fb
stripspace: fix outdated comment
by Jeff King
· 13 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-stripspace.c]
4751f11
Show usage string for 'git stripspace -h'
by Jonathan Nieder
· 15 years ago
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
6d69b6f
Clean up stripspace a bit, use strbuf even more.
by Kristian Høgsberg
· 17 years ago
ba3ed09
Now that cache.h needs strbuf.h, remove useless includes.
by Pierre Habouzit
· 17 years ago
fd17f5b
Replace all read_fd use with strbuf_read, and get rid of it.
by Pierre Habouzit
· 17 years ago
f653aee
Teach "git stripspace" the --strip-comments option
by Johannes Schindelin
· 17 years ago
c4fba0a
Rename read_pipe() with read_fd() and make its buffer nul-terminated.
by Carlos Rica
· 17 years ago
975e0da
Function stripspace now gets a buffer instead file descriptors.
by Carlos Rica
· 18 years ago
9690c11
Fix git-stripspace to process correctly long lines and spaces.
by Carlos Rica
· 18 years ago
16befb8
Even more missing static
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
a633fca
Call setup_git_directory() much earlier
by Linus Torvalds
· 18 years ago
7499c99
Make git-stripspace a builtin
by Lukas Sandström
· 19 years ago
[Renamed (75%) from stripspace.c]
5cf7e21
stripspace: incomplete line fix (take #2)
by Junio C Hamano
· 19 years ago
f4ee3eb
stripspace: make sure not to leave an incomplete line.
by Junio C Hamano
· 19 years ago
a3e870f
Add "commit" helper script
by Linus Torvalds
· 20 years ago