Sign in
googlers
/
jrn
/
git
/
cbb3167ef8b73109ed5c5e54aa1915d9c50f83d5
/
git-cvsimport.perl
0455ec0
cvsimport: new -R option: generate .git/cvs-revisions mapping
by Aaron Crane
· 15 years ago
91fe732
cvsimport: standarize system() calls to external git tools
by Ben Walton
· 15 years ago
a12477d
cvsimport: standarize open() calls to external git tools
by Ben Walton
· 15 years ago
640d9d0
cvsimport: modernize callouts to git subcommands
by Ben Walton
· 15 years ago
f6fdbb6
cvsimport: fix relative argument filenames
by Jeff King
· 15 years ago
e481b1d
cvs: initialize empty password
by Clemens Buchacher
· 15 years ago
3fb9d58
Do not scramble password read from .cvspass
by Pascal Obry
· 16 years ago
b2139db
git-cvsimport: add support for cvs pserver password scrambling.
by Dirk Hoerner
· 16 years ago
04bb50f
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
3be3999
git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.
by Jim Meyering
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
8c372fb
git-cvsimport: do not fail when CVSROOT is /
by Philippe Bruhat (BooK)
· 17 years ago
509792b
Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them.
by Paul Oliver
· 17 years ago
30c0312
Merge branch 'maint-1.5.4' into maint
by Junio C Hamano
· 17 years ago
b3bb5f7
cvsimport: always pass user data to "system" as a list
by Jeff King
· 17 years ago
b75aaa5
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
c36c5b8
git-cvsimport: fix merging with remote parent branch
by Marc-Andre Lureau
· 17 years ago
bc434e8
cvsimport: allow for multiple -M options
by Philippe Bruhat (BooK
· 17 years ago
fbbbc36
cvsimport: have default merge regex allow for dashes in the branch name
by Philippe Bruhat (BooK
· 17 years ago
9386ecb
cvsimport: have default merge regex also match beginning of commit message
by Gerrit Pape
· 17 years ago
cfc44a1
cvsimport: remove last use of repo-config from git standard tools
by Dan McGee
· 17 years ago
3a969ef
cvsimport: die on cvsps errors
by Jeff King
· 17 years ago
77190eb
Small comment fix for git-cvsimport.
by Stefan Sperling
· 17 years ago
65c6a46
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
67d2324
cvsimport: fix usage of cvsimport.module
by Jeff King
· 17 years ago
0750d75
cvsimport: miscellaneous packed-ref fixes
by Jeff King
· 17 years ago
9da0dab
cvsimport: use rev-parse to support packed refs
by Jeff King
· 17 years ago
2e458e0
git-cvsimport: fix handling of user name when it is not set in CVSROOT
by Gordon Hopper
· 17 years ago
a055422
git-cvsimport: really convert underscores in branch names to dots with -u
by Gerrit Pape
· 17 years ago
ee834cf
(cvs|svn)import: Ask git-tag to overwrite old tags.
by Michael Smith
· 18 years ago
7051c3b
git-cvsimport: force checkout of working tree after initial import
by Gerrit Pape
· 18 years ago
47ee8ed
Generate tags with correct timestamp (git-svnimport)
by Dave O'Neill
· 18 years ago
9bfe9f8
Merge branch 'aw/cvs'
by Junio C Hamano
· 18 years ago
0354539
Merge branch 'ep/cvstag'
by Junio C Hamano
· 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
5c08931
Use git-tag in git-cvsimport
by Elvis Pranskevichus
· 18 years ago
23fcdc7
git-cvsimport: Make sure to use $git_dir always instead of .git sometimes
by Michael Milligan
· 18 years ago
06baffd
cvsimport: add <remote>/HEAD reference in separate remotes more
by Andy Whitcroft
· 18 years ago
cbc9be5
cvsimport: update documentation to include separate remotes option
by Andy Whitcroft
· 18 years ago
8b7f5fc
cvsimport: add support for new style remote layout
by Andy Whitcroft
· 18 years ago
7ca055f
Use git-for-each-ref to check whether the origin branch exists.
by Stephan Springl
· 18 years ago
7bf7764
cvsimport: Improve usage error reporting
by Frank Lichtenheld
· 18 years ago
edbe446
cvsimport: sync usage lines with existing options
by Frank Lichtenheld
· 18 years ago
ed35dec
Read cvsimport options from repo-config
by James Bowes
· 18 years ago
bf3f67b
cvsimport: activate -a option, really.
by Junio C Hamano
· 18 years ago
5c94f87
use 'init' instead of 'init-db' for shipped docs and tools
by Nicolas Pitre
· 18 years ago
4083c2f
cvsimport: cleanup temporary cvsps file
by Martin Langhoff
· 18 years ago
ded9f40
cvsimport: skip commits that are too recent (option and documentation)
by Martin Langhoff
· 18 years ago
6211988
cvsimport: skip commits that are too recent
by Martin Langhoff
· 18 years ago
86d11cf
cvsimport: style fixup.
by Junio C Hamano
· 18 years ago
73bcf53
git-cvsimport: add support for CVS pserver method HTTP/1.x proxying
by Iñaki Arenaza
· 18 years ago
efe4abd
Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed data.
by Jim Meyering
· 18 years ago
1f24c58
cvsimport: move over to using git-for-each-ref to read refs.
by Andy Whitcroft
· 18 years ago
c5f448b
cvsimport - cleanup of the multi-indexes handling
by Martin Langhoff
· 19 years ago
061303f
cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch}
by Johannes Schindelin
· 19 years ago
7ccd900
cvsimport: setup indexes correctly for ancestors and incremental imports
by Martin Langhoff
· 19 years ago
8f73264
cvsimport: keep one index per branch during import
by Martin Langhoff
· 19 years ago
2f57c69
cvsimport: complete the cvsps run before starting the import
by Martin Langhoff
· 19 years ago
71b0814
cvsimport: ignore CVSPS_NO_BRANCH and impossible branches
by Martin Langhoff
· 19 years ago
e49289d
cvsimport: avoid "use" with :tag
by Jeff King
· 19 years ago
62bf0d9
cvsimport: set up commit environment in perl instead of using env
by Jeff King
· 19 years ago
61efa5e
cvsimport: do not barf on creation of an empty file.
by Junio C Hamano
· 19 years ago
55cad84
cvsimport: introduce _fetchfile() method and used a 1M buffer to read()
by Martin Langhoff
· 19 years ago
e73aefe
cvsimport: cleanup commit function
by Jeff King
· 19 years ago
6a1871e
cvsimport: use git-update-index --index-info
by Jeff King
· 19 years ago
4adcea9
cvsimport: repack every kilo-commits.
by Linus Torvalds
· 19 years ago
0691834
cvsimport: introduce -L<imit> option to workaround memory leaks
by Martin Langhoff
· 19 years ago
c4b16f8
cvsimport: replace anonymous sub ref with a normal sub
by Martin Langhoff
· 19 years ago
f396f01
cvsimport: minor fixups
by Martin Langhoff
· 19 years ago
be0c7e0
git-cvsimport: Handle "Removed" from pserver
by Elrond
· 19 years ago
42277bc
cvsimport: use git-update-ref when updating
by Johannes Schindelin
· 19 years ago
cb9594e
cvsimport: fix reading from rev-parse
by Junio C Hamano
· 19 years ago
8a5f2ea
cvsimport: honor -i and non -i upon subsequent imports
by Junio C Hamano
· 19 years ago
a541211
cvsimport: Remove master-updating code
by Matthias Urlichs
· 19 years ago
dd27478
cvsimport: avoid open "-|" list form for Perl 5.6
by Junio C Hamano
· 19 years ago
39ba7d5
Fix retries in git-cvsimport
by Martin Mares
· 19 years ago
v1.2.2
5179c8a
cvsimport: Add -S <skipfileregex> support and -v announces files retrieved
by Martin Langhoff
· 19 years ago
8cd1621
cvsimport: ease migration from CVSROOT/users format
by Junio C Hamano
· 19 years ago
ffd97f3
git-cvsimport: Add -A <author-conv-file> option
by Andreas Ericsson
· 19 years ago
34c99da
Substitute "/" with $opt_s in tag names as well as branch names
by Joe English
· 19 years ago
2c52a42
cvsimport: Don't let local settings hinder cvs user-migration.
by Andreas Ericsson
· 19 years ago
8366a10
symref support for import scripts
by Pavel Roskin
· 19 years ago
9acb552
cvsimport: cvsps should be quiet too
by Martin Langhoff
· 19 years ago
211dcac
cvsimport: introduce -P <cvsps-output-file> option
by Martin Langhoff
· 19 years ago
d44e8cf
cvsimport: catch error condition where cvs host disappears
by Martin Langhoff
· 19 years ago
e175768
Fix cvsimport warning when called without --no-cvs-direct
by Johannes Schindelin
· 19 years ago
2950411
Merge branch 'svn' of http://netz.smurf.noris.de/git/git
by Junio C Hamano
· 19 years ago
df73e9c
[PATCH] cvsimport: don't pass --cvs-direct if user options contradict us
by Martin Langhoff
· 19 years ago
89764f5
cvsimport: report merge parents
by Matthias Urlichs
· 19 years ago
94c2334
Pass CVSps generated A U Thor <author@domain.xz> intact.
by Junio C Hamano
· 19 years ago
215a7ad
Big tool rename.
by Junio C Hamano
· 20 years ago
[Renamed (99%) from git-cvsimport-script]
0d821d4
[PATCH] git-cvsimport-script: handling of tags
by H. Peter Anvin
· 20 years ago
049f28c
[PATCH] git-cvsimport - remove hardcoded reference to origin
by Martin Langhoff
· 20 years ago
db4b658
[PATCH] Add merge detection to git-cvsimport
by Martin Langhoff
· 20 years ago
fbfd60d
[PATCH] Also handle CVS branches with a '/' in their name
by Johannes Schindelin
· 20 years ago
abe0582
[PATCH] Add -k kill keyword expansion option to git-cvsimport - revised
by Martin Langhoff
· 20 years ago
b092133
[PATCH] Fixed two bugs in git-cvsimport-script.
by iso-8859-1?Q?David_K=E5gedal
· 20 years ago
8b8840e
[PATCH] cvsgit fixes: spaces in filenames and CVS server dialog woes
by Matthias Urlichs
· 20 years ago
d6d8dac
[PATCH] git-cvsimport-script: parse multidigit revisions.
by Sven Verdoolaege
· 20 years ago
c1c774e
[PATCH] git-cvsimport-script: add "import only" option
by Sven Verdoolaege
· 20 years ago
Next »