summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-23setup.c: Prepare for Windows directory separators.Johannes Sixt
2008-06-22Windows: Use the Windows style PATH separator ';'.Johannes Sixt
2008-06-22Add target architecture MinGW.Johannes Sixt
2008-06-22Compile some programs only conditionally.Johannes Sixt
2008-06-22Add compat/regex.[ch] and compat/fnmatch.[ch].Johannes Sixt
2008-06-18GIT 1.5.6v1.5.6Junio C Hamano
2008-06-18clean up error conventions of remote.c:match_explicitJeff King
2008-06-17Fix approxidate("never") to always return 0Olivier Marin
2008-06-17git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery
2008-06-17builtin-rerere: fix a small leakJunio C Hamano
2008-06-17gitweb: remove unused parse_ref methodLea Wiemann
2008-06-17gitweb: quote commands properly when calling the shellLea Wiemann
2008-06-17sha1_file.c: simplify parse_pack_index()Junio C Hamano
2008-06-17create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano
2008-06-17write_loose_object: don't bother trying to read an old objectLinus Torvalds
2008-06-17path-list documentation: document all functions and data structuresMiklos Vajna
2008-06-17run-command documentation: fix "memset()" parameterMiklos Vajna
2008-06-17Merge branch 'maint'Junio C Hamano
2008-06-17diff.c: fix emit_line() again not to add extra lineJunio C Hamano
2008-06-16Merge branch 'maint'Junio C Hamano
2008-06-16diff: reset color before printing newlineSZEDER Gábor
2008-06-15Make git reflog expire honour core.sharedRepository.Pierre Habouzit
2008-06-15Update RPM spec to drop curl executable requirementJunio C Hamano
2008-06-15The "curl" executable is no longer requiredJohan 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-15cpio is no longer used by git-cloneJohan Herland
2008-06-15Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder
2008-06-14GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano
2008-06-14Simplify and rename find_sha1_file()Linus Torvalds
2008-06-14Make loose object file reading more carefulLinus Torvalds
2008-06-14Avoid cross-directory renames and linking on object creationLinus Torvalds
2008-06-14Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski
2008-06-14Don't allocate too much memory in quote_ref_urlMike Hommey
2008-06-14gitweb: Make it work with $GIT containing spacesJakub Narebski
2008-06-14completion: add more 'git add' optionsSZEDER Gábor
2008-06-14git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor
2008-06-14Merge branch 'rs/attr'Junio C Hamano
2008-06-14git-svn: test that extra blank lines aren't inserted in commit messages.Avery Pennarun
2008-06-14git-svn: don't append extra newlines at the end of commit messages.Avery Pennarun
2008-06-14git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl
2008-06-14documentation: bisect: remove bits talking about a bisection branchChristian Couder
2008-06-14sha1_file.c: dead code removalJunio C Hamano
2008-06-14git-instaweb: improve auto-discovery of httpd and call conventions.Flavio Poletti
2008-06-14t4126: fix test that happened to work due to timingJunio C Hamano
2008-06-13Merge branch 'om/remote-fix'Junio C Hamano
2008-06-13fast-export: Correctly generate initial commits with no parentsShawn O. Pearce
2008-06-13t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann
2008-06-13document --pretty=tformat: optionJeff King
2008-06-13Improve sed portabilityChris Ridd