Peter Kümmel wrote: > boost and intl is not our code, but it is source code -> > src/3rdparty/boost > src/3rdparty/intl > src/cygwin
i would expect that src/ contains "our" code, but no hard opinion. > po is ui needed at compile time -> > src/po please no. git has no way how to avoid commits done to certain paths/files. so when doing history digging for certain strings the only way how to avoid extensive .po remerges (which spoil many searches by flushing zillion false positive hits) is to limit search to "src". this would break it. pavel