]> git.ipfire.org Git - thirdparty/git.git/commit - alloc.c
Fix a bunch of pointer declarations (codestyle)
authorFelipe Contreras <felipe.contreras@gmail.com>
Fri, 1 May 2009 09:06:36 +0000 (12:06 +0300)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 May 2009 22:17:31 +0000 (15:17 -0700)
commit4b25d091ba53c758fae0096b8c0662371857b9d9
treefc5bb9b0e2ffad8182f26a7efafae8571e613b48
parent75b44066f3ed7cde238cdea1f0bf9e2f1744c820
Fix a bunch of pointer declarations (codestyle)

Essentially; s/type* /type */ as per the coding guidelines.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
25 files changed:
alias.c
alloc.c
attr.c
builtin-blame.c
builtin-checkout-index.c
builtin-describe.c
builtin-fetch-pack.c
builtin-help.c
builtin-update-index.c
cache.h
combine-diff.c
compat/mingw.c
config.c
contrib/convert-objects/convert-objects.c
diff-no-index.c
diff.c
dir.c
fast-import.c
git.c
lockfile.c
reflog-walk.c
run-command.c
server-info.c
sha1_file.c
wt-status.c