aboutsummaryrefslogtreecommitdiffstats
path: root/tree-diff.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-19 08:23:09 +0900
committerJunio C Hamano <gitster@pobox.com>2018-11-19 08:23:09 +0900
commit0e94dab5be2fd17cfba634f8a29ba5461d2cbd9e (patch)
tree27d63d46a2c8d7fadfe51b0b42dc17b735684476 /tree-diff.c
parentGit 2.20-rc0 (diff)
downloadgit-0e94dab5be2fd17cfba634f8a29ba5461d2cbd9e.tar.gz
git-0e94dab5be2fd17cfba634f8a29ba5461d2cbd9e.zip
RelNotes: name the release properly
In the title, we should state for which version this release notes document is about. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'tree-diff.c')
0 files changed, 0 insertions, 0 deletions
/span> Signed-off-by: Junio C Hamano <gitster@pobox.com> 2010-11-17clean: remove redundant variable baselenNguyễn Thái Ngọc Duy1-2/+2 baselen used to be the result of common_prefix() when it was made builtin. Since 1d8842d (Add 'fill_directory()' helper function for directory traversal - 2009-05-14), its value will always be zero. Remove it because it's no longer variable. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> 2010-11-17Documentation/git-pull: clarify configurationMartin von Zweigbergk1-6/+8 The sentence about 'branch.<name>.rebase' refers to the first sentence in the paragraph and not to the sentence about avoiding rebasing non-local changes. Clarify this. Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> 2010-11-17Document that rev-list --graph triggers parent rewriting.Yann Dirson1-0/+2 This may help to understand why --graph causes more comments to be selected. Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Junio C Hamano <gitster@pobox.com> 2010-11-16clean: avoid quoting twiceNguyễn Thái Ngọc Duy1-2/+2 qname is the result of quote_path_relative(), which does quote_c_style_counted() internally. Remove the hard-coded quotes. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>