summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-29Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett
2007-04-29Merge commit 'gfi/master'Junio C Hamano
2007-04-29Merge branch 'maint'Junio 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-29Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano
2007-04-29Catch empty pathnames in trees during fsckShawn O. Pearce
2007-04-29Merge branch 'gfi-maint' into gfi-masterShawn O. Pearce
2007-04-29Merge commit 'jc/maint' into gfi-maintShawn O. Pearce
2007-04-29Don't allow empty pathnames in fast-importShawn O. Pearce
2007-04-29import-tars: be nice to wrong directory modesJohannes Schindelin
2007-04-28git-svn: Added 'find-rev' commandAdam Roben
2007-04-28git shortlog documentation: add long options and fix a typoMichele Ballabio
2007-04-27Merge branch 'maint'Junio C Hamano
2007-04-27Update git-http-fetch documentationAndrew Ruder
2007-04-27Update git-local-fetch documentationAndrew Ruder
2007-04-27Update git-http-push documentationAndrew Ruder
2007-04-27Update -L documentation for git-blame/git-annotateAndrew Ruder
2007-04-27Update git-grep documentationAndrew Ruder
2007-04-27Update git-fmt-merge documentationAndrew Ruder
2007-04-27Document additional options for git-fetchAndrew Ruder
2007-04-27Removing -n option from git-diff-files documentationAndrew Ruder
2007-04-27post-receive-email example hook: sed command for getting description was wrongAndy Parkins
2007-04-27post-receive-email example hook: detect rewind-only updates and output sensib...Andy Parkins
2007-04-27post-receive-email example hook: fastforward should have been fast_forwardAndy Parkins
2007-04-26Ignore merged status of the file-level mergeAlex Riesen
2007-04-26Add a test for merging changed and rename-changed branchesAlex Riesen
2007-04-26Avoid excessive rewrites in merge-recursiveAlex Riesen
2007-04-26Merge branch 'maint'Junio C Hamano
2007-04-26Start preparing for 1.5.1.3Junio C Hamano
2007-04-26Sanitize @to recipients.Robin H. Johnson
2007-04-26git-svn: Ignore usernames in URLs in find_by_urlAdam Roben
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-04-26Document --dry-run and envelope-sender for git-send-email.Robin H. Johnson
2007-04-26Allow users to optionally specify their envelope sender.Robin H. Johnson
2007-04-26Ensure clean addresses are always used with Net::SMTPRobin H. Johnson
2007-04-26Validate @recipients before using it for sendmail and Net::SMTP.Robin H. Johnson
2007-04-26Perform correct quoting of recipient names.Robin H. Johnson
2007-04-26Change the scope of the $cc variable as it is not needed outside of send_mess...Robin H. Johnson
2007-04-26Debugging cleanup improvementsRobin H. Johnson
2007-04-26Prefix Dry- to the message status to denote dry-runs.Robin H. Johnson
2007-04-26Document --dry-run parameter to send-email.Robin H. Johnson
2007-04-26git-svn: Don't rely on $_ after making a function callAdam Roben
2007-04-26Fix handle leak in write_treeAlex Riesen
2007-04-25Actually handle some-low memory conditionsShawn O. Pearce
2007-04-25init_buffer(): Kill buf pointerLuiz Fernando N. Capitulino
2007-04-25core-tutorial: minor fixesLuiz Fernando N. Capitulino