summaryrefslogtreecommitdiffstats
path: root/llvm/utils/git-svn
Commit message (Expand)AuthorAgeFilesLines
* git-llvm: Add option to push to Github with SSHValentin Churavy2019-12-161-4/+11
* git-llvm: Drop dependency on github moduleTom Stellard2019-10-251-11/+5
* git-llvm: Push to master branch by defaultTom Stellard2019-10-241-0/+1
* Update git-llvm script to push to GitHubTom Stellard2019-10-221-433/+77
* [git-llvm] Do not reinvent `@{upstream}` (take 2)David Zarzycki2019-09-171-9/+9
* Add libc to path mappings in git-llvm.David L. Jones2019-09-161-0/+1
* Revert [git-llvm] Do not reinvent `@{upstream}`Mehdi Amini2019-09-101-2/+12
* [git-llvm] Do not reinvent `@{upstream}`David Zarzycki2019-09-071-12/+2
* git-llvm: Make push --force suppress error on nothing to commit as wellNico Weber2019-08-211-5/+6
* git-llvm: Give "push" a --force flag to disable confirm prompt on multiple co...Nico Weber2019-08-211-1/+6
* [util] Allow callsigns when running git llvm revertJordan Rupprecht2019-08-131-3/+3
* Fixup r367321 "Ask confirmation when `git llvm push` will push multiple commits"Mehdi Amini2019-08-031-9/+4
* Fix git-llvm to not delete non-empty directories.James Y Knight2019-08-021-15/+42
* Ask confirmation when `git llvm push` will push multiple commitsMehdi Amini2019-07-301-0/+26
* Fix `git llvm` script when no arguments are supplied on Python 3Mehdi Amini2019-07-301-0/+9
* git-llvm: Restore compatibility with git 1.8.3.James Y Knight2019-07-291-1/+1
* Add location of SVN staging dir to git-llvm error outputStefan Granitz2019-07-221-2/+2
* Remove username from git-llvm script, erroneously added in 366197Sam McCall2019-07-161-1/+1
* [AArch64] Implement __jcvt intrinsic from Armv8.3-AKyrylo Tkachov2019-07-161-1/+1
* [GitSVN][NFC] Mark dry-run commits as such in the log outputJohannes Doerfert2019-07-141-2/+2
* Fix some minor coding-style issues in git-llvm.James Y Knight2019-07-121-32/+39
* Allow the 'git-llvm' tool to push to svn from the split repositoriesJames Y Knight2019-07-121-14/+30
* [git] Be more specific when looking for llvm-svnJordan Rupprecht2019-05-231-13/+49
* Make the git-llvm script work on older git versions that don't support git re...Craig Topper2019-05-031-0/+5
* Add "git llvm revert" and "git llvm svn-lookup" subcommandsJordan Rupprecht2019-03-281-3/+117
* Fix git-llvm crashing when trying to remove directory while cleaningRaphael Isemann2019-03-121-1/+13
* [git-llvm] Only use --force-interactive when supportedShoaib Meenai2019-03-101-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* git-llvm: Fix incremental population of svn tree.James Y Knight2018-11-291-2/+21
* llvm-git: More tweaks.James Y Knight2018-11-281-36/+19
* Make git-llvm python3 compatible again. Hopefully. :)James Y Knight2018-11-161-4/+13
* Speed up git-llvm script by only svn up'ing affected directories.James Y Knight2018-11-161-30/+72
* [git-llvm] Fix some issues surrouding EOL conversion on Windows.Zachary Turner2018-10-091-9/+19
* [git-llvm] Handle files ignored by svn correctlyWalter Lee2017-12-221-5/+6
* [git] Update the llvm git helper script to work correctly with theChandler Carruth2017-09-161-1/+1
* Revert r305598, "utils: Add a git-r utility for mapping svn revisions to git ...Peter Collingbourne2017-06-191-169/+0
* utils: Add a git-r utility for mapping svn revisions to git revisions in the ...Peter Collingbourne2017-06-161-0/+169
* git-llvm: Update the project list for the llvm-project-20170507 monorepo.Peter Collingbourne2017-06-041-0/+5
* git-llvm script should add .exe on Windows.Zachary Turner2017-05-241-0/+2
* [git-llvm] Check if svn is installed.Rui Ueyama2017-05-231-0/+8
* [git-llvm] Don't attempt to propget files that don't exist yet in SVNReid Kleckner2017-05-181-0/+2
* [git-llvm] Fix svn:eol-style issue for one-file patchesReid Kleckner2017-05-121-14/+19
* [git-llvm] Remove CR from middle of svn propget outputReid Kleckner2017-04-241-0/+2
* [git-llvm] Make `push` work on CRLF files with svn:eol-style=nativeReid Kleckner2017-04-241-7/+60
* Remove extraneous space.Rui Ueyama2016-12-201-1/+1
* [git-llvm] Use --force-interactive when commiting to enable SVN to prompt pas...Mehdi Amini2016-11-301-1/+1
* Improve `git llvm push` to suggest `git pull` when applying patch failsMehdi Amini2016-11-121-4/+13
* Fix `git-llvm` script to handle `git worktree` setups correctlyMehdi Amini2016-11-071-1/+2
* Add some facilities to work with a git monorepo (experimental setup)Mehdi Amini2016-11-071-0/+278
* Revert "Add some facilities to work with a git monorepo (experimental setup)"Mehdi Amini2016-11-071-296/+0
OpenPOWER on IntegriCloud