Searched refs:git (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Ddiffsize.pl26 $oldrev = `git rev-parse $oldname`;
30 $newrev = `git rev-parse $newname`;
44 $output = `git stash`;
46 $lastrev = `git name-rev --name-only HEAD`;
47 system("git checkout $name >/dev/null"); $res ||= $?;
54 system("git checkout $lastrev >/dev/null"); $res ||= $?;
55 system("git stash pop >/dev/null") if $stashed; $res ||= $?;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7924 SharedFolderDataMap::const_iterator git = local
7926 if (git != m_mapGlobalSharedFolders.end())
7928 rc = i_createSharedFolder(git->first, git->second);

Completed in 440 milliseconds