summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2008-02-26add generic, type aware object chain walkerMartin Koegler
2008-02-25make alias lookup a public, procedural functionJeff King
2008-02-24Merge branch 'maint'Junio C Hamano
2008-02-24Ensure 'make dist' compiles git-archive.exe on CygwinShawn O. Pearce
2008-02-23pack-objects: Add runtime detection of online CPU'sAndreas Ericsson
2008-02-23Add merge-subtree backJunio C Hamano
2008-02-21Merge branch 'bc/fopen'Junio C Hamano
2008-02-18merge-recursive: split low-level merge functions out.Junio C Hamano
2008-02-17Merge branch 'bd/qsort'Junio C Hamano
2008-02-16Build in checkoutDaniel Barkalow
2008-02-12Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey
2008-02-10Move create_branch into a library fileDaniel Barkalow
2008-02-10Build-in merge-recursiveDaniel Barkalow
2008-02-07compat: Add simplified merge sort implementation from glibcBrian Downing
2008-02-05Rename 'git-help--browse.sh' to 'git-web--browse.sh'.Christian Couder