--- - branch: MAIN date: Sat May 21 17:25:14 UTC 2011 files: - new: '1.24' old: '1.23' path: pkgsrc/devel/scmgit/Makefile.version pathrev: pkgsrc/devel/scmgit/Makefile.version@1.24 type: modified - new: '1.37' old: '1.36' path: pkgsrc/devel/scmgit-base/distinfo pathrev: pkgsrc/devel/scmgit-base/distinfo@1.37 type: modified id: 20110521T172514Z.9e55246091bd4d7385018c60b0c7284f588ec449 log: | Changes 1.7.5.2: * "git add -p" did not work correctly when a hunk is split and then one of them was given to the editor. * "git add -u" did not resolve a conflict where our history deleted and their history modified the same file, and the working tree resolved to keep a file. * "git cvsimport" did not know that CVSNT stores its password file in a location different from the traditional CVS. * "git diff-files" did not show the mode information from the working tree side of an unmerged path correctly. * "git diff -M --cached" used to use unmerged path as a possible rename source candidate, which made no sense. * The option name parser in "git fast-import" used prefix matches for some options where it shouldn't, and accepted non-existent options, e.g. "--relative-marksmith" or "--forceps". * "git format-patch" did not quote RFC822 special characters in the email address (e.g From: Junio C. Hamano , not From: "Junio C. Hamano" ). * "git format-patch" when run with "--quiet" option used to produce a nonsense result that consists of alternating empty output. * In "git merge", per-branch branch..mergeoptions configuration variables did not override the fallback default merge.