summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2008-08-16Makefile: building git in cygwin 1.7.0Libravatar Eric Blake1-1/+1
2008-08-08Makefile: add a target which will abort compilation with ancient shellsLibravatar Brandon Casey1-1/+7
2008-08-08Makefile: set SHELL to value of SHELL_PATHLibravatar Brandon Casey1-0/+2
2008-07-28Allow installing in the traditional wayLibravatar Junio C Hamano1-1/+4
2008-07-28Allow building without any git installedLibravatar Junio C Hamano1-1/+1
2008-07-25Windows: Do not compile git-shellLibravatar Johannes Sixt1-2/+2
2008-07-25Windows: Make $(gitexecdir) relativeLibravatar Johannes Sixt1-0/+1
2008-07-25Allow the built-in exec path to be relative to the command invocation pathLibravatar Johannes Sixt1-6/+24
2008-07-25Fix relative built-in paths to be relative to the command invocationLibravatar Johannes Sixt1-1/+1
2008-07-25Makefile: Normalize $(bindir) and $(gitexecdir) before comparingLibravatar Johannes Sixt1-10/+10
2008-07-25Makefile: Do not install a copy of 'git' in $(gitexecdir)Libravatar Johannes Sixt1-0/+1
2008-07-25Move launch_editor() from builtin-tag.c to editor.cLibravatar Stephan Beyer1-0/+1
2008-07-25Merge branch 'maint'Libravatar Junio C Hamano1-1/+5
2008-07-25Makefile: fix shell quotingLibravatar Junio C Hamano1-2/+5
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileLibravatar Junio C Hamano1-0/+1
2008-07-21Rename path_list to string_listLibravatar Johannes Schindelin1-2/+2
2008-07-20Link shell with compat layer functionsLibravatar Junio C Hamano1-3/+7
2008-07-19Add ANSI control code emulation for the Windows consoleLibravatar Peter Harris1-1/+1
2008-07-19Link git-shell only to a subset of libgit.aLibravatar Stephan Beyer1-0/+3
2008-07-16Merge branch 'mv/dashless'Libravatar Junio C Hamano1-1/+1
2008-07-15Merge branch 'mv/merge-in-c'Libravatar Junio C Hamano1-1/+1
2008-07-11make remove-dashes: apply to scripts and programs as well, not just to builtinsLibravatar Miklos Vajna1-1/+1
2008-07-10rerere: Separate libgit and builtin functionsLibravatar Stephan Beyer1-0/+2
2008-07-07Build in mergeLibravatar Miklos Vajna1-1/+1
2008-07-07Merge branch 'dr/ceiling'Libravatar Junio C Hamano1-1/+1
2008-07-05Retire 'stupid' merge strategyLibravatar Miklos Vajna1-2/+1
2008-07-02Merge branch 'j6t/mingw'Libravatar Junio C Hamano1-3/+43
2008-07-01Merge branch 'nd/dashless'Libravatar Junio C Hamano1-2/+3
2008-06-27shrink git-shell by avoiding redundant dependenciesLibravatar Dmitry Potapov1-0/+1
2008-06-26When installing, be prepared that template_dir may be relative.Libravatar Johannes Sixt1-1/+8
2008-06-26Windows: Use a relative default template_dir and ETC_GITCONFIGLibravatar Johannes Sixt1-0/+2
2008-06-25Merge branch 'jh/clone-packed-refs'Libravatar Junio C Hamano1-0/+2
2008-06-24Keep some git-* programs in $(bindir)Libravatar Junio C Hamano1-1/+1
2008-06-23Windows: Strip ".exe" from the program name.Libravatar Johannes Sixt1-0/+1
2008-06-22Shrink the git binary a bit by avoiding unnecessary inline functionsLibravatar Linus Torvalds1-0/+1
2008-06-22Add target architecture MinGW.Libravatar Johannes Sixt1-0/+28
2008-06-22Compile some programs only conditionally.Libravatar Johannes Sixt1-2/+4
2008-06-21Add target "install-html" the the top level MakefileLibravatar Teemu Likonen1-0/+3
2008-06-19Move all dashed-form commands to libexecdirLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2008-06-19Move pack_refs() and friends into libgitLibravatar Johan Herland1-0/+2
2008-06-15Makefile: update check-docs targetLibravatar Junio C Hamano1-0/+8
2008-06-15Consistency: Use "libcurl" instead of "cURL library" and "curl"Libravatar Johan Herland1-1/+1
2008-06-08Port to 12 other Platforms.Libravatar Boyd Lynn Gerber1-0/+39
2008-05-26Merge branch 'jc/diff-no-no-index'Libravatar Junio C Hamano1-0/+1
2008-05-26Makefile: fix dependency on wt-status.hLibravatar Junio C Hamano1-0/+1
2008-05-25Merge branch 'db/clone-in-c'Libravatar Junio C Hamano1-1/+1
2008-05-24"git diff": do not ignore index without --no-indexLibravatar Junio C Hamano1-0/+1
2008-05-23Fold test-absolute-path into test-path-utilsLibravatar David Reiss1-1/+1
2008-05-23Implement normalize_absolute_pathLibravatar David Reiss1-1/+1
2008-05-21Merge branch 'as/graph'Libravatar Junio C Hamano1-0/+2