aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-07 12:47:41 +0900
committerJunio C Hamano <gitster@pobox.com>2021-05-07 12:47:41 +0900
commit18e1ba10927b15f66a32c86f61133e9adf79f9cf (patch)
tree47a2d92a731857e406ce2c5e7e62ed0a97173f94 /commit.h
parentMerge branch 'dl/complete-stash' (diff)
parentgit-completion.bash: consolidate cases in _git_stash() (diff)
downloadgit-18e1ba10927b15f66a32c86f61133e9adf79f9cf.tar.gz
git-18e1ba10927b15f66a32c86f61133e9adf79f9cf.zip
Merge branch 'dl/complete-stash-updates'
Further update the command line completion (in contrib/) for "git stash". * dl/complete-stash-updates: git-completion.bash: consolidate cases in _git_stash() git-completion.bash: use $__git_cmd_idx in more places git-completion.bash: rename to $__git_cmd_idx git-completion.bash: separate some commands onto their own line
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions
rate a zh_CN.msg so successive make invocations result in Generating catalog po/zh_cn.msg msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ 317 translated messages. happening continuously. Rename zh_CN.po to zh_cn.po so that when make generates the zh_cn.msg file, it will realize that it was successfully generated and only run once. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> 2019-09-14git-gui: add hotkey to toggle "Amend Last Commit"Birger Skogeng Pedersen1-0/+9 Selecting whether to "Amend Last Commit" or not does not have a hotkey. With this patch, the user may toggle between the two options with CTRL/CMD+e. Signed-off-by: Birger Skogeng Pedersen <birger.sp@gmail.com> Rebased-by: Bert Wesarg <bert.wesarg@googlemail.com> Signed-off-by: Pratyush Yadav <me@yadavpratyush.com> 2019-09-14gitk: Do not mistake unchanged lines for submodule changesGabriele Mazzotta1-2/+2 Unchanged lines are prefixed with a white-space, thus unchanged lines starting with either " <" or " >" are mistaken for submodule changes. Check if a line starts with either " <" or " >" only if we are listing the changes of a submodule. Signed-off-by: Gabriele Mazzotta <gabriele.mzt@gmail.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org> 2019-09-14gitk: Use right colour for remote refs in the "Tags and heads" dialogPaul Wise1-1/+8 Makes it easier to see which refs are local and which refs are remote. Adds consistency with the remote background colour in the graph display. Signed-off-by: Paul Wise <pabs3@bonedaddy.net> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>