1. 03 10月, 2006 3 次提交
  2. 02 10月, 2006 4 次提交
  3. 01 10月, 2006 5 次提交
    • J
      GIT 1.4.3-rc1 · 1965efb1
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      1965efb1
    • J
      Merge branch 'maint' · 284fe4be
      Junio C Hamano 提交于
      * maint:
        git-diff -B output fix.
        Fix git-am safety checks
        Fix duplicate xmalloc in builtin-add
      284fe4be
    • J
      Merge branch 'jc/gitpm' · 69de8cc8
      Junio C Hamano 提交于
      * jc/gitpm: (52 commits)
        Remove -fPIC which was only needed for Git.xs
        Git.pm: Kill Git.xs for now
        Revert "Make it possible to set up libgit directly (instead of from the environment)"
        Revert "Git.pm: Introduce fast get_object() method"
        Revert "Convert git-annotate to use Git.pm"
        Fix compilation with Sun CC
        pass DESTDIR to the generated perl/Makefile
        Eliminate Scalar::Util usage from private-Error.pm
        Convert git-annotate to use Git.pm
        Git.pm: Introduce fast get_object() method
        Make it possible to set up libgit directly (instead of from the environment)
        Work around sed and make interactions on the backslash at the end of line.
        Git.pm: Introduce ident() and ident_person() methods
        Convert git-send-email to use Git.pm
        Git.pm: Add config() method
        Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @inc munging
        INSTALL: a tip for running after building but without installing.
        Perly Git: make sure we do test the freshly built one.
        Git.pm: Don't #define around die
        Git.xs: older perl do not know const char *
        ...
      69de8cc8
    • J
      Merge branch 'jc/diff-stat' · dd0c367e
      Junio C Hamano 提交于
      * jc/diff-stat:
        diff --stat: ensure at least one '-' for deletions, and one '+' for additions
        diff --stat=width[,name-width]: allow custom diffstat output width.
        diff --stat: color output.
        diff --stat: allow custom diffstat output width.
      dd0c367e
    • J
      Merge branch 'lt/web' · 99692dc2
      Junio C Hamano 提交于
      * lt/web:
        gitweb: tree view: hash_base and hash are now context sensitive
        gitweb: History: blob and tree are first, then commitdiff, etc
        gitweb: Remove redundant "commit" from history
        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)
        gitweb: Add history and blame to git_difftree_body()
        gitweb: Remove excessively redundant entries from git_difftree_body
        Revert "gitweb: extend blame to show links to diff and previous"
        gitweb: Quote filename in HTTP Content-Disposition: header
        gitweb: Add git_url subroutine, and use it to quote full URLs
        gitweb: Split validate_input into validate_pathname and validate_refname
        gitweb: Use "return" instead of "return undef" for some subs
        gitweb: Strip trailing slashes from $path in git_get_hash_by_path
        gitweb: extend blame to show links to diff and previous
        gitweb: Remove redundant "tree" link
        gitweb: tree view: eliminate redundant "blob"
      99692dc2
  4. 30 9月, 2006 5 次提交
  5. 29 9月, 2006 20 次提交
  6. 28 9月, 2006 3 次提交
    • J
      Contributed bash completion support for core Git tools. · 690d8824
      Junio C Hamano 提交于
      This is a set of bash completion routines for many of the
      popular core Git tools.  I wrote these routines from scratch
      after reading the git-compl and git-compl-lib routines available
      from the gitcompletion package at http://gitweb.hawaga.org.uk/
      and found those to be lacking in functionality for some commands.
      Consequently there may be some similarities but many differences.
      
      Since these are completion routines only for tools shipped with
      core Git and since bash is a popular shell on many of the native
      core Git platforms (Linux, Mac OS X, Solaris, BSD) including these
      routines as part of the stock package would probably be convienent
      for many users.
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      690d8824
    • J
      Merge branch 'jl/virtual' · 2d5b4591
      Junio C Hamano 提交于
      * jl/virtual:
        Removed memory leaks from interpolation table uses.
        Cleaned up git-daemon virtual hosting support.
      2d5b4591
    • J
      Merge branch 'cc/branch-test' · 51b2dd4e
      Junio C Hamano 提交于
      * cc/branch-test:
        Remove empty ref directories that prevent creating a ref.
      51b2dd4e