1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-06-02 03:25:35 +02:00
Commit graph

110 commits

Author SHA1 Message Date
Leif Walsh 0062605559 Changing mktemp calls and some two sed calls to make it work with BSD coreutils (and still GNU coreutils valid) 2011-07-24 20:27:07 +02:00
p4bl0 31dffefdd3 Asking for confirmation when installing on existing git repository instead of aborting 2011-07-24 17:43:10 +02:00
p4bl0 48e7786203 html5 fix in default template 2011-07-17 19:23:19 +02:00
p4bl0 7f09b18e49 rewrite instead of append for pre- hooks 2011-07-14 10:55:59 +02:00
p4bl0 5bee51b29e Fixed preproc and article title problem 2011-07-09 18:36:11 +02:00
Patrik Willard 9f158aef2b preventing from using of preprocessed article title 2011-07-07 23:42:35 +02:00
Patrik Willard bcb998c65e replacing --quiet option of git-show with the more reliable -s option 2011-07-07 10:27:49 +02:00
p4bl0 5dfb982bdc added titles to previous/next links in default template 2011-05-31 17:06:58 +02:00
p4bl0 5154b86f6e fix bug due to the sort command ignoring whitespace... everywhere 2011-05-31 00:38:21 +02:00
p4bl0 ac6e67b1e0 fix bug due to the sort command ignoring whitespace 2011-05-31 00:04:41 +02:00
p4bl0 b4ed213b75 missing argument to fugitive_install_config important for remote install 2011-05-21 14:37:16 +02:00
p4bl0 742fac6930 updated my email address in the README commit at installation 2011-05-21 14:26:47 +02:00
p4bl0 18457e886d BUGFIX: generated html for articles added in a commit with template changes were not added to ignore list 2011-05-21 14:24:20 +02:00
Antoine Amarilli dde76b8ece spellcheck README 2011-05-17 16:29:10 +02:00
Antoine Amarilli db59dbb3da fix typo 2011-05-17 16:12:52 +02:00
p4bl0 0bc46006e9 fix replace_str '&' bug
'&' is a special char for sed and needed to be escaped (it caused bug for
instance when the title of an article contained xml entities like ")
2010-12-24 13:48:04 +01:00
Thomas Eichinger 80c2dcf4a9 "mktemp -d" fails on my installtion, "mktemp -p" works fine 2010-11-22 16:27:13 +01:00
p4bl0 fc4f8e16e1 fixing w3c error caused by xml:lang being present in html tag but not lang attr 2010-09-27 02:04:00 +02:00
p4bl0 052d7ac50f Merge branch 'master' of gitorious.org:fugitive/fugitive 2010-09-27 01:55:18 +02:00
p4bl0 e962d0ddf1 added *datetime_html5 variables to be compliant with heretic w3c standard 2010-09-27 01:54:43 +02:00
p4bl0 65ffc98b87 added an install-config options to be used in pair with --install-hooks to transform any repos into a fugitive repos 2010-09-24 15:12:41 +02:00
p4bl0 fc7302f193 Merge branch 'master' of git://gitorious.org/fugitive/fugitive 2010-09-24 15:00:05 +02:00
p4bl0 b9e6cb2edc Changing the author of the README default article (since it's me not the user) 2010-09-24 14:56:11 +02:00
p4bl0 c539465b53 css fix for webkit 2010-09-23 03:43:02 +02:00
p4bl0 10d3c9de19 fixed typos in the README 2010-09-18 12:31:57 +02:00
p4bl0 ecf4e8b8d5 added a Hacking and a Issues section to the readme 2010-09-18 12:24:33 +02:00
p4bl0 022bba545e added link in titles 2010-09-18 02:04:32 +02:00
p4bl0 efac75fcf1 Merge branch 'master' of Berthold:projects/fugitive 2010-09-18 00:47:57 +02:00
Antoine Amarilli 8d2378fe2b grep and sed bugfix 2010-09-17 22:12:36 +02:00
p4bl0 0ba2a3b30d replaced '\s' by '[[:space:]]' in grep calls to fix compatibility issues 2010-09-16 19:02:24 +02:00
p4bl0 eaee2b145e added :active style for links (for tab-navigation) 2010-09-12 11:52:33 +02:00
p4bl0 2042c0abba fixed typo in the README 2010-09-05 20:30:17 +02:00
p4bl0 925225d96e removed mktemp call options because of a compatibility issue with BSD mktemp util 2010-09-04 23:39:06 +02:00
p4bl0 c044292f9e wrote some quick and dirty help and usage message 2010-09-04 23:18:25 +02:00
p4bl0 a29a6eb50e Merge branch 'master' of Berthold:projects/fugitive 2010-09-04 23:04:51 +02:00
p4bl0 eed6dd581a changed README post file name 2010-09-04 23:00:53 +02:00
p4bl0 1df13a62bf finished README writing 2010-09-04 22:59:18 +02:00
p4bl0 0140d98c1d fixed formatting in the README 2010-08-26 13:03:55 +02:00
p4bl0 e433692a6f added details about the template system 2010-08-11 11:23:34 +02:00
p4bl0 4cd15fad3c started to write the template system doc in the README 2010-08-11 11:15:46 +02:00
p4bl0 f71626c7ec now preventing commit when zero article (for real ^^) and push when fugitive.blog-url not set 2010-08-10 22:25:11 +02:00
p4bl0 d0618efb64 grammar fixes 2010-08-10 20:32:11 +02:00
p4bl0 635f3a1b46 preventing commit or pushing with zero article 2010-08-10 19:32:16 +02:00
p4bl0 bf9e081956 README typo 2010-08-08 23:01:43 +02:00
p4bl0 8f7c5e5e19 updated README 2010-08-08 21:48:50 +02:00
p4bl0 8c2153a3e1 now detecting template change, regenerating everything in that case 2010-08-08 21:33:01 +02:00
p4bl0 b689b42668 removed unnecessary argument 2010-08-08 21:32:00 +02:00
p4bl0 6058d40c20 changed README (fixed a link and a typo) 2010-08-08 19:47:19 +02:00
p4bl0 18f54a6df3 fixed little bug (sh doesn't know about &> redirection) 2010-08-08 19:46:29 +02:00
p4bl0 c661fda93d changed default quote in default template header + bottom nav style 2010-08-02 15:15:26 +02:00