xaizek / dit (License: GPLv3) (since 2018-12-07)
Command-line task keeper that remembers all old values and is meant to combine several orthogonal features to be rather flexible in managing items.
Commit cdb4f9275e909e4381c2613a2c75af05d04c4163

Use boost/algorithm/string/replace sub-header
Instead of more generic one boost/algorithm/string.
Author: xaizek
Author date (UTC): 2016-05-04 20:10
Committer name: xaizek
Committer date (UTC): 2016-05-05 12:04
Parent(s): 2644fb27650a50c1d12925784ac0b2bc79794197
Signing key:
Tree: 2b1dad59deb1f09da9bd33e91749d64604aeb026
File Lines added Lines deleted
src/file_format.cpp 1 1
File src/file_format.cpp changed (mode: 100644) (index 2312774..62518e9)
27 27 #include <utility> #include <utility>
28 28 #include <vector> #include <vector>
29 29
30 #include <boost/algorithm/string.hpp>
30 #include <boost/algorithm/string/replace.hpp>
31 31 #include <boost/lexical_cast.hpp> #include <boost/lexical_cast.hpp>
32 32
33 33 #include "utils/getLines.hpp" #include "utils/getLines.hpp"
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master