aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Merge for-each-ref to sync gitweb fully with 'next'Junio C Hamano2006-10-25
|\
| * Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-16
* | Merge branch 'jc/web-blame'Junio C Hamano2006-10-25
|\ \
| * \ Merge branch 'jc/blame' into jc/web-blameJunio C Hamano2006-10-12
| |\ \
| | * | Remove git-annotate.perl and create a builtin-alias for git-blameRyan Anderson2006-10-09
| * | | Merge branch 'jc/blame' into jc/web-blameJunio C Hamano2006-10-06
| |\ \ \ | | |/ /
| * | | Gitweb - provide site headers and footersAlan Chandler2006-10-04
* | | | add proper dependancies on the xdiff sourceAndy Whitcroft2006-10-17
| |/ / |/| |
* | | tar-tree deprecation: we eat our own dog food.Junio C Hamano2006-10-05
|/ /
* | Makefile: install and clean merge-recur, still.Junio C Hamano2006-10-01
* | Merge branch 'jc/gitpm'Junio C Hamano2006-09-30
|\ \
| * | Remove -fPIC which was only needed for Git.xsJunio C Hamano2006-09-29
| * | Git.pm: Kill Git.xs for nowPetr Baudis2006-09-23
| * | Fix compilation with Sun CCDennis Stosberg2006-08-15
| * | Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-15
| |\ \
| * \ \ Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-07
| |\ \ \
| * | | | Work around sed and make interactions on the backslash at the end of line.Junio C Hamano2006-07-08
| * | | | Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @INC mungingPetr Baudis2006-07-03
| * | | | 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
| * | | | 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: 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: add build-time configuration to allow building with -fPICJunio C Hamano2006-07-02
| * | | | Git.pm: Implement Git::version()Petr Baudis2006-07-02
| * | | | Introduce Git.pm (v4)Petr Baudis2006-07-02
* | | | | Merge branch 'jl/virtual'Junio C Hamano2006-09-27
|\ \ \ \ \
| * | | | | Cleaned up git-daemon virtual hosting support.Jon Loeliger2006-09-27
* | | | | | Deprecate merge-recursive.pyJunio C Hamano2006-09-24
|/ / / / /
* | | | | Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano2006-09-24
* | | | | git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe2006-09-24
* | | | | Merge branch 'jc/filter-commit'Junio C Hamano2006-09-24
|\ \ \ \ \
| * | | | | builtin-grep: make pieces of it available as library.Junio C Hamano2006-09-20
* | | | | | Merge branch 'jl/daemon'Junio C Hamano2006-09-24
|\ \ \ \ \ \
| * | | | | | Add virtualization support to git-daemonJon Loeliger2006-09-20
| |/ / / / /
* | | | | | Rename builtin-zip-tree.c to archive-zip.cRene Scharfe2006-09-23
|/ / / / /
* | | | | Merge branch 'jc/pack'Junio C Hamano2006-09-17
|\ \ \ \ \
| * | | | | Separate object listing routines out of rev-listJunio C Hamano2006-09-07
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/diff'Junio C Hamano2006-09-17
|\ \ \ \ \
| * | | | | git-commit.sh: convert run_status to a C builtinJeff King2006-09-08
| * | | | | Move color option parsing out of diff.c and into color.[ch]Jeff King2006-09-08
| |/ / / /
* | | | | Merge branch 'jc/archive'Junio C Hamano2006-09-17
|\ \ \ \ \
| * \ \ \ \ Merge branch 'jc/sideband' into jc/archiveJunio C Hamano2006-09-10
| |\ \ \ \ \
| | * | | | | Move sideband client side support into reusable form.Junio C Hamano2006-09-10
| | |/ / / /
| * | | | | Add git-upload-archiveFranck Bui-Huu2006-09-09