summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-04-25read_cache_from(): small simplificationLuiz Fernando N. Capitulino
2007-04-25entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino
2007-04-25remove_subtree(): Use strerror() when possibleLuiz Fernando N. Capitulino
2007-04-25Merge branch 'jc/the-index'Junio C Hamano
2007-04-25Merge branch 'mk/diff'Junio C Hamano
2007-04-25Merge branch 'maint'Junio C Hamano
2007-04-25Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-04-25Remove usernames from all commit messages, not just when using svmpropsAdam Roben
2007-04-24applymbox & quiltimport: typofix.Junio C Hamano
2007-04-24gitattributes documentation: clarify overridingJunio C Hamano
2007-04-24fast-import: size_t vs ssize_tSami Farin
2007-04-24t/test-lib.sh: Protect ourselves from common misconfigurationJunio C Hamano
2007-04-24fix importing of subversion tarsUwe Kleine-König
2007-04-24Create a sysconfdir variable, and use it for ETC_GITCONFIGJosh Triplett
2007-04-24Diff between two blobs should take mode changes into account now.Junio C Hamano
2007-04-24use mode of the tree in git-diff, if <tree>:<file> syntax is usedMartin Koegler
2007-04-24store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler
2007-04-24add add_object_array_with_modeMartin Koegler
2007-04-24add get_sha1_with_modeMartin Koegler
2007-04-24Add S_IFINVALID modeMartin Koegler
2007-04-24Merge branch 'maint'Junio C Hamano
2007-04-24git-fetch: Fix "argument list too long"OGAWA Hirofumi
2007-04-24Documentation/git-reset.txt: suggest git commit --amend in example.Gerrit Pape
2007-04-24Build RPM with ETC_GITCONFIG=/etc/gitconfigJunio C Hamano
2007-04-24Ignore all man sections as they are generated files.Brian Gernhardt
2007-04-24Fix typo in git-am: s/Was is/Was it/Josh Triplett
2007-04-24Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett
2007-04-24t6030: grab commit object name as we goJunio C Hamano
2007-04-24t5302: avoid using tail -cJunio C Hamano