Staging
v0.5.2
https://github.com/git/git
Revision 62e4f26f3d55bd66989d9b953988de18ba393417 authored by Jakub Narebski on 07 January 2007, 01:52:23 UTC, committed by Junio C Hamano on 07 January 2007, 06:52:49 UTC
$from_id, $to_id variables should be local per PATCH.

Fix error in git_patchset_body for file creation (deletion) patches,
where instead of /dev/null as from-file (to-file) diff header line, it
had link to previous file with current file name.  This error occured
only if there was another patch before file creation (deletion) patch.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent fffe694
History
Tip revision: 62e4f26f3d55bd66989d9b953988de18ba393417 authored by Jakub Narebski on 07 January 2007, 01:52:23 UTC
gitweb: Fix error in git_patchest_body for file creation/deletion patch
Tip revision: 62e4f26
File Mode Size
.gitignore -rw-r--r-- 47 bytes
Git.pm -rw-r--r-- 21.6 KB
Makefile -rw-r--r-- 1003 bytes
Makefile.PL -rw-r--r-- 588 bytes
private-Error.pm -rw-r--r-- 18.6 KB

back to top