Skip to content
GIT 1.4.3.2

This is primarily to fix two major issues discovered post 1.4.3.1
release.

 - The pager change to default to LESS=FRS exposed problem with less
   that switches to alternate screen, shows its output and then switches
   back immediately from the alternate screen afterwards -- which means
   the user would not have a chance to see _anything_.

 - Older upload-pack protocol clients did not pass host= and recent
   git-daemon change to support virtual hosting did not handle this
   correctly (although it attempted to do so, the check was borked).

Alexandre Julliard (1):
      prune-packed: Fix uninitialized variable.

J. Bruce Fields (1):
      Make prune also run prune-packed

Jakub Narebski (2):
      gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)
      gitweb: Do not esc_html $basedir argument to git_print_tree_entry

Jim Meyering (2):
      git-clone: honor --quiet
      xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.

Junio C Hamano (2):
      pager: default to LESS=FRSX not LESS=FRS
      daemon: do not die on older clients.

Karl Hasselström (1):
      git-vc: better installation instructions

Lars Hjemli (1):
      Fix usagestring for git-branch

Petr Baudis (1):
      gitweb: Fix setting $/ in parse_commit()

Rene Scharfe (1):
      git-merge: show usage if run without arguments

Santi Béjar (1):
      Documentation for the [remote] config