1. 23 12月, 2006 1 次提交
  2. 20 12月, 2006 1 次提交
  3. 22 11月, 2006 1 次提交
  4. 30 9月, 2006 1 次提交
  5. 25 9月, 2006 1 次提交
    • J
      Deprecate merge-recursive.py · a06f678e
      Junio C Hamano 提交于
      This renames merge-recursive written in Python to merge-recursive-old,
      and makes merge-recur as a synonym to merge-recursive.  We do not remove
      merge-recur yet, but we will remove merge-recur and merge-recursive-old
      in a few releases down the road.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      a06f678e
  6. 08 9月, 2006 2 次提交
  7. 06 9月, 2006 1 次提交
  8. 05 9月, 2006 3 次提交
  9. 15 8月, 2006 3 次提交
  10. 09 8月, 2006 6 次提交
  11. 07 8月, 2006 1 次提交
  12. 05 8月, 2006 6 次提交
  13. 03 8月, 2006 3 次提交
  14. 15 7月, 2006 1 次提交
  15. 09 7月, 2006 8 次提交
  16. 03 7月, 2006 1 次提交
    • J
      autoconf: Use autoconf to write installation directories to config.mak.autogen · 55667714
      Jakub Narebski 提交于
      This is beginning of patch series introducing installation configuration
      using autoconf (and no other autotools) to git. The idea is to generate
      config.mak.autogen using ./configure (generated from configure.ac by running
      autoconf) from config.mak.in, so one can use autoconf as an _alternative_ to
      ordinary Makefile, and creating one's own config.mak. Local settings in
      config.mak override generated settings in config.mak.autogen
      
      This patch includes minimal configure.ac and config.mak.in, so one can set
      installation directories using autoconf generated ./configure script
      e.g. ./configure --prefix=/usr
      Signed-off-by: NJakub Narebski <jnareb@gmail.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      55667714