Merge branch 'sb/fetch' into jc/refs-and-fetch
authorJunio C Hamano <junkio@cox.net>
Sun, 1 Oct 2006 07:34:58 +0000 (00:34 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 1 Oct 2006 07:34:58 +0000 (00:34 -0700)
* sb/fetch: (41 commits)
merge and resolve: Output short hashes and .. in "Updating ..."
fetch: Misc output cleanup
gitweb: tree view: hash_base and hash are now context sensitive
fetch: Reset remote refs list each time fetch_main is called
Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34
git-diff -B output fix.
Make cvsexportcommit remove files.
diff --stat: ensure at least one '-' for deletions, and one '+' for additions
diff --stat=width[,name-width]: allow custom diffstat output width.
gitweb: History: blob and tree are first, then commitdiff, etc
gitweb: Remove redundant "commit" from history
http/ftp: optionally ask curl to not use EPSV command
gitweb: Don't use quotemeta on internally generated strings
gitweb: Add snapshot to shortlog
gitweb: Factor out gitweb_have_snapshot()
gitweb: Remove redundant "commit" link from shortlog
gitweb: "alternate" starts with shade (i.e. 1)
git-format-patch: fix bug using -o in subdirectories
do not discard constness in interp_set_entry value argument
Fix approxidate() to understand more extended numbers
...

1  2 
Makefile
diff --combined Makefile
index 65fb8284f3c9ef210c08711b5ce4796593e72e75,e649d72f605c4b8a7d310464319d728eba52440f..efcf3fb293f1effb9184ffc50d78767a89f20e96
+++ b/Makefile
@@@ -271,7 -271,6 +271,7 @@@ BUILTIN_OBJS = 
        builtin-diff-stages.o \
        builtin-diff-tree.o \
        builtin-fmt-merge-msg.o \
 +      builtin-for-each-ref.o \
        builtin-grep.o \
        builtin-init-db.o \
        builtin-log.o \
        builtin-update-ref.o \
        builtin-upload-archive.o \
        builtin-verify-pack.o \
 -      builtin-write-tree.o
 +      builtin-write-tree.o \
 +      builtin-show-ref.o \
 +      builtin-pack-refs.o
  
  GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
  LIBS = $(GITLIBS) -lz
@@@ -525,6 -522,9 +525,9 @@@ endi
  ifdef NO_INET_NTOP
        LIB_OBJS += compat/inet_ntop.o
  endif
+ ifdef NO_INET_PTON
+       LIB_OBJS += compat/inet_pton.o
+ endif
  
  ifdef NO_ICONV
        ALL_CFLAGS += -DNO_ICONV