summaryrefslogtreecommitdiffstats
path: root/t/t9162-git-svn-dcommit-interactive.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-26Post 2.3 cyle (batch #5)Junio C Hamano1-0/+53
2015-02-25Git 2.3.1v2.3.1Junio C Hamano4-3/+56
2015-02-23git-compat-util.h: remove redundant codeRamsay Jones1-6/+0
2015-02-22Post 2.3 cycle (batch #4)Junio C Hamano1-0/+28
2015-02-22sha1_name: use strlcpy() to copy stringsRené Scharfe1-6/+2
2015-02-22pretty: use starts_with() to check for a prefixRené Scharfe1-1/+1
2015-02-22for-each-ref: use skip_prefix() to avoid duplicate string comparisonRené Scharfe1-4/+3
2015-02-22connect: use strcmp() for string comparisonRené Scharfe1-2/+1
2015-02-21Documentation/git-am.txt: mention mailinfo.scissors config variableMatthieu Moy1-1/+2
2015-02-21Documentation/config.txt: document mailinfo.scissorsMatthieu Moy1-0/+7
2015-02-18Git.pm: two minor typo fixesAlexander Kuleshov1-2/+2
2015-02-18Post 2.3 cycle (batch #3)Junio C Hamano1-0/+31
2015-02-17daemon: use callback to build interpolated pathRené Scharfe1-9/+45
2015-02-17daemon: look up client-supplied hostname lazilyRené Scharfe1-8/+29
2015-02-17daemon: sanitize incoming virtual hostnameJeff King2-5/+56
2015-02-17t5570: test git-daemon's --interpolated-path optionJeff King1-0/+16
2015-02-17git_connect: let user override virtual-host we send to daemonJeff King1-1/+11
2015-02-17refs.h: remove duplication in function docstringsMichael Haggerty1-23/+43
2015-02-17update_ref(): improve documentationMichael Haggerty2-7/+14
2015-02-17ref_transaction_verify(): new function to check a reference's valueMichael Haggerty3-21/+67
2015-02-17ref_transaction_delete(): check that old_sha1 is not null_sha1Michael Haggerty1-0/+2
2015-02-17ref_transaction_create(): check that new_sha1 is validMichael Haggerty1-0/+2
2015-02-17commit: avoid race when creating orphan commitsMichael Haggerty2-2/+2