summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2008-09-11Use compatibility regex library also on FreeBSDJeff King
2008-09-11Use compatibility regex library also on AIXJohannes Sixt
2008-09-10Use compatibility regex library for OSX/DarwinArjen Laarhoven
2008-09-03Makefile: add merge_recursive.h to LIB_HMiklos Vajna
2008-08-30Merge branch 'af/maint-install-no-handlink' into maintJunio C Hamano
2008-08-30shell: do not play duplicated definition games to shrink the executableJunio C Hamano
2008-08-30Fix use of hardlinks in "make install"Alex Riesen
2008-08-26Makefile: always provide a fallback when hardlinks failAndreas Färber
2008-08-24Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UXMiklos Vajna
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