summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-30GIT v1.5.1.3v1.5.1.3Junio C Hamano
2007-04-30send-email documentation: clarify --smtp-serverJari Aalto
2007-04-30git.7: Mention preformatted html doc locationJari Aalto
2007-04-30Clarify SubmittingPatches ChecklistJari Aalto
2007-04-30git-svn: Add 'find-rev' commandAdam Roben
2007-04-30Fix symlink handling in git-svn, related to PerlIOJunio C Hamano
2007-04-29http.c: Fix problem with repeated calls of http_initJulian Phillips
2007-04-29Add missing reference to GIT_COMMITTER_DATE in git-commit-tree documentationJosh Triplett
2007-04-29Fix import-tars fix.Junio C Hamano
2007-04-29Update .mailmap with "Michael"Junio C Hamano
2007-04-29Do not barf on too long action descriptionJunio C Hamano
2007-04-28Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano
2007-04-28Catch empty pathnames in trees during fsckShawn O. Pearce
2007-04-28Merge commit 'jc/maint' into gfi-maintShawn O. Pearce
2007-04-28Don't allow empty pathnames in fast-importShawn O. Pearce
2007-04-28import-tars: be nice to wrong directory modesJohannes Schindelin
2007-04-27git-svn: Added 'find-rev' commandAdam Roben
2007-04-27git shortlog documentation: add long options and fix a typoMichele Ballabio
2007-04-26Update git-http-fetch documentationAndrew Ruder
2007-04-26Update git-local-fetch documentationAndrew Ruder
2007-04-26Update git-http-push documentationAndrew Ruder
2007-04-26Update -L documentation for git-blame/git-annotateAndrew Ruder
2007-04-26Update git-grep documentationAndrew Ruder
2007-04-26Update git-fmt-merge documentationAndrew Ruder
2007-04-26Document additional options for git-fetchAndrew Ruder
2007-04-26Removing -n option from git-diff-files documentationAndrew Ruder
2007-04-25Start preparing for 1.5.1.3Junio C Hamano
2007-04-25Sanitize @to recipients.Robin H. Johnson
2007-04-25git-svn: Ignore usernames in URLs in find_by_urlAdam Roben
2007-04-25Document --dry-run and envelope-sender for git-send-email.Robin H. Johnson
2007-04-25Allow users to optionally specify their envelope sender.Robin H. Johnson
2007-04-25Ensure clean addresses are always used with Net::SMTPRobin H. Johnson
2007-04-25Validate @recipients before using it for sendmail and Net::SMTP.Robin H. Johnson
2007-04-25Perform correct quoting of recipient names.Robin H. Johnson
2007-04-25Change the scope of the $cc variable as it is not needed outside of send_mess...Robin H. Johnson
2007-04-25Debugging cleanup improvementsRobin H. Johnson
2007-04-25Prefix Dry- to the message status to denote dry-runs.Robin H. Johnson
2007-04-25Document --dry-run parameter to send-email.Robin H. Johnson
2007-04-25git-svn: Don't rely on $_ after making a function callAdam Roben
2007-04-25Fix handle leak in write_treeAlex Riesen
2007-04-25Actually handle some-low memory conditionsShawn O. Pearce
2007-04-24Remove usernames from all commit messages, not just when using svmpropsAdam Roben
2007-04-24applymbox & quiltimport: typofix.Junio C Hamano
2007-04-24Create a sysconfdir variable, and use it for ETC_GITCONFIGJosh Triplett
2007-04-23Documentation/git-reset.txt: suggest git commit --amend in example.Gerrit Pape
2007-04-23Build RPM with ETC_GITCONFIG=/etc/gitconfigJunio C Hamano
2007-04-23Ignore all man sections as they are generated files.Brian Gernhardt
2007-04-23Fix typo in git-am: s/Was is/Was it/Josh Triplett
2007-04-23Reverse the order of -b and --track in the man page.Brian Gernhardt
2007-04-23dir.c(common_prefix): Fix two bugsJohannes Schindelin