Hi Manoj! > Hi, > > When using dvc with git, the log edit buffer sometimes is > blank. At other times, It seems to be pre-filled (perhaps from the last > commit). > > Is the blank log entry buffer expected? Here is how I reproduce > this. > > a. Make a change in some source file in the project. > b. Hit "C-x V =" to see the diffs (asks me whether or not I want to use > the git index, say yes) > c. Look at the diff, hit "m" on the files changed, and hit "a" to add > them to the index. > d. Hit "c" in the xgit-diff buffer to commit the changes > e. The xgit-log-edit buffer is empty. > > Should there be something in the buffer? Shouldn't there be a > separator (dvc-log-edit-file-list-marker) in this buffer? (I wanted to > add a signed off by line using the dvc-log-edit-hook, and wanted to > search forward to the separator, and add the signed off by just above)
AFAIK only the tla log edit buffer had some information inside at startup. All others are just empty. Does git provide some useful information that could be placed in the log edit buffer? Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
