A) xgit-loginfo.php:

  file_put_contents('/home/jimmy/software/git_test/code.txt', "\n". rand(), FILE_APPEND); // TODO temp

;)

B) There's definitely some unused code in xgit-config.php. You should probably remove your personal configuration from the copy checked into CVS, too. ;)

Comments

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Active » Fixed

Yea, that was left over from when I was debugging script. I used that to automatically change file so I could just run a script to commit it. That way it was systematic to create new commits and check if the hook script was working correctly.

The personal information was an oversight as well and both have been fixed.

Thanks for finding these problems.

Commit - #99157

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

  • Commit 06b54d9 on 5.x-1.x, 6.x-1.x, 6.x-2.x, fix-invalid-default-branches, fullsync-memory by boombatower:
    #217425 by boombatower: removed personal configuration and debug code.