index
:
ikiwiki-upstream
layoutgala
master
Unnamed repository; edit this file to name it for gitweb.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
IkiWiki
/
Plugin
/
git.pm
Age
Commit message (
Expand
)
Author
2010-07-04
move nickname sanitization out
Joey Hess
2010-07-01
git: Added git_wrapper_background_command option. Can be used to eg, make th...
Joey Hess
2010-06-23
bugfix
Joey Hess
2010-06-23
finializing openid nickname support
Joey Hess
2010-06-23
git: Record the username from openid in the git author email. (This avoids di...
Joey Hess
2010-06-23
rcs_getctime and rcs_getmtime take relative filenames
Joey Hess
2010-06-23
rcs_commit and rcs_commit_staged api changes
Joey Hess
2010-06-23
API: rcs_commit and rcs_commit_staged are passed a new parameter
Joey Hess
2010-06-23
Add new optional field usershort to rcs_recentchanges.
Joey Hess
2010-06-16
force list context
Joey Hess
2010-06-15
git: Gix --gettime to properly support utf8 filenames.
Joey Hess
2010-04-16
automatically run --gettime, and optimise it for git
Joey Hess
2010-04-16
--gettime revamp
Joey Hess
2010-02-11
Group related plugins into sections in the setup file, and drop unused rcs pl...
Joey Hess
2010-01-19
handle git-notes breakage
Joey Hess
2010-01-18
brace style and layout
Joey Hess
2009-10-12
skip merges
Joey Hess
2009-10-11
can't use --reverse with git log --follow
Joey Hess
2009-10-11
git: --getctime will now follow renames back to the original creation of a file.
Joey Hess
2009-09-10
clean up use of IkiWiki::Receive
Joey Hess
2009-03-20
fix rcs_getctime to return first, not last, change time
Joey Hess
2009-03-09
git: Manually decode git output from utf-8, avoids warning messages on invali...
Joey Hess
2009-03-09
git: Fix utf-8 encoding of author names.
Joey Hess
2009-01-25
git: Fix malformed utf8 recieved from git.
Joey Hess
2009-01-05
A recent change to gitweb removed support for the form of diffurl that many ...
Joey Hess
2008-12-17
Coding style change: Remove explcit vim folding markers.
Joey Hess
2008-10-27
git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.
Joey Hess
2008-10-24
the pre-receive wrapper needs to be suid after all
Joey Hess
2008-10-24
include temp file for attachment change too
Joey Hess
2008-10-24
updates
Joey Hess
2008-10-23
untrusted committers code seems to be fully working
Joey Hess
2008-10-23
check_canattach hooked up
Joey Hess
2008-10-23
more work on untrusted committers
Joey Hess
2008-10-22
initial support for git repos with untrusted committers
Joey Hess
2008-09-25
git: Fix handling of utf-8 filenames in recentchanges.
Joey Hess
2008-09-11
change git hook description
Joey Hess
2008-08-03
add plugin safe/rebuild info (part 1 of 2)
Joey Hess
2008-08-02
show unsafe options (RO) by default
Joey Hess
2008-08-01
rcs plugin loading reorg
Joey Hess
2008-07-31
Merge branch 'master' into autoconfig
Joey Hess
2008-07-30
add guard against enabling multiple rcs plugins
Joey Hess
2008-07-27
avoid clobbering example diffurl
Joey Hess
2008-07-26
finish with rcs plugin conversion
Joey Hess
2008-07-26
Version control backends promoted to first-class plugins
Joey Hess