summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-30GIT v1.5.2-rc1Libravatar Junio C Hamano2-6/+38
2007-04-30Merge branch 'maint'Libravatar Junio C Hamano7-25/+46
2007-04-30GIT v1.5.1.3Libravatar Junio C Hamano2-7/+15
2007-04-30Include mailmap.h in mailmap.c to catch mailmap interface changesLibravatar Alex Riesen1-0/+1
2007-04-30Remove pointless calls to access(2) when checking for .mailmapLibravatar Alex Riesen2-3/+2
2007-04-30Fix read_mailmap to handle a caller uninterested in repo abbreviationLibravatar Alex Riesen1-0/+3
2007-04-30Use strlcpy instead of strncpy in mailmap.cLibravatar Alex Riesen1-1/+1
2007-04-30send-email documentation: clarify --smtp-serverLibravatar Jari Aalto1-3/+4
2007-04-30git.7: Mention preformatted html doc locationLibravatar Jari Aalto1-0/+4
2007-04-30Clarify SubmittingPatches ChecklistLibravatar Jari Aalto1-1/+9
2007-04-30git-svn: Add 'find-rev' commandLibravatar Adam Roben2-12/+12
2007-04-30Fix symlink handling in git-svn, related to PerlIOLibravatar Junio C Hamano1-2/+2
2007-04-29Merge branch 'jc/attr'Libravatar Junio C Hamano3-12/+531
2007-04-29Make sure test-genrandom and test-chmtime are builtas part of the main build.Libravatar Junio C Hamano1-1/+5
2007-04-29Make macros to prevent double-inclusion in headers consistent.Libravatar Junio C Hamano4-10/+10
2007-04-29Apply mailmap in git-blame output.Libravatar Junio C Hamano1-3/+39
2007-04-29Split out mailmap handling out of shortlogLibravatar Junio C Hamano4-82/+101
2007-04-29blame -s: suppress author name and time.Libravatar Junio C Hamano2-6/+18
2007-04-29Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILLibravatar Josh Triplett5-2/+7
2007-04-29Merge commit 'gfi/master'Libravatar Junio C Hamano0-0/+0
2007-04-29Merge branch 'maint'Libravatar Junio C Hamano11-8/+47
2007-04-29http.c: Fix problem with repeated calls of http_initLibravatar Julian Phillips1-0/+1
2007-04-29Add missing reference to GIT_COMMITTER_DATE in git-commit-tree documentationLibravatar Josh Triplett2-0/+2
2007-04-29Fix import-tars fix.Libravatar Junio C Hamano1-1/+1
2007-04-29Update .mailmap with "Michael"Libravatar Junio C Hamano1-0/+1
2007-04-29Do not barf on too long action descriptionLibravatar Junio C Hamano1-4/+1
2007-04-28Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintLibravatar Junio C Hamano2-0/+3
2007-04-28Catch empty pathnames in trees during fsckLibravatar Shawn O. Pearce1-0/+6
2007-04-28Merge branch 'gfi-maint' into gfi-masterLibravatar Shawn O. Pearce2-0/+3
2007-04-28Merge commit 'jc/maint' into gfi-maintLibravatar Shawn O. Pearce31-71/+268
2007-04-28Don't allow empty pathnames in fast-importLibravatar Shawn O. Pearce1-0/+2
2007-04-28import-tars: be nice to wrong directory modesLibravatar Johannes Schindelin1-0/+1
2007-04-27git-svn: Added 'find-rev' commandLibravatar Adam Roben2-0/+29
2007-04-27git shortlog documentation: add long options and fix a typoLibravatar Michele Ballabio1-4/+4
2007-04-26Merge branch 'maint'Libravatar Junio C Hamano9-17/+105
2007-04-26Update git-http-fetch documentationLibravatar Andrew Ruder1-0/+4
2007-04-26Update git-local-fetch documentationLibravatar Andrew Ruder1-0/+14
2007-04-26Update git-http-push documentationLibravatar Andrew Ruder1-2/+11
2007-04-26Update -L documentation for git-blame/git-annotateLibravatar Andrew Ruder1-2/+22
2007-04-26Update git-grep documentationLibravatar Andrew Ruder1-4/+15
2007-04-26Update git-fmt-merge documentationLibravatar Andrew Ruder1-1/+24
2007-04-26Document additional options for git-fetchLibravatar Andrew Ruder1-5/+12
2007-04-26Removing -n option from git-diff-files documentationLibravatar Andrew Ruder2-3/+3
2007-04-26post-receive-email example hook: sed command for getting description was wrongLibravatar Andy Parkins1-1/+1
2007-04-26post-receive-email example hook: detect rewind-only updates and output sensib...Libravatar Andy Parkins1-23/+54
2007-04-26post-receive-email example hook: fastforward should have been fast_forwardLibravatar Andy Parkins1-1/+1
2007-04-26Ignore merged status of the file-level mergeLibravatar Alex Riesen1-1/+1
2007-04-25Add a test for merging changed and rename-changed branchesLibravatar Alex Riesen2-0/+28
2007-04-25Avoid excessive rewrites in merge-recursiveLibravatar Alex Riesen1-13/+19
2007-04-25Merge branch 'maint'Libravatar Junio C Hamano7-33/+111