----- Original Message ----- > TS-2172: iocore and proxy Makefile.am cleanup > > clean up all the cross directory compiling from iocore and mgmt > move some shared files into proxy/shared and seperated .a > > > Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo > Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/efe90f3f > Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/efe90f3f > Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/efe90f3f > > Branch: refs/heads/master > Commit: efe90f3fecb10605f35bbfe557f19534b9e6fce7 > Parents: 8197736 > Author: Zhao Yongming <ming....@gmail.com> > Authored: Sun Nov 3 21:48:18 2013 +0800 > Committer: Zhao Yongming <ming....@gmail.com> > Committed: Thu Nov 7 10:30:19 2013 +0800 > > ---------------------------------------------------------------------- > .gitignore | 4 +- > Makefile.am | 4 +- > configure.ac | 1 + > iocore/aio/Makefile.am | 2 +- > iocore/cache/Makefile.am | 1 + > iocore/eventsystem/Makefile.am | 2 +- > mgmt/Makefile.am | 5 +- > mgmt/api/Makefile.am | 2 +- > proxy/DiagsConfig.cc | 415 ------------------------------------ > proxy/DiagsConfig.h | 44 ---- > proxy/Error.cc | 109 ---------- > proxy/Error.h | 173 --------------- > proxy/Makefile.am | 36 ++-- > proxy/UglyLogStubs.cc | 210 ------------------ > proxy/congest/Makefile.am | 1 + > proxy/http/Makefile.am | 1 + > proxy/http/remap/Makefile.am | 1 + > proxy/logging/Makefile.am | 1 + > proxy/shared/DiagsConfig.cc | 415 ++++++++++++++++++++++++++++++++++++ > proxy/shared/DiagsConfig.h | 44 ++++ > proxy/shared/Error.cc | 109 ++++++++++ > proxy/shared/Error.h | 173 +++++++++++++++ > proxy/shared/Makefile.am | 52 +++++ > proxy/shared/UglyLogStubs.cc | 210 ++++++++++++++++++ > 24 files changed, 1031 insertions(+), 984 deletions(-) > ----------------------------------------------------------------------
Why is git not catching those things as renames? -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brainsware.org/ GPG: 8716 7A9F 989B ABD5 100F 4008 F266 55D6 2998 1641