aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/git-svn/git-llvm
AgeCommit message (Expand)AuthorFilesLines
2020-05-11[llvm][utils] Remove git-svn folder + scriptsZola Bridges1-330/+0
2020-02-10Continue removing llgo.Eric Christopher1-1/+0
2019-12-16git-llvm: Add option to push to Github with SSHValentin Churavy1-4/+11
2019-10-25git-llvm: Drop dependency on github moduleTom Stellard1-11/+5
2019-10-24git-llvm: Push to master branch by defaultTom Stellard1-0/+1
2019-10-22Update git-llvm script to push to GitHubTom Stellard1-433/+77
2019-09-17[git-llvm] Do not reinvent `@{upstream}` (take 2)David Zarzycki1-9/+9
2019-09-16Add libc to path mappings in git-llvm.David L. Jones1-0/+1
2019-09-10Revert [git-llvm] Do not reinvent `@{upstream}`Mehdi Amini1-2/+12
2019-09-07[git-llvm] Do not reinvent `@{upstream}`David Zarzycki1-12/+2
2019-08-21git-llvm: Make push --force suppress error on nothing to commit as wellNico Weber1-5/+6
2019-08-21git-llvm: Give "push" a --force flag to disable confirm prompt on multiple co...Nico Weber1-1/+6
2019-08-13[util] Allow callsigns when running git llvm revertJordan Rupprecht1-3/+3
2019-08-03Fixup r367321 "Ask confirmation when `git llvm push` will push multiple commits"Mehdi Amini1-9/+4
2019-08-02Fix git-llvm to not delete non-empty directories.James Y Knight1-15/+42
2019-07-30Ask confirmation when `git llvm push` will push multiple commitsMehdi Amini1-0/+26
2019-07-30Fix `git llvm` script when no arguments are supplied on Python 3Mehdi Amini1-0/+9
2019-07-29git-llvm: Restore compatibility with git 1.8.3.James Y Knight1-1/+1
2019-07-22Add location of SVN staging dir to git-llvm error outputStefan Granitz1-2/+2
2019-07-16Remove username from git-llvm script, erroneously added in 366197Sam McCall1-1/+1
2019-07-16[AArch64] Implement __jcvt intrinsic from Armv8.3-AKyrylo Tkachov1-1/+1
2019-07-14[GitSVN][NFC] Mark dry-run commits as such in the log outputJohannes Doerfert1-2/+2
2019-07-12Fix some minor coding-style issues in git-llvm.James Y Knight1-32/+39
2019-07-12Allow the 'git-llvm' tool to push to svn from the split repositoriesJames Y Knight1-14/+30
2019-05-23[git] Be more specific when looking for llvm-svnJordan Rupprecht1-13/+49
2019-05-03Make the git-llvm script work on older git versions that don't support git re...Craig Topper1-0/+5
2019-03-28Add "git llvm revert" and "git llvm svn-lookup" subcommandsJordan Rupprecht1-3/+117
2019-03-12Fix git-llvm crashing when trying to remove directory while cleaningRaphael Isemann1-1/+13
2019-03-10[git-llvm] Only use --force-interactive when supportedShoaib Meenai1-1/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-29git-llvm: Fix incremental population of svn tree.James Y Knight1-2/+21
2018-11-28llvm-git: More tweaks.James Y Knight1-36/+19
2018-11-16Make git-llvm python3 compatible again. Hopefully. :)James Y Knight1-4/+13
2018-11-16Speed up git-llvm script by only svn up'ing affected directories.James Y Knight1-30/+72
2018-10-09[git-llvm] Fix some issues surrouding EOL conversion on Windows.Zachary Turner1-9/+19
2017-12-22[git-llvm] Handle files ignored by svn correctlyWalter Lee1-5/+6
2017-09-16[git] Update the llvm git helper script to work correctly with theChandler Carruth1-1/+1
2017-06-04git-llvm: Update the project list for the llvm-project-20170507 monorepo.Peter Collingbourne1-0/+5
2017-05-24git-llvm script should add .exe on Windows.Zachary Turner1-0/+2
2017-05-23[git-llvm] Check if svn is installed.Rui Ueyama1-0/+8
2017-05-18[git-llvm] Don't attempt to propget files that don't exist yet in SVNReid Kleckner1-0/+2
2017-05-12[git-llvm] Fix svn:eol-style issue for one-file patchesReid Kleckner1-14/+19
2017-04-24[git-llvm] Remove CR from middle of svn propget outputReid Kleckner1-0/+2
2017-04-24[git-llvm] Make `push` work on CRLF files with svn:eol-style=nativeReid Kleckner1-7/+60
2016-12-20Remove extraneous space.Rui Ueyama1-1/+1
2016-11-30[git-llvm] Use --force-interactive when commiting to enable SVN to prompt pas...Mehdi Amini1-1/+1
2016-11-12Improve `git llvm push` to suggest `git pull` when applying patch failsMehdi Amini1-4/+13
2016-11-07Fix `git-llvm` script to handle `git worktree` setups correctlyMehdi Amini1-1/+2
2016-11-07Add some facilities to work with a git monorepo (experimental setup)Mehdi Amini1-0/+278
2016-11-07Revert "Add some facilities to work with a git monorepo (experimental setup)"Mehdi Amini1-296/+0