summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'om/remote-fix'Junio C Hamano2008-06-123-51/+153
|\ \ \
| * | | "remote prune": be quiet when there is nothing to pruneJunio C Hamano2008-06-111-2/+3
| * | | remote show: list tracked remote branches with -nOlivier Marin2008-06-102-2/+22
| * | | remote prune: print the list of pruned branchesOlivier Marin2008-06-103-8/+37
| * | | builtin-remote: split show_or_prune() in two separate functionsOlivier Marin2008-06-101-34/+67
| * | | remote show: fix the -n optionOlivier Marin2008-06-103-22/+41
* | | | fast-export: Correctly generate initial commits with no parentsShawn O. Pearce2008-06-121-0/+2
* | | | t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann2008-06-122-2/+3
* | | | document --pretty=tformat: optionJeff King2008-06-121-0/+22