https://github.com/git/git
Revision b4524d343b085b63c68cf5e0a70007c19a048197 authored by Nguyễn Thái Ngọc Duy on 23 November 2011, 12:45:36 UTC, committed by Junio C Hamano on 23 November 2011, 17:29:53 UTC
This fixes the following warning.

    CC builtin/revert.o
builtin/revert.c: In function ‘write_cherry_pick_head’:
builtin/revert.c:311: warning: format not a string literal and no format arguments

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 017d1e1
History
Tip revision: b4524d343b085b63c68cf5e0a70007c19a048197 authored by Nguyễn Thái Ngọc Duy on 23 November 2011, 12:45:36 UTC
revert: do not pass non-literal string as format to git_path()
Tip revision: b4524d3
File Mode Size
.gitignore -rw-r--r-- 22 bytes
Makefile -rw-r--r-- 1.7 KB
branches-- -rw-r--r-- 47 bytes
hooks--applypatch-msg.sample -rwxr-xr-x 452 bytes
hooks--commit-msg.sample -rwxr-xr-x 896 bytes
hooks--post-update.sample -rwxr-xr-x 189 bytes
hooks--pre-applypatch.sample -rwxr-xr-x 398 bytes
hooks--pre-commit.sample -rwxr-xr-x 1.7 KB
hooks--pre-rebase.sample -rwxr-xr-x 4.8 KB
hooks--prepare-commit-msg.sample -rwxr-xr-x 1.2 KB
hooks--update.sample -rwxr-xr-x 3.5 KB
info--exclude -rw-r--r-- 240 bytes
this--description -rw-r--r-- 73 bytes

back to top