Hi, i decided to let the uncommitted changeset swim on the git soup and to just do what i did half a year ago under Rocky's guidance:
$ git add lib/driver/gnu_linux.c $ git commit -m 'Fixed in gnu_linux.c some wrong assumptions that the start track number is always 1' [trackno-higher-one eaa4f63] Fixed in gnu_linux.c some wrong assumptions that the start track number is always 1 1 file changed, 5 insertions(+), 4 deletions(-) $ git push --set-upstream origin HEAD ... Total 5 (delta 4), reused 0 (delta 0) To scdbac...@git.sv.gnu.org:/srv/git/libcdio.git * [new branch] HEAD -> trackno-higher-one Branch trackno-higher-one set up to track remote branch trackno-higher-one from origin. I now see my changeset remotely http://git.savannah.gnu.org/cgit/libcdio.git/commit/?h=trackno-higher-one and propose it for merging into the master branch as bug fix. Have a nice day :) Thomas