05.05.2014

Some interesting options in git (force merge commit, no-auto merge commit)

$ git pull --no-ff --no-commit http://people.fedoraproject.org/cgit/kwizart/public_git/mesa.git master $ do changes $ git commit -a $ git push $
$ git log --format="%s (%an)" --graph $
*   Merge branch 'master' of kwizart/mesa, bump version, add changelog (Igor Gnatenko)
|\  
| * Enable omx on x86 and arm (Nicolas Chauvet)
| * Split _with_xa from _with_vmware (Nicolas Chauvet)
| * Add _with_xa when arch is arm and _with_freedreeno (Nicolas Chauvet)
|/  
* typo fix in file list (Igor Gnatenko)
* 10.2-rc1 upstream release (Igor Gnatenko)
  • --no-ff: disable fast-forward (force create merge-commit)
  • --no-commit: disable make new commit after merge
$ man git merge $
       --no-ff
           Create a merge commit even when the merge resolves as a
           fast-forward. This is the default behaviour when merging an
           annotated (and possibly signed) tag.
       ·   Merge branch maint into the current branch, but do not make a new
           commit automatically:

               $ git merge --no-commit maint

27.11.2013

Systemd multiple minetest server

Hi readers!
Some time ago I wrote systemd unit file for minetest server. You can use this in Fedora 19+ ( build 0.4.8-2 ).
Later I will send mail to developers with feature request ( configuring game with systemd service file ).

Let's roll!

04.07.2013

systemd unit for teeworlds server and extlib

Hi readers!
Some time ago I wrote systemd unit file for teeworlds server. You can use this in Fedora 19 and Fedora Rawhide ( build 0.6.2-2 ).
Later I will send mail to developers with feature request ( configuring game with systemd service file and drop external libs ).

Let's roll!

06.06.2013

16.03.2013

Как я заставлял работать сканер отпечатков в ThinkPad X230 в Fedora или настройка сканера отпечатков

Сегодня я хочу рассмотреть 2 проблемы:
  1. Нормальная работа сканера отпечатков в новых моделях ThinkPad, а может и не только
  2. Настройка авторизации по отпечаткам в GNOME

02.02.2013

Как отрезолвить кириллическое доменное имя?

У нас есть множество вариантов, но я рассмотрю только 2:
  1. Статья моего коллеги о резолве кириллического доменного имени..
  2. Библиотека libidn. О ней я расскажу подробнее.