summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test for merging changed and rename-changed branchesAlex Riesen2007-04-252-0/+28
* Avoid excessive rewrites in merge-recursiveAlex Riesen2007-04-251-13/+19
* Merge branch 'maint'Junio C Hamano2007-04-257-33/+111
|\
| * Start preparing for 1.5.1.3Junio C Hamano2007-04-252-1/+39
| * Sanitize @to recipients.Robin H. Johnson2007-04-251-0/+1
| * git-svn: Ignore usernames in URLs in find_by_urlAdam Roben2007-04-251-0/+4
| * Document --dry-run and envelope-sender for git-send-email.Robin H. Johnson2007-04-251-0/+9
| * Allow users to optionally specify their envelope sender.Robin H. Johnson2007-04-251-1/+9
| * Ensure clean addresses are always used with Net::SMTPRobin H. Johnson2007-04-251-4/+5
| * Validate @recipients before using it for sendmail and Net::SMTP.Robin H. Johnson2007-04-251-1/+2
| * Perform correct quoting of recipient names.Robin H. Johnson2007-04-251-5/+14
| * Change the scope of the $cc variable as it is not needed outside of send_mess...Robin H. Johnson2007-04-251-4/+3
| * Debugging cleanup improvementsRobin H. Johnson2007-04-251-4/+6
| * Prefix Dry- to the message status to denote dry-runs.Robin H. Johnson2007-04-251-2/+2
| * Document --dry-run parameter to send-email.Robin H. Johnson2007-04-251-0/+2
| * git-svn: Don't rely on $_ after making a function callAdam Roben2007-04-251-5/+5
| * Fix handle leak in write_treeAlex Riesen2007-04-251-1/+5
| * Actually handle some-low memory conditionsShawn O. Pearce2007-04-252-11/+11
* | Add --date={local,relative,default}Junio C Hamano2007-04-259-17/+71
* | init_buffer(): Kill buf pointerLuiz Fernando N. Capitulino2007-04-251-2/+1
* | core-tutorial: minor fixesLuiz Fernando N. Capitulino2007-04-251-5/+4
* | read_cache_from(): small simplificationLuiz Fernando N. Capitulino2007-04-251-9/+8
* | entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino2007-04-252-4/+4
* | remove_subtree(): Use strerror() when possibleLuiz Fernando N. Capitulino2007-04-251-4/+4
* | Merge branch 'jc/the-index'Junio C Hamano2007-04-242-129/+172
|\ \
| * | Make read-cache.c "the_index" free.Junio C Hamano2007-04-222-121/+155
| * | Move index-related variables into a structure.Junio C Hamano2007-04-222-11/+20
* | | Merge branch 'mk/diff'Junio C Hamano2007-04-247-14/+49
|\ \ \
| * | | Diff between two blobs should take mode changes into account now.Junio C Hamano2007-04-241-1/+1
| * | | use mode of the tree in git-diff, if <tree>:<file> syntax is usedMartin Koegler2007-04-241-6/+14
| * | | store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler2007-04-242-5/+13
| * | | add add_object_array_with_modeMartin Koegler2007-04-242-0/+8
| * | | add get_sha1_with_modeMartin Koegler2007-04-242-2/+10
| * | | Add S_IFINVALID modeMartin Koegler2007-04-241-0/+3
* | | | Merge branch 'maint'Junio C Hamano2007-04-244-5/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove usernames from all commit messages, not just when using svmpropsAdam Roben2007-04-241-1/+4
| * | | applymbox & quiltimport: typofix.Junio C Hamano2007-04-242-2/+2
| * | | Create a sysconfdir variable, and use it for ETC_GITCONFIGJosh Triplett2007-04-241-2/+7
* | | | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-04-242-2/+15
|\ \ \ \
| * | | | fast-import: size_t vs ssize_tSami Farin2007-04-241-1/+1
| * | | | fix importing of subversion tarsUwe Kleine-König2007-04-241-1/+6
| * | | | Don't repack existing objects in fast-importShawn O. Pearce2007-04-201-0/+8
* | | | | gitattributes documentation: clarify overridingJunio C Hamano2007-04-241-3/+5
* | | | | t/test-lib.sh: Protect ourselves from common misconfigurationJunio C Hamano2007-04-241-0/+4
| |_|/ / |/| | |
* | | | Merge branch 'maint'Junio C Hamano2007-04-247-5/+15
|\ \ \ \ | | |/ / | |/| |
| * | | Documentation/git-reset.txt: suggest git commit --amend in example.Gerrit Pape2007-04-231-0/+2
| * | | Build RPM with ETC_GITCONFIG=/etc/gitconfigJunio C Hamano2007-04-231-0/+2
| * | | Ignore all man sections as they are generated files.Brian Gernhardt2007-04-231-2/+1
| * | | Fix typo in git-am: s/Was is/Was it/Josh Triplett2007-04-231-1/+1
| * | | Reverse the order of -b and --track in the man page.Brian Gernhardt2007-04-231-1/+1