summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-remote-mediawiki: modify strings for a better coding-styleCélestin Matte2013-06-141-120/+119
* git-remote-mediawiki: put long code into a subroutineCélestin Matte2013-06-141-24/+32
* git-remote-mediawiki: remove import of unused open2Célestin Matte2013-06-141-1/+0
* git-remote-mediawiki: check return value of openCélestin Matte2013-06-141-1/+2
* git-remote-mediawiki: assign a variable as undef and make proper indentationCélestin Matte2013-06-141-1/+4
* git-remote-mediawiki: rename a variable ($last) which has the name of a keywordCélestin Matte2013-06-141-4/+4
* git-remote-mediawiki: remove unused variable $entryCélestin Matte2013-06-141-1/+0
* git-remote-mediawiki: turn double-negated expressions into simple expressionsCélestin Matte2013-06-141-4/+4
* git-remote-mediawiki: change the name of a variableCélestin Matte2013-06-141-3/+3
* git-remote-mediawiki: add newline in the end of die() error messagesCélestin Matte2013-06-141-13/+13
* git-remote-mediawiki: change style in a regexpCélestin Matte2013-06-141-1/+1
* git-remote-mediawiki: change style in a regexpCélestin Matte2013-06-141-1/+1
* git-remote-mediawiki: change separator of some regexpsCélestin Matte2013-06-141-3/+3
* git-remote-mediawiki: change the behaviour of a splitCélestin Matte2013-06-141-1/+1
* git-remote-mediawiki: remove useless regexp modifier (m)Célestin Matte2013-06-141-3/+3
* git-remote-mediawiki: rewrite unclear line of instructionsCélestin Matte2013-06-141-1/+2
* git-remote-mediawiki: change syntax of map callsCélestin Matte2013-06-141-6/+8
* git-remote-mediawiki: move a variable declaration at the top of the codeCélestin Matte2013-06-141-3/+3
* git-remote-mediawiki: always end a subroutine with a returnCélestin Matte2013-06-141-0/+18
* git-remote-mediawiki: replace :utf8 by :encoding(UTF-8)Célestin Matte2013-06-141-3/+3
* git-remote-mediawiki: move "use warnings;" before any instructionCélestin Matte2013-06-141-2/+1
* git-remote-mediawiki: make a regexp clearerCélestin Matte2013-06-141-1/+1
* Merge branch 'rr/complete-difftool-fixup'Junio C Hamano2013-06-141-2/+2
|\
| * completion: show can take both revlist and pathsRamkumar Ramachandra2013-06-091-1/+1
| * completion: difftool takes both revs and filesRamkumar Ramachandra2013-06-031-1/+1
* | Merge branch 'mt/send-email-cc-match-fix'Junio C Hamano2013-06-142-8/+90
|\ \
| * | test-send-email: test for pre-sanitized self nameMichael S. Tsirkin2013-06-051-0/+5
| * | t/send-email: test suppress-cc=self with non-asciiMichael S. Tsirkin2013-06-051-0/+5
| * | t/send-email: add test with quoted senderMichael S. Tsirkin2013-06-051-0/+20
| * | send-email: make --suppress-cc=self sanitize inputMichael S. Tsirkin2013-06-051-8/+15
| * | t/send-email: test suppress-cc=self on cccmdMichael S. Tsirkin2013-06-051-1/+3
| * | send-email: fix suppress-cc=self on cccmdMichael S. Tsirkin2013-06-051-1/+1
| * | t/send-email.sh: add test for suppress-cc=selfMichael S. Tsirkin2013-06-031-0/+43
* | | Merge branch 'bp/mediawiki-credential'Junio C Hamano2013-06-141-57/+9
|\ \ \
| * | | git-remote-mediawiki: use Git.pm functions for credentialsBenoit Person2013-06-051-57/+9
| | |/ | |/|
* | | Merge branch 'mh/reflife'Junio C Hamano2013-06-1415-121/+229
|\ \ \
| * | | refs: document the lifetime of the args passed to each_ref_fnMichael Haggerty2013-06-021-6/+16
| * | | register_ref(): make a copy of the bad reference SHA-1Michael Haggerty2013-06-021-2/+3
| * | | exclude_existing(): set existing_refs.strdup_stringsMichael Haggerty2013-06-021-1/+1
| * | | string_list_add_refs_by_glob(): add a comment about memory managementMichael Haggerty2013-06-021-0/+4
| * | | string_list_add_one_ref(): rename first parameter to "refname"Michael Haggerty2013-06-021-3/+3
| * | | show_head_ref(): rename first parameter to "refname"Michael Haggerty2013-06-021-2/+2
| * | | show_head_ref(): do not shadow name of argumentMichael Haggerty2013-06-021-2/+2
| * | | add_existing(): do not retain a reference to sha1Michael Haggerty2013-06-021-3/+4
| * | | do_fetch(): clean up existing_refs before exitingMichael Haggerty2013-06-021-5/+9
| * | | do_fetch(): reduce scope of peer_itemMichael Haggerty2013-06-021-3/+3
| * | | object_array_entry: fix memory handling of the name fieldMichael Haggerty2013-06-024-7/+35
| * | | find_first_merges(): remove unnecessary codeMichael Haggerty2013-05-281-2/+1
| * | | find_first_merges(): initialize merges variable using initializerMichael Haggerty2013-05-281-2/+1
| * | | fsck: don't put a void*-shaped peg in a char*-shaped holeMichael Haggerty2013-05-281-1/+1