summaryrefslogtreecommitdiff
path: root/doc/todo/be_able_to_specify_custom_commit_message_for_git-annex_branch_commit/comment_1_c8836a164c8c1efedd5467233237bfd0._comment
blob: 6d4f9b026757a727ec9b3afe8aa97fc24e96ea69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2017-02-07T16:39:59Z"
 content="""
Such an env var could easily be supported.

It's desirable to mostly keep the mantainace of the git-annex branch
out of the user's view, because it's a complication that should not
need to worry about.

Keeping it in an env var does avoid complicating the discoverable
interface with some parameter to specify the commit message. Another
way would be to make the commit message configurable in git config.
Then it could be overridden with -c. Seems like the user of this 
feature is likely going to also use annex.alwayscommit=false sometimes
in order to construct git-annex branch commits that bundle up several
changes.

Anyway, I'm curious what kind of use cases make using custom commit
messages for the git-annex branch makes sense. I doubt that typical git
workflows with cherry-picking patches, patch review, etc, work with that
branch.
"""]]