| Commit message (Expand) | Author | Age |
... | |
| * | | | | Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/bin | Junio C Hamano | 2009-06-10 |
| * | | | | Makefile: add section for SunOS 5.7 | Brandon Casey | 2009-06-06 |
| * | | | | Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATH | Junio C Hamano | 2009-06-06 |
| * | | | | Makefile: define __sun__ on SunOS | Brandon Casey | 2009-06-06 |
| * | | | | On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec | Brandon Casey | 2009-06-06 |
| * | | | | Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile arguments | Brandon Casey | 2009-06-06 |
| * | | | | Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall | Brandon Casey | 2009-05-28 |
* | | | | | Makefile: test-parse-options depends on parse-options.h | Junio C Hamano | 2009-06-07 |
* | | | | | Merge branch 'da/pretty-tempname' | Junio C Hamano | 2009-06-03 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | compat: add a basename() compatibility function | David Aguilar | 2009-05-31 |
| * | | | | compat: add a mkstemps() compatibility function | David Aguilar | 2009-05-31 |
| |/ / / |
|
* | | | | Merge branch 'jc/solaris-0811' | Junio C Hamano | 2009-05-31 |
|\ \ \ \ |
|
| * | | | | OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONV | Junio C Hamano | 2009-05-22 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'jc/mktree' | Junio C Hamano | 2009-05-31 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | build-in git-mktree | Junio C Hamano | 2009-05-10 |
* | | | | MinGW: the path separator to split GITPERLLIB is ';' on Win32 | Johannes Schindelin | 2009-05-23 |
* | | | | Merge branch 'js/maint-no-ln-across-libexec-and-bin' | Junio C Hamano | 2009-05-23 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Add NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile | Johannes Schindelin | 2009-05-13 |
* | | | | Merge branch 'cc/bisect' (early part) | Junio C Hamano | 2009-05-23 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function | Christian Couder | 2009-05-10 |
| | |/
| |/| |
|
* | | | Turn on USE_ST_TIMESPEC for OpenBSD | Tony Kemp | 2009-05-16 |
|/ / |
|
* | | Rename core.unreliableHardlinks to core.createObject | Johannes Schindelin | 2009-04-29 |
* | | Makefile: installing git in cygwin 1.7.0 | Eric Blake | 2009-04-28 |
* | | Makefile: fix NO_PERL bug with gitweb | Jeff King | 2009-04-27 |
* | | NetBSD compilation fix | Patrick Welche | 2009-04-27 |
* | | Add semicolon to curly brace group in main Makefile | Mark Drago | 2009-04-27 |
* | | Add an option not to use link(src, dest) && unlink(src) when that is unreliable | Johannes Schindelin | 2009-04-25 |
* | | Makefile: ignore perl/ subdirectory under NO_PERL | Junio C Hamano | 2009-04-23 |
* | | Windows: Skip fstat/lstat optimization in write_entry() | Johannes Sixt | 2009-04-20 |
* | | Sync with 1.6.2.4 | Junio C Hamano | 2009-04-19 |
|\ \ |
|
| * | | Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtins | Nguyễn Thái Ngọc Duy | 2009-04-19 |
| |/ |
|
* | | Merge branch 'da/difftool' | Junio C Hamano | 2009-04-17 |
|\ \ |
|
| * | | difftool/mergetool: refactor commands to use git-mergetool--lib | David Aguilar | 2009-04-08 |
| * | | difftool: move 'git-difftool' out of contrib | David Aguilar | 2009-04-07 |
* | | | Merge branch 'jk/no-perl' | Junio C Hamano | 2009-04-12 |
|\ \ \ |
|
| * | | | tests: skip perl tests if NO_PERL is defined | Jeff King | 2009-04-08 |
| * | | | Makefile: allow building without perl | Jeff King | 2009-04-08 |
* | | | | Merge branch 'cc/bisect-filter' | Junio C Hamano | 2009-04-12 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | bisect--helper: implement "git bisect--helper" | Christian Couder | 2009-04-05 |
| * | | | Merge branch 'cc/sha1-bsearch' into HEAD | Junio C Hamano | 2009-04-04 |
| |\ \ \
| | |/ / |
|
| * | | | rev-list: move bisect related code into its own file | Christian Couder | 2009-03-30 |
* | | | | add --html-path to get the location of installed HTML docs | Markus Heidelberg | 2009-04-04 |
| |/ /
|/| | |
|
* | | | Guard a few Makefile variables against user environments | Johannes Schindelin | 2009-03-25 |
|/ / |
|
* | | Makefile: turn on USE_ST_TIMESPEC for FreeBSD | Jeff King | 2009-03-22 |
* | | MinGW: implement mmap | Janos Laube | 2009-03-18 |
* | | Merge branch 'js/remote-improvements' | Junio C Hamano | 2009-03-17 |
|\ \ |
|
| * | | add basic http clone/fetch tests | Jeff King | 2009-02-26 |
| |/ |
|
* | | Merge branch 'kb/checkout-optim' | Junio C Hamano | 2009-03-17 |
|\ \ |
|
| * | | Makefile: Set compiler switch for USE_NSEC | Brian Gernhardt | 2009-03-08 |
| * | | Create USE_ST_TIMESPEC and turn it on for Darwin | Brian Gernhardt | 2009-03-08 |