summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2008-08-24Install git-shell in bindir, tooTommi Virtanen-1/+1
2008-08-24Merge branch 'jc/no-slim-shell'Junio C Hamano-9/+2
2008-08-24Merge branch 'maint' to sync with 1.6.0.1Junio C Hamano-0/+1
2008-08-23Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UXMiklos Vajna-0/+1
2008-08-20Build-in "git-shell"Junio C Hamano-1/+1
2008-08-19Merge branch 'ph/enable-threaded'Junio C Hamano-0/+5
2008-08-19Merge branch 'rs/imap'Junio C Hamano-1/+3
2008-08-19shell: do not play duplicated definition games to shrink the executableJunio C Hamano-8/+1
2008-08-18compat: introduce on_disk_bytes()Junio C Hamano-0/+7
2008-08-17Makefile: Allow CC_LD_DYNPATH to be overridenJunio C Hamano-8/+9
2008-08-16Makefile: building git in cygwin 1.7.0Eric Blake-1/+1
2008-08-08Makefile: add a target which will abort compilation with ancient shellsBrandon Casey-1/+7
2008-08-08Makefile: set SHELL to value of SHELL_PATHBrandon Casey-0/+2
2008-08-02Builtin git-help.Miklos Vajna-1/+2
2008-07-29builtin-help: make some internal functions available to other builtinsMiklos Vajna-0/+1
2008-07-28Allow installing in the traditional wayJunio C Hamano-1/+4
2008-07-28Allow building without any git installedJunio C Hamano-1/+1
2008-07-25git-imap-send: Support SSLRobert Shearman-1/+3
2008-07-25Windows: Do not compile git-shellJohannes Sixt-2/+2
2008-07-25Windows: Make $(gitexecdir) relativeJohannes Sixt-0/+1
2008-07-25Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt-6/+24
2008-07-25Fix relative built-in paths to be relative to the command invocationJohannes Sixt-1/+1
2008-07-25Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt-10/+10
2008-07-25Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt-0/+1
2008-07-25Move launch_editor() from builtin-tag.c to editor.cStephan Beyer-0/+1
2008-07-25Merge branch 'maint'Junio C Hamano-1/+5
2008-07-25Makefile: fix shell quotingJunio C Hamano-2/+5
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano-0/+1
2008-07-22Enable threaded delta search on *BSD and Linux.Pierre Habouzit-0/+5
2008-07-21Rename path_list to string_listJohannes Schindelin-2/+2
2008-07-20Link shell with compat layer functionsJunio C Hamano-3/+7
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris-1/+1
2008-07-19Link git-shell only to a subset of libgit.aStephan Beyer-0/+3
2008-07-16Merge branch 'mv/dashless'Junio C Hamano-1/+1
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano-1/+1
2008-07-11make remove-dashes: apply to scripts and programs as well, not just to builtinsMiklos Vajna-1/+1
2008-07-10rerere: Separate libgit and builtin functionsStephan Beyer-0/+2
2008-07-07Build in mergeMiklos Vajna-1/+1
2008-07-07Merge branch 'dr/ceiling'Junio C Hamano-1/+1
2008-07-05Retire 'stupid' merge strategyMiklos Vajna-2/+1
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano-3/+43
2008-07-01Merge branch 'nd/dashless'Junio C Hamano-2/+3
2008-06-27shrink git-shell by avoiding redundant dependenciesDmitry Potapov-0/+1
2008-06-26When installing, be prepared that template_dir may be relative.Johannes Sixt-1/+8
2008-06-26Windows: Use a relative default template_dir and ETC_GITCONFIGJohannes Sixt-0/+2
2008-06-25Merge branch 'jh/clone-packed-refs'Junio C Hamano-0/+2
2008-06-24Keep some git-* programs in $(bindir)Junio C Hamano-1/+1
2008-06-23Windows: Strip ".exe" from the program name.Johannes Sixt-0/+1
2008-06-22Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds-0/+1
2008-06-22Add target architecture MinGW.Johannes Sixt-0/+28