summaryrefslogtreecommitdiff
path: root/Documentation/git-filter-branch.txt
diff options
context:
space:
mode:
authorLibravatar Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>2011-02-06 13:43:37 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-02-10 14:08:08 -0800
commit6bb4e485cff86d87b5265f26d6138357444e5eb9 (patch)
tree3cf54f8eb512d3742ad94985bb27a18d3e4850a2 /Documentation/git-filter-branch.txt
parentrebase: stricter check of standalone sub command (diff)
downloadtgif-6bb4e485cff86d87b5265f26d6138357444e5eb9.tar.xz
rebase: align variable names
git-rebase--interactive.sh will soon be sourced from git-rebase.sh. Align the names of variables used in these scripts to prepare for that. Some names in git-rebase--interactive.sh, such as "author_script" and "amend", are currently used in their upper case form to refer to a file and in their lower case form to refer to something else. In these cases, change the name of the existing lower case variable and downcase the name of the variable that refers to the file. Currently, git-rebase.sh uses mostly lower case variable names, while git-rebase--interactive.sh uses mostly upper case variable names. For consistency, downcase all variables, not just the ones that will be shared between the two script files. Helped-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-filter-branch.txt')
0 files changed, 0 insertions, 0 deletions