summaryrefslogtreecommitdiffstats
path: root/patch-id.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-18GIT 1.5.6v1.5.6Junio C Hamano3-7/+9
2008-06-18clean up error conventions of remote.c:match_explicitJeff King2-22/+20
2008-06-18Fix approxidate("never") to always return 0Olivier Marin1-4/+2
2008-06-18git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery1-1/+1
2008-06-18builtin-rerere: fix a small leakJunio C Hamano1-1/+1
2008-06-18gitweb: remove unused parse_ref methodLea Wiemann1-43/+0
2008-06-18gitweb: quote commands properly when calling the shellLea Wiemann1-10/+14
2008-06-17sha1_file.c: simplify parse_pack_index()Junio C Hamano2-9/+1
2008-06-17create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano1-2/+2
2008-06-17write_loose_object: don't bother trying to read an old objectLinus Torvalds1-14/+0
2008-06-17path-list documentation: document all functions and data structuresMiklos Vajna1-4/+121
2008-06-17run-command documentation: fix "memset()" parameterMiklos Vajna1-2/+2
2008-06-17diff.c: fix emit_line() again not to add extra lineJunio C Hamano1-2/+4
2008-06-17diff: reset color before printing newlineSZEDER Gábor1-0/+4
2008-06-16Make git reflog expire honour core.sharedRepository.Pierre Habouzit2-0/+17
2008-06-15Update RPM spec to drop curl executable requirementJunio C Hamano1-1/+4
2008-06-15The "curl" executable is no longer requiredJohan Herland1-4/+4
2008-06-15Makefile: update check-docs targetJunio C Hamano1-0/+8
2008-06-15Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland4-5/+5
2008-06-15cpio is no longer used by git-cloneJohan Herland1-3/+0
2008-06-15Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder1-2/+4
2008-06-14GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano1-1/+1
2008-06-14Simplify and rename find_sha1_file()Linus Torvalds1-10/+8
2008-06-14Make loose object file reading more carefulLinus Torvalds1-26/+44
2008-06-14Avoid cross-directory renames and linking on object creationLinus Torvalds1-41/+42
2008-06-14Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski1-1/+1
2008-06-14Don't allocate too much memory in quote_ref_urlMike Hommey1-1/+1
2008-06-14gitweb: Make it work with $GIT containing spacesJakub Narebski1-1/+1
2008-06-14completion: add more 'git add' optionsSZEDER Gábor1-1/+4
2008-06-14git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor2-4/+7
2008-06-14git-svn: test that extra blank lines aren't inserted in commit messages.Avery Pennarun1-1/+15
2008-06-14git-svn: don't append extra newlines at the end of commit messages.Avery Pennarun1-3/+5
2008-06-14git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl1-4/+5
2008-06-14documentation: bisect: remove bits talking about a bisection branchChristian Couder1-4/+3
2008-06-14sha1_file.c: dead code removalJunio C Hamano2-145/+0
2008-06-14git-instaweb: improve auto-discovery of httpd and call conventions.Flavio Poletti1-15/+33
2008-06-14t4126: fix test that happened to work due to timingJunio C Hamano1-4/+0
2008-06-13fast-export: Correctly generate initial commits with no parentsShawn O. Pearce1-0/+2
2008-06-13t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann2-2/+3
2008-06-13document --pretty=tformat: optionJeff King1-0/+22
2008-06-13Improve sed portabilityChris Ridd1-1/+1
2008-06-12user-manual: describe how higher stages are set during a mergeJunio C Hamano1-8/+7
2008-06-12doc: adding gitman.info and *.texi to .gitignoreGeoffrey Irving1-0/+2
2008-06-12Documentation: exclude @pxref{[REMOTES]} from texinfo intermediate outputJunio C Hamano1-1/+1
2008-06-12Documentation/git-pull.txt: Use more standard [NOTE] markupJunio C Hamano1-1/+2
2008-06-12"remote prune": be quiet when there is nothing to pruneJunio C Hamano1-2/+3
2008-06-12Typo in RelNotes.Mikael Magnusson1-1/+1
2008-06-12fix typo in tutorialFred Maranhão1-1/+1
2008-06-11remote show: list tracked remote branches with -nOlivier Marin2-2/+22
2008-06-11remote prune: print the list of pruned branchesOlivier Marin3-8/+37