summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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-21Merge branch 'as/graph'Junio C Hamano
2008-05-17Makefile: update the default build options for AIXMike Ralphson
2008-05-11Merge branch 'lt/case-insensitive'Junio C Hamano
2008-05-06Add history graph APIAdam Simpkins
2008-05-05Build in cloneDaniel Barkalow
2008-04-09sha1-lookup: more memory efficient search in sorted list of SHA-1Junio C Hamano
2008-04-09Move name hashing functions into a file of its ownLinus Torvalds
2008-04-05gitweb: fallback to system-wide config file (fixup)Gerrit Pape
2008-03-27gitweb: fallback to system-wide config file if default config does not existGerrit Pape
2008-03-17Merge branch 'jc/makefile'Junio C Hamano
2008-03-13filter-branch: use $SHELL_PATH instead of 'sh'Jeff King
2008-03-13add NO_EXTERNAL_GREP build optionJeff King
2008-03-12Makefile: flatten enumeration of headers, objects and programsJunio C Hamano
2008-03-12Makefile: DIFF_OBJS is not special at all these daysJunio C Hamano
2008-03-12Merge branch 'js/remote'Junio C Hamano
2008-03-11Merge branch 'jc/cherry-pick' (early part)Junio C Hamano
2008-03-09Merge branch 'mr/compat-snprintf'Junio C Hamano
2008-03-05Add compat/snprintf.c for systems that return bogusMichal Rokos
2008-03-05Do not use GUID on dir in git init --shared=all on FreeBSDAlex Riesen
2008-03-03Merge branch 'np/verify-pack'Junio C Hamano
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-03-01Make git-remote a builtinJohannes Schindelin
2008-03-01factorize revindex code out of builtin-pack-objects.cNicolas Pitre
2008-02-29use build-time SHELL_PATH in test scriptsJeff King
2008-02-27Merge branch 'db/checkout'Junio C Hamano
2008-02-27Merge branch 'jk/help-alias'Junio C Hamano
2008-02-27Merge branch 'ae/pack-autothread'Junio C Hamano
2008-02-26Remove unused object-ref codeMartin Koegler