Merge branch 'nd/builtin-to-libgit' into next
commit06cbf9bdfb364301c1203ce8d89e76ac3d9dc36e
authorJeff King <peff@peff.net>
Sun, 4 Nov 2012 13:17:19 +0000 (4 08:17 -0500)
committerJeff King <peff@peff.net>
Sun, 4 Nov 2012 13:17:19 +0000 (4 08:17 -0500)
treeb2d98e4811d9cb2990cf8173259b3ba1b2c609fd
parent852d6093d4bc080e58773003c8680956e99fb663
parent745f7a8cacae55df3e00507344d8db2a31eb57e8
Merge branch 'nd/builtin-to-libgit' into next

Code cleanups so that libgit.a does not depend on anything in the
builtin/ directory.

Some of the code movement is pretty big, but there doesn't seem to be
any conflicts with topics in flight.

* nd/builtin-to-libgit:
  fetch-pack: move core code to libgit.a
  fetch-pack: remove global (static) configuration variable "args"
  send-pack: move core code to libgit.a
  Move setup_diff_pager to libgit.a
  Move print_commit_list to libgit.a
  Move estimate_bisect_steps to libgit.a
  Move try_merge_command and checkout_fast_forward to libgit.a
Makefile
commit.h
diff.c