summaryrefslogtreecommitdiff
path: root/upload-pack.c
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2011-03-27 18:13:22 (GMT)
committerJonathan Nieder <jrnieder@gmail.com>2011-03-27 20:46:34 (GMT)
commit3371f9b3fb13a508c447e484618b9b5e2b9e45a7 (patch)
treeecf488c63dfdac2ee447a65a19fa34b083652087 /upload-pack.c
parent41e6b91f01bc9bb7e1679542a8cce9bd4252fd2e (diff)
downloadgit-3371f9b3fb13a508c447e484618b9b5e2b9e45a7.zip
git-3371f9b3fb13a508c447e484618b9b5e2b9e45a7.tar.gz
git-3371f9b3fb13a508c447e484618b9b5e2b9e45a7.tar.bz2
Makefile: list one vcs-svn/xdiff object or header per line
As the svn import infrastructure evolves, it's getting to be a pain to tell by eye what files were added or removed from a dependency line like VCSSVN_OBJS = vcs-svn/string_pool.o vcs-svn/line_buffer.o \ vcs-svn/repo_tree.o vcs-svn/fast_export.o vcs-svn/svndump.o So use a style with one entry per line instead, like the existing BUILTIN_OBJS: # protect against environment VCSSVN_OBJS = ... VCSSVN_OBJS += vcs-svn/string_pool.o VCSSVN_OBJS += vcs-svn/line_buffer.o ... which is readable on its own and produces nice, clear diffs. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 'upload-pack.c')
0 files changed, 0 insertions, 0 deletions