summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'j6t/mingw'Junio C Hamano2008-07-021-3/+43
|\
| * When installing, be prepared that template_dir may be relative.Johannes Sixt2008-06-261-1/+8
| * Windows: Use a relative default template_dir and ETC_GITCONFIGJohannes Sixt2008-06-261-0/+2
| * Windows: Strip ".exe" from the program name.Johannes Sixt2008-06-231-0/+1
| * Add target architecture MinGW.Johannes Sixt2008-06-221-0/+28
| * Compile some programs only conditionally.Johannes Sixt2008-06-221-2/+4
* | Merge branch 'nd/dashless'Junio C Hamano2008-07-011-2/+3
|\ \
| * | Keep some git-* programs in $(bindir)Junio C Hamano2008-06-241-1/+1
| * | Move all dashed-form commands to libexecdirNguyễn Thái Ngọc Duy2008-06-191-1/+2
| |/
* | shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-271-0/+1
* | Merge branch 'jh/clone-packed-refs'Junio C Hamano2008-06-251-0/+2
|\ \
| * | Move pack_refs() and friends into libgitJohan Herland2008-06-191-0/+2
| |/
* | Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds2008-06-221-0/+1
* | Add target "install-html" the the top level MakefileTeemu Likonen2008-06-211-0/+3
|/
* Makefile: update check-docs targetJunio C Hamano2008-06-151-0/+8
* Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland2008-06-151-1/+1
* Port to 12 other Platforms.Boyd Lynn Gerber2008-06-081-0/+39
* Merge branch 'jc/diff-no-no-index'Junio C Hamano2008-05-261-0/+1
|\
| * "git diff": do not ignore index without --no-indexJunio C Hamano2008-05-241-0/+1
* | Makefile: fix dependency on wt-status.hJunio C Hamano2008-05-261-0/+1
* | Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-1/+1
|\ \ | |/ |/|
| * Build in cloneDaniel Barkalow2008-05-041-1/+1
* | Merge branch 'as/graph'Junio C Hamano2008-05-211-0/+2
|\ \
| * | Add history graph APIAdam Simpkins2008-05-051-0/+2
| |/
* | Makefile: update the default build options for AIXMike Ralphson2008-05-171-0/+4
* | Merge branch 'lt/case-insensitive'Junio C Hamano2008-05-101-0/+1
|\ \ | |/ |/|
| * Move name hashing functions into a file of its ownLinus Torvalds2008-04-091-0/+1
* | sha1-lookup: more memory efficient search in sorted list of SHA-1Junio C Hamano2008-04-091-0/+2
|/
* gitweb: fallback to system-wide config file (fixup)Gerrit Pape2008-04-051-0/+1
* gitweb: fallback to system-wide config file if default config does not existGerrit Pape2008-03-271-0/+1
* Merge branch 'jc/makefile'Junio C Hamano2008-03-171-150/+276
|\
| * Makefile: flatten enumeration of headers, objects and programsJunio C Hamano2008-03-121-148/+276
| * Makefile: DIFF_OBJS is not special at all these daysJunio C Hamano2008-03-121-7/+5
* | filter-branch: use $SHELL_PATH instead of 'sh'Jeff King2008-03-131-0/+1
* | add NO_EXTERNAL_GREP build optionJeff King2008-03-131-0/+6
|/
* Merge branch 'js/remote'Junio C Hamano2008-03-111-1/+2
|\
| * Make git-remote a builtinJohannes Schindelin2008-03-011-1/+2
* | Merge branch 'jc/cherry-pick' (early part)Junio C Hamano2008-03-111-2/+2
|\ \
| * | merge-recursive: split low-level merge functions out.Junio C Hamano2008-02-181-2/+2
* | | Merge branch 'mr/compat-snprintf'Junio C Hamano2008-03-081-0/+8
|\ \ \
| * | | Add compat/snprintf.c for systems that return bogusMichal Rokos2008-03-051-0/+8
* | | | Do not use GUID on dir in git init --shared=all on FreeBSDAlex Riesen2008-03-051-0/+4
|/ / /
* | | Merge branch 'np/verify-pack'Junio C Hamano2008-03-021-2/+3
|\ \ \
| * | | factorize revindex code out of builtin-pack-objects.cNicolas Pitre2008-03-011-2/+3
| | |/ | |/|
* | | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-3/+3
|\ \ \
| * | | Remove unused object-ref codeMartin Koegler2008-02-251-1/+1
| * | | add generic, type aware object chain walkerMartin Koegler2008-02-251-2/+2
* | | | use build-time SHELL_PATH in test scriptsJeff King2008-02-291-2/+6
| |/ / |/| |
* | | Merge branch 'db/checkout'Junio C Hamano2008-02-271-8/+7
|\ \ \
| * | | Add merge-subtree backJunio C Hamano2008-02-231-5/+3