summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-17Makefile: update the default build options for AIXLibravatar Mike Ralphson1-0/+4
2008-05-10Merge branch 'lt/case-insensitive'Libravatar Junio C Hamano1-0/+1
2008-05-05Add history graph APILibravatar Adam Simpkins1-0/+2
2008-05-04Build in cloneLibravatar Daniel Barkalow1-1/+1
2008-04-09sha1-lookup: more memory efficient search in sorted list of SHA-1Libravatar Junio C Hamano1-0/+2
2008-04-09Move name hashing functions into a file of its ownLibravatar Linus Torvalds1-0/+1
2008-04-05gitweb: fallback to system-wide config file (fixup)Libravatar Gerrit Pape1-0/+1
2008-03-27gitweb: fallback to system-wide config file if default config does not existLibravatar Gerrit Pape1-0/+1
2008-03-17Merge branch 'jc/makefile'Libravatar Junio C Hamano1-150/+276
2008-03-13filter-branch: use $SHELL_PATH instead of 'sh'Libravatar Jeff King1-0/+1
2008-03-13add NO_EXTERNAL_GREP build optionLibravatar Jeff King1-0/+6
2008-03-12Makefile: flatten enumeration of headers, objects and programsLibravatar Junio C Hamano1-148/+276
2008-03-12Makefile: DIFF_OBJS is not special at all these daysLibravatar Junio C Hamano1-7/+5
2008-03-11Merge branch 'js/remote'Libravatar Junio C Hamano1-1/+2
2008-03-11Merge branch 'jc/cherry-pick' (early part)Libravatar Junio C Hamano1-2/+2
2008-03-08Merge branch 'mr/compat-snprintf'Libravatar Junio C Hamano1-0/+8
2008-03-05Add compat/snprintf.c for systems that return bogusLibravatar Michal Rokos1-0/+8
2008-03-05Do not use GUID on dir in git init --shared=all on FreeBSDLibravatar Alex Riesen1-0/+4
2008-03-02Merge branch 'np/verify-pack'Libravatar Junio C Hamano1-2/+3