summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Add target "install-html" the the top level MakefileTeemu Likonen2008-06-211-0/+3
* | | | | | | | | bash: Add more option completions for 'git log'Teemu Likonen2008-06-201-0/+3
* | | | | | | | | Add a helper script to send patches with Mozilla ThunderbirdLukas Sandström2008-06-193-0/+80
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-06-194-3/+9
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Documentation: fix formatting in git-svnJan Krüger2008-06-191-1/+2
| * | | | | | | | t7502-commit.sh: test_must_fail doesn't work with inline environment variablesBrandon Casey2008-06-191-1/+5
| * | | | | | | | completion: add --graph to log command completionDan McGee2008-06-191-0/+1
| * | | | | | | | git-merge.sh: fix typo in usage message: sucesses --> succeedsBrandon Casey2008-06-191-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | test-lib.sh: add --long-tests optionLea Wiemann2008-06-192-0/+6
|/ / / / / / /
* | | | | | | GIT 1.5.6v1.5.6Junio C Hamano2008-06-183-7/+9
* | | | | | | clean up error conventions of remote.c:match_explicitJeff King2008-06-182-22/+20
* | | | | | | Fix approxidate("never") to always return 0Olivier Marin2008-06-171-4/+2
* | | | | | | git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery2008-06-171-1/+1
* | | | | | | builtin-rerere: fix a small leakJunio C Hamano2008-06-171-1/+1
* | | | | | | gitweb: remove unused parse_ref methodLea Wiemann2008-06-171-43/+0
* | | | | | | gitweb: quote commands properly when calling the shellLea Wiemann2008-06-171-10/+14
* | | | | | | sha1_file.c: simplify parse_pack_index()Junio C Hamano2008-06-162-9/+1
* | | | | | | create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano2008-06-161-2/+2
* | | | | | | write_loose_object: don't bother trying to read an old objectLinus Torvalds2008-06-161-14/+0
* | | | | | | path-list documentation: document all functions and data structuresMiklos Vajna2008-06-161-4/+121
* | | | | | | run-command documentation: fix "memset()" parameterMiklos Vajna2008-06-161-2/+2
* | | | | | | Merge branch 'maint'Junio C Hamano2008-06-161-2/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | diff.c: fix emit_line() again not to add extra lineJunio C Hamano2008-06-161-2/+4
* | | | | | | Merge branch 'maint'Junio C Hamano2008-06-161-0/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | diff: reset color before printing newlineSZEDER Gábor2008-06-161-0/+4
* | | | | | | Make git reflog expire honour core.sharedRepository.Pierre Habouzit2008-06-152-0/+17
* | | | | | | Update RPM spec to drop curl executable requirementJunio C Hamano2008-06-151-1/+4
* | | | | | | The "curl" executable is no longer requiredJohan Herland2008-06-151-4/+4
* | | | | | | Makefile: update check-docs targetJunio C Hamano2008-06-151-0/+8
* | | | | | | Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland2008-06-154-5/+5
* | | | | | | cpio is no longer used by git-cloneJohan Herland2008-06-151-3/+0
* | | | | | | Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder2008-06-151-2/+4
* | | | | | | GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano2008-06-141-1/+1
* | | | | | | Simplify and rename find_sha1_file()Linus Torvalds2008-06-141-10/+8
* | | | | | | Make loose object file reading more carefulLinus Torvalds2008-06-141-26/+44
* | | | | | | Avoid cross-directory renames and linking on object creationLinus Torvalds2008-06-141-41/+42
* | | | | | | Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski2008-06-141-1/+1
* | | | | | | Don't allocate too much memory in quote_ref_urlMike Hommey2008-06-141-1/+1
* | | | | | | gitweb: Make it work with $GIT containing spacesJakub Narebski2008-06-141-1/+1
* | | | | | | completion: add more 'git add' optionsSZEDER Gábor2008-06-141-1/+4
* | | | | | | git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor2008-06-142-4/+7
* | | | | | | Merge branch 'rs/attr'Junio C Hamano2008-06-143-22/+61
|\ \ \ \ \ \ \
| * | | | | | | Ignore .gitattributes in bare repositoriesRené Scharfe2008-06-093-22/+61
| | |/ / / / / | |/| | | | |
* | | | | | | git-svn: test that extra blank lines aren't inserted in commit messages.Avery Pennarun2008-06-141-1/+15
* | | | | | | git-svn: don't append extra newlines at the end of commit messages.Avery Pennarun2008-06-141-3/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl2008-06-141-4/+5
* | | | | | documentation: bisect: remove bits talking about a bisection branchChristian Couder2008-06-141-4/+3
* | | | | | sha1_file.c: dead code removalJunio C Hamano2008-06-132-145/+0
* | | | | | git-instaweb: improve auto-discovery of httpd and call conventions.Flavio Poletti2008-06-131-15/+33
* | | | | | t4126: fix test that happened to work due to timingJunio C Hamano2008-06-131-4/+0