Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit7dcb7cf95ba97949ab6f0c741bd3c6f369f251c7
authorJakub Narebski <jnareb@gmail.com>
Wed, 2 Sep 2009 19:32:01 +0000 (2 21:32 +0200)
committerJakub Narebski <jnareb@gmail.com>
Wed, 2 Sep 2009 19:32:01 +0000 (2 21:32 +0200)
treec97f04ad44644393df3ea2265ad251825ff0a06f
parent837c9abd26b77d146e422bea8244db178b2e3c69
parent0b1fac320c10b83133f824805055ff428b331e19
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (76 commits)
  builtin-apply.c: get rid of an unnecessary use of temporary array
  builtin-pack-objects.c: avoid vla
  Style fixes, add a space after if/for/while.
  fix approxidate parsing of relative months and years
  tests: add date printing and parsing tests
  refactor test-date interface
  Add date formatting and parsing functions relative to a given time
  GIT 1.6.4.2
  UI consistency: allow --force for where -f means force
  update-server-info: make builtin, use parseopt
  Remove unused t/t8005/iso8859-5.txt
  Draft release notes to 1.6.5 before -rc0
  http.c: set slot callback members to NULL when releasing object
  t/test-lib.sh: provide a shell implementation of the 'yes' utility
  Fix overridable written with an extra 'e'
  Documentation: git-archive: mark --format as optional in summary
  Round-down years in "years+months" relative date view
  gitweb: add t9501 tests for checking HTTP status codes
  gitweb: split test suite into library and tests
  commit.c: rename variable named 'n' which masks previous declaration
  ...
t/test-lib.sh