index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-cvsserver.perl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-cvsserver: port to SHA-256
brian m. carlson
2020-06-22
1
-17
/
+20
*
cvsserver: use safe_pipe_capture for `constant commands` as well
Junio C Hamano
2017-09-11
1
-4
/
+4
*
cvsserver: use safe_pipe_capture instead of backticks
joernchen
2017-09-11
1
-11
/
+11
*
cvsserver: move safe_pipe_capture() to the main package
Junio C Hamano
2017-09-11
1
-25
/
+22
*
typofix: assorted typofixes in comments, documentation and messages
Li Peng
2016-05-06
1
-3
/
+3
*
git-cvsserver.perl: fix typo
GyuYong Jung
2016-02-17
1
-1
/
+1
*
Merge branch 'ak/cvsserver-stabilize-use-of-hash-keys'
Junio C Hamano
2013-11-04
1
-5
/
+5
|
\
|
*
cvsserver: Determinize output to combat Perl 5.18 hash randomization
Anders Kaseorg
2013-10-30
1
-5
/
+5
*
|
Merge branch 'jc/cvsserver-perm-bit-fix'
Junio C Hamano
2013-09-18
1
-1
/
+1
|
\
|
|
*
cvsserver: pick up the right mode bits
Junio C Hamano
2013-09-11
1
-1
/
+1
*
|
use 'tree-ish' instead of 'treeish'
Richard Hansen
2013-09-05
1
-1
/
+1
*
|
Correct common spelling mistakes in comments and tests
Stefano Lattarini
2013-04-12
1
-2
/
+2
*
|
git-cvsimport: use a lowercase "usage:" string
David Aguilar
2013-02-24
1
-1
/
+1
|
/
*
cvsserver: support -r and sticky tags for most operations
Matthew Ogilvie
2012-10-17
1
-203
/
+510
*
cvsserver: Add version awareness to argsfromdir
Matthew Ogilvie
2012-10-17
1
-30
/
+198
*
cvsserver: generalize getmeta() to recognize commit refs
Matthew Ogilvie
2012-10-17
1
-11
/
+145
*
cvsserver: implement req_Sticky and related utilities
Matthew Ogilvie
2012-10-17
1
-2
/
+169
*
cvsserver: add misc commit lookup, file meta data, and file listing functions
Matthew Ogilvie
2012-10-17
1
-1
/
+365
*
cvsserver: define a tag name character escape mechanism
Matthew Ogilvie
2012-10-17
1
-0
/
+91
*
cvsserver: cleanup extra slashes in filename arguments
Matthew Ogilvie
2012-10-17
1
-0
/
+28
*
cvsserver: factor out git-log parsing logic
Matthew Ogilvie
2012-10-17
1
-71
/
+105
*
cvsserver status: provide real sticky info
Matthew Ogilvie
2012-10-17
1
-4
/
+20
*
cvsserver: cvs add: do not expand directory arguments
Matthew Ogilvie
2012-10-17
1
-2
/
+0
*
cvsserver: use whole CVS rev number in-process; don't strip "1." prefix
Matthew Ogilvie
2012-10-17
1
-103
/
+122
*
cvsserver: split up long lines in req_{status,diff,log}
Matthew Ogilvie
2012-10-17
1
-61
/
+159
*
cvsserver: clean up client request handler map comments
Matthew Ogilvie
2012-10-17
1
-1
/
+4
*
cvsserver: remove unused functions _headrev and gethistory
Matthew Ogilvie
2012-10-17
1
-32
/
+4
*
cvsserver update: comment about how we shouldn't remove a user-modified file
Matthew Ogilvie
2012-10-17
1
-0
/
+4
*
cvsserver: add comments about database schema/usage
Matthew Ogilvie
2012-10-17
1
-4
/
+42
*
cvsserver: removed unused sha1Or-k mode from kopts_from_path
Matthew Ogilvie
2012-10-17
1
-33
/
+5
*
use -h for synopsis and --help for manpage consistently
Clemens Buchacher
2011-10-05
1
-2
/
+2
*
Merge branch 'ab/require-perl-5.8'
Junio C Hamano
2010-10-27
1
-0
/
+1
|
\
|
*
perl: bump the required Perl version to 5.8 from 5.6.[21]
Ævar Arnfjörð Bjarmason
2010-09-27
1
-0
/
+1
*
|
Martin Langhoff has a new e-mail address
Junio C Hamano
2010-10-06
1
-3
/
+3
|
/
*
Merge branch 'eb/core-eol'
Junio C Hamano
2010-06-21
1
-4
/
+9
|
\
|
*
Rename the "crlf" attribute "text"
Eyvind Bernhardsen
2010-05-20
1
-4
/
+9
*
|
git-cvsserver: fix error for invalid password formats
Ævar Arnfjörð Bjarmason
2010-06-21
1
-1
/
+4
*
|
git-cvsserver: typo in a comment: bas -> has
Ævar Arnfjörð Bjarmason
2010-06-21
1
-1
/
+1
*
|
git-cvsserver: Improved error handling for pserver
Ævar Arnfjörð Bjarmason
2010-05-20
1
-5
/
+24
*
|
git-cvsserver: indent & clean up authdb code
Ævar Arnfjörð Bjarmason
2010-05-20
1
-10
/
+13
*
|
git-cvsserver: use a password file cvsserver pserver
Sam Vilain
2010-05-20
1
-14
/
+15
*
|
git-cvsserver: authentication support for pserver
Ævar Arnfjörð Bjarmason
2010-05-20
1
-8
/
+65
|
/
*
Merge branch 'gp/maint-cvsserver'
Junio C Hamano
2010-01-28
1
-1
/
+1
|
\
|
*
git-cvsserver: allow regex metacharacters in CVSROOT
Gerrit Pape
2010-01-26
1
-1
/
+1
*
|
Merge branch 'pm/cvs-environ'
Junio C Hamano
2010-01-10
1
-1
/
+21
|
\
\
|
*
|
CVS Server: Support reading base and roots from environment
Phil Miller
2009-12-30
1
-1
/
+21
|
|
/
*
/
cvsserver: make the output of 'update' more compatible with cvs.
Sergei Organov
2009-12-31
1
-0
/
+16
|
/
*
git-cvsserver: no longer use deprecated 'git-subcommand' commands
Gerrit Pape
2009-09-03
1
-20
/
+20
*
git-cvsserver: run post-update hook *after* update.
Stefan Karpinski
2009-01-31
1
-2
/
+2
*
git-cvsserver: handle CVS 'noop' command.
Stefan Karpinski
2009-01-31
1
-0
/
+1
[next]