summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2008-08-16Makefile: building git in cygwin 1.7.0Eric Blake
2008-08-08Makefile: add a target which will abort compilation with ancient shellsBrandon Casey
2008-08-08Makefile: set SHELL to value of SHELL_PATHBrandon Casey
2008-07-28Allow installing in the traditional wayJunio C Hamano
2008-07-28Allow building without any git installedJunio C Hamano
2008-07-26Windows: Do not compile git-shellJohannes Sixt
2008-07-26Windows: Make $(gitexecdir) relativeJohannes Sixt
2008-07-26Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt
2008-07-26Fix relative built-in paths to be relative to the command invocationJohannes Sixt
2008-07-26Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt
2008-07-26Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt
2008-07-26Move launch_editor() from builtin-tag.c to editor.cStephan Beyer
2008-07-25Merge branch 'maint'Junio C Hamano
2008-07-25Makefile: fix shell quotingJunio C Hamano
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-21Link shell with compat layer functionsJunio C Hamano
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris
2008-07-19Link git-shell only to a subset of libgit.aStephan Beyer
2008-07-17Merge branch 'mv/dashless'Junio C Hamano
2008-07-16Merge branch 'mv/merge-in-c'Junio C Hamano
2008-07-12make remove-dashes: apply to scripts and programs as well, not just to builtinsMiklos Vajna
2008-07-10rerere: Separate libgit and builtin functionsStephan Beyer
2008-07-08Build in mergeMiklos Vajna
2008-07-07Merge branch 'dr/ceiling'Junio C Hamano
2008-07-05Retire 'stupid' merge strategyMiklos Vajna
2008-07-03Merge branch 'j6t/mingw'Junio C Hamano
2008-07-01Merge branch 'nd/dashless'Junio C Hamano
2008-06-28shrink git-shell by avoiding redundant dependenciesDmitry Potapov
2008-06-26When installing, be prepared that template_dir may be relative.Johannes Sixt
2008-06-26Windows: Use a relative default template_dir and ETC_GITCONFIGJohannes Sixt
2008-06-25Merge branch 'jh/clone-packed-refs'Junio C Hamano
2008-06-25Keep some git-* programs in $(bindir)Junio C Hamano
2008-06-23Windows: Strip ".exe" from the program name.Johannes Sixt
2008-06-23Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds
2008-06-22Add target architecture MinGW.Johannes Sixt
2008-06-22Compile some programs only conditionally.Johannes Sixt
2008-06-21Add target "install-html" the the top level MakefileTeemu Likonen
2008-06-19Move all dashed-form commands to libexecdirNguyễn Thái Ngọc Duy
2008-06-19Move pack_refs() and friends into libgitJohan Herland
2008-06-15Makefile: update check-docs targetJunio C Hamano
2008-06-15Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland
2008-06-08Port to 12 other Platforms.Boyd Lynn Gerber
2008-05-27Merge branch 'jc/diff-no-no-index'Junio C Hamano
2008-05-26Makefile: fix dependency on wt-status.hJunio C Hamano
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-24"git diff": do not ignore index without --no-indexJunio C Hamano
2008-05-23Fold test-absolute-path into test-path-utilsDavid Reiss
2008-05-23Implement normalize_absolute_pathDavid Reiss
2008-05-21Merge branch 'as/graph'Junio C Hamano