428 Commits (e984c54ada086e7676419b6b1b8a2d7a2429da48)

Author SHA1 Message Date
Eric Wong 060610c572 git-svn: replace .rev_db with a more space-efficient .rev_map format 17 years ago
Steven Grimm cec0d5a3bb git-svn: Don't create a "master" branch every time rebase is run 17 years ago
Vineet Kumar 2d87979215 git-svn: add a show-externals command. 17 years ago
David D. Kilzer 8d7c4fad3f git-svn: Remove unnecessary Git::SVN::Util package 17 years ago
Andy Whitcroft 70ae04e4e8 git-svn: add support for pulling author from From: and Signed-off-by: 17 years ago
Gustaf Hendeby f4dd334bff git-svn now reads settings even if called in subdirectory 17 years ago
Eric Wong a5460eb7bb git-svn: allow `info' command to work offline 17 years ago
David D. Kilzer 8b014d7157 git-svn: info --url [path] 17 years ago
David D. Kilzer e6fefa926d git-svn info: implement info command 17 years ago
David D. Kilzer b2b3ada7fc git-svn: extract reusable code into utility functions 17 years ago
David Reiss 826a93398d git-svn: Fix a typo and add a comma in an error message in git-svn 17 years ago
David D Kilzer 111947ef8c git-svn log: handle unreachable revisions like "svn log" 17 years ago
David D Kilzer 60f3ff1257 git-svn log: include commit log for the smallest revision in a range 17 years ago
David D Kilzer fede44b2e1 git-svn log: fix ascending revision ranges 17 years ago
Konstantin V. Arkhipov 3caf320ba8 git-svn's dcommit must use subversion's config 17 years ago
Eric Wong cfbe7ab333 git-svn: support for funky branch and project names over HTTP(S) 17 years ago
Benoit Sigoure c8cfa3e4a5 git-svn: prevent dcommitting if the index is dirty. 17 years ago
Eric Wong c74d9acf20 git-svn: fix dcommit clobbering when committing a series of diffs 17 years ago
Benoit Sigoure aa807bc266 git-svn: sort the options in the --help message. 17 years ago
Benoit Sigoure 207f1a75e7 git-svn: simplify the handling of fatal errors 17 years ago
Benoit Sigoure 51e057cf80 git-svn: add git svn proplist 17 years ago
Benoit Sigoure 1515345156 git-svn: add git svn propget 17 years ago
Benoit Sigoure d05ddec51e git-svn: implement git svn create-ignore 17 years ago
Benoit Sigoure 01bdab84e3 git-svn: add a generic tree traversal to fetch SVN properties 17 years ago
Eygene Ryabinkin fd499bcc9d git-svn: use "no warnings 'once'" to disable false-positives 17 years ago
Eygene Ryabinkin 602015e0e6 git-svn: respect Subversion's [auth] section configuration values 17 years ago
Steven Walter 9ff74e95da Don't checkout the full tree if avoidable 18 years ago
Eric Wong b019304886 git-svn: don't attempt to spawn pager if we don't want one 18 years ago
Eric Wong 7b02b85a66 git-svn: understand grafts when doing dcommit 18 years ago
Eric Wong a51cdb0c04 git-svn: fix "Malformed network data" with svn:// servers 18 years ago
Lars Hjemli 4dbfe2e9bd git-svn: always use --first-parent 18 years ago
Lars Hjemli 05b4df3153 git-svn: add support for --first-parent 18 years ago
Eric Wong 751eb39590 git-svn: fix dcommit clobbering upstream when committing multiple changes 18 years ago
Junio C Hamano eeebd8d8c5 git-svn: Protect against "diff.color = true". 18 years ago
martin f. krafft 8f728fb96f git-svn init/clone --stdlayout option to default-init trunk/tags/branches 18 years ago
Eric Wong 15d54753bb git-svn: dcommit prints out the URL to be committed to 18 years ago
Eric Wong 6ed77266c6 git-svn: fix log with single revision against a non-HEAD branch 18 years ago
Robert Ewald bf655fd700 git-svn: Translate invalid characters in refname 18 years ago
Richard MUSIL 575d025c0d git-svn: Minimalistic patch which allows svn usernames with space(s). 18 years ago
Eric Wong 29633bb91c git-svn: fix commiting renames over DAV with funky file names 18 years ago
Eric Wong 46cf98baa5 git-svn: remove leading slashes from fetch lines in the generate config 18 years ago
Eric Wong 7730fbe624 git-svn: fix blocking with svn:// servers after do_switch 18 years ago
Sam Vilain 40cb8f8f08 git-svn: cache max revision in rev_db databases 18 years ago
Sam Vilain 3dfab993c8 git-svn: use git-log rather than rev-list | xargs cat-file 18 years ago
Michael Krelin 6caf5b1891 git-svn: honor ~/.subversion/ client cert file settings. 18 years ago
Sam Vilain c5f71ad099 git-svn: avoid string eval for defining functions 18 years ago
Eric Wong 733a65aa5d git-svn: allow dcommit to retain local merge information 18 years ago
Eric Wong 38570a47fc git-svn: reduce stat() calls for a backwards compatibility check 18 years ago
Eric Wong b54a901e05 git-svn: cleanup: factor out longest_common_path() function 18 years ago
Matthias Lederhofer 7ae3df8c0a Use new semantics of is_bare/inside_git_dir/inside_work_tree 18 years ago