summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UXMiklos Vajna2008-08-231-0/+1
* Makefile: building git in cygwin 1.7.0Eric Blake2008-08-161-1/+1
* Makefile: add a target which will abort compilation with ancient shellsBrandon Casey2008-08-081-1/+7
* Makefile: set SHELL to value of SHELL_PATHBrandon Casey2008-08-081-0/+2
* Allow installing in the traditional wayJunio C Hamano2008-07-281-1/+4
* Allow building without any git installedJunio C Hamano2008-07-281-1/+1
* Windows: Do not compile git-shellJohannes Sixt2008-07-251-2/+2
* Windows: Make $(gitexecdir) relativeJohannes Sixt2008-07-251-0/+1
* Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt2008-07-251-6/+24
* Fix relative built-in paths to be relative to the command invocationJohannes Sixt2008-07-251-1/+1
* Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt2008-07-251-10/+10
* Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt2008-07-251-0/+1
* Move launch_editor() from builtin-tag.c to editor.cStephan Beyer2008-07-251-0/+1
* Merge branch 'maint'Junio C Hamano2008-07-251-1/+5
|\
| * Makefile: fix shell quotingJunio C Hamano2008-07-251-2/+5
| * tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano2008-07-251-0/+1
* | Rename path_list to string_listJohannes Schindelin2008-07-211-2/+2
* | Link shell with compat layer functionsJunio C Hamano2008-07-201-3/+7
* | Add ANSI control code emulation for the Windows consolePeter Harris2008-07-191-1/+1
* | Link git-shell only to a subset of libgit.aStephan Beyer2008-07-191-0/+3
* | Merge branch 'mv/dashless'Junio C Hamano2008-07-161-1/+1
|\ \
| * | make remove-dashes: apply to scripts and programs as well, not just to builtinsMiklos Vajna2008-07-111-1/+1
* | | Merge branch 'mv/merge-in-c'Junio C Hamano2008-07-151-1/+1
|\ \ \
| * | | Build in mergeMiklos Vajna2008-07-071-1/+1
* | | | rerere: Separate libgit and builtin functionsStephan Beyer2008-07-101-0/+2
| |/ / |/| |
* | | Merge branch 'dr/ceiling'Junio C Hamano2008-07-071-1/+1
|\ \ \
| * | | Fold test-absolute-path into test-path-utilsDavid Reiss2008-05-231-1/+1
| * | | Implement normalize_absolute_pathDavid Reiss2008-05-231-1/+1
* | | | Retire 'stupid' merge strategyMiklos Vajna2008-07-051-2/+1
* | | | Merge branch 'j6t/mingw'Junio C Hamano2008-07-021-3/+43
|\ \ \ \
| * | | | When installing, be prepared that template_dir may be relative.Johannes Sixt2008-06-261-1/+8
| * | | | Windows: Use a relative default template_dir and ETC_GITCONFIGJohannes Sixt2008-06-261-0/+2
| * | | | Windows: Strip ".exe" from the program name.Johannes Sixt2008-06-231-0/+1
| * | | | Add target architecture MinGW.Johannes Sixt2008-06-221-0/+28
| * | | | Compile some programs only conditionally.Johannes Sixt2008-06-221-2/+4
| | |_|/ | |/| |
* | | | Merge branch 'nd/dashless'Junio C Hamano2008-07-011-2/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Keep some git-* programs in $(bindir)Junio C Hamano2008-06-241-1/+1
| * | | Move all dashed-form commands to libexecdirNguyễn Thái Ngọc Duy2008-06-191-1/+2
| |/ /
* | | shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-271-0/+1
* | | Merge branch 'jh/clone-packed-refs'Junio C Hamano2008-06-251-0/+2
|\ \ \
| * | | Move pack_refs() and friends into libgitJohan Herland2008-06-191-0/+2
| |/ /
* | | Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds2008-06-221-0/+1
* | | Add target "install-html" the the top level MakefileTeemu Likonen2008-06-211-0/+3
|/ /
* | Makefile: update check-docs targetJunio C Hamano2008-06-151-0/+8
* | Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland2008-06-151-1/+1
* | Port to 12 other Platforms.Boyd Lynn Gerber2008-06-081-0/+39
* | Merge branch 'jc/diff-no-no-index'Junio C Hamano2008-05-261-0/+1
|\ \
| * | "git diff": do not ignore index without --no-indexJunio C Hamano2008-05-241-0/+1
* | | Makefile: fix dependency on wt-status.hJunio C Hamano2008-05-261-0/+1
* | | Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-1/+1
|\ \ \ | |/ / |/| |