aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | Git.pm: Avoid ppport.hPetr Baudis2006-07-02
| * | | | Git.pm: Remove PerlIO usage from Git.xsPetr Baudis2006-07-02
| * | | | Make perl interface a separate packagePavel Roskin2006-07-02
| * | | | Delete manuals if compiling without docsPavel Roskin2006-07-02
| * | | | Fix probing for already installed Error.pmPavel Roskin2006-07-02
| * | | | Git.pm: clean generated files.Junio C Hamano2006-07-02
| * | | | Perly git: work around buggy make implementations.Junio C Hamano2006-07-02
| * | | | Makefile: Set USE_PIC on x86-64Junio C Hamano2006-07-02
| * | | | Perly Git: arrange include path settings properly.Junio C Hamano2006-07-02
| * | | | Add possibility to pass CFLAGS and LDFLAGS specific to the perl subdirDennis Stosberg2006-07-02
| * | | | Git.pm: Support for perl/ being built by a different compilerPetr Baudis2006-07-02
| * | | | Makefile fix for SolarisDennis Stosberg2006-07-02
| * | | | "test" in Solaris' /bin/sh does not support -eDennis Stosberg2006-07-02
| * | | | Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")Petr Baudis2006-07-02
| * | | | Git.pm: Swap hash_object() parametersPetr Baudis2006-07-02
| * | | | Git.pm: Try to support ActiveState output pipePetr Baudis2006-07-02
| * | | | Git.pm: tentative fix to test the freshly built Git.pmJunio C Hamano2006-07-02
| * | | | Git.pm: assorted build related fixes.Petr Baudis2006-07-02
| * | | | perl: fix make cleanJunio C Hamano2006-07-02
| * | | | Perl interface: make testsuite work again.Junio C Hamano2006-07-02
| * | | | Perl interface: add build-time configuration to allow building with -fPICJunio C Hamano2006-07-02
| * | | | Convert git-mv to use Git.pmPetr Baudis2006-07-02
| * | | | Git.pm: Add support for subdirectories inside of working copiesPetr Baudis2006-07-02
| * | | | Git.pm: Implement options for the command interfacePetr Baudis2006-07-02
| * | | | Git.pm: Enhance the command_pipe() mechanismPetr Baudis2006-07-02
| * | | | Git.pm: Handle failed commands' outputPetr Baudis2006-07-02
| * | | | Git.pm: Better error handlingPetr Baudis2006-07-02
| * | | | Add Error.pm to the distributionPetr Baudis2006-07-02
| * | | | Git.pm: Implement Git::version()Petr Baudis2006-07-02
| * | | | Git.pm: Call external commands using execv_git_cmd()Petr Baudis2006-07-02
| * | | | Git.pm: Implement Git::exec_path()Petr Baudis2006-07-02
| * | | | Introduce Git.pm (v4)Petr Baudis2006-07-02
* | | | | Merge branch 'jc/diff-stat'Junio C Hamano2006-09-30
|\ \ \ \ \
| * | | | | diff --stat: ensure at least one '-' for deletions, and one '+' for additionsJohannes Schindelin2006-09-28
| * | | | | diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds2006-09-28
| * | | | | diff --stat: color output.Junio C Hamano2006-09-27
| * | | | | diff --stat: allow custom diffstat output width.Junio C Hamano2006-09-27
* | | | | | Merge branch 'lt/web'Junio C Hamano2006-09-30
|\ \ \ \ \ \
| * | | | | | gitweb: tree view: hash_base and hash are now context sensitiveLuben Tuikov2006-09-30
| * | | | | | gitweb: History: blob and tree are first, then commitdiff, etcLuben Tuikov2006-09-28
| * | | | | | gitweb: Remove redundant "commit" from historyLuben Tuikov2006-09-28
| * | | | | | gitweb: Don't use quotemeta on internally generated stringsLuben Tuikov2006-09-28
| * | | | | | gitweb: Add snapshot to shortlogLuben Tuikov2006-09-28
| * | | | | | gitweb: Factor out gitweb_have_snapshot()Luben Tuikov2006-09-28
| * | | | | | gitweb: Remove redundant "commit" link from shortlogLuben Tuikov2006-09-28
| * | | | | | gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov2006-09-28
| * | | | | | gitweb: Add history and blame to git_difftree_body()Luben Tuikov2006-09-27
| * | | | | | gitweb: Remove excessively redundant entries from git_difftree_bodyLuben Tuikov2006-09-27
| * | | | | | Revert "gitweb: extend blame to show links to diff and previous"Luben Tuikov2006-09-27
| * | | | | | gitweb: Quote filename in HTTP Content-Disposition: headerJakub Narebski2006-09-27