ASoC: sun4i-spdif: Add quirks to the spdif driver
diff --git a/sound/soc/sunxi/sun4i-spdif.c b/sound/soc/sunxi/sun4i-spdif.c index 048de15d6937..fec62ee1fc72 100644 --- a/sound/soc/sunxi/sun4i-spdif.c +++ b/sound/soc/sunxi/sun4i-spdif.c
View ArticleGitLab 8.15 Released with Auto Deploy and #Web Terminal
With Global Git Hooks you can now create Git hooks that will be run for ... This command is not yet used by Omnibus, our goal is to add this in 8.16. GitLab 8.15 includes Mattermost 3.5.1, an open...
View ArticleProvides a framework for creating holo#Graphic #Apps using JavaScript and WebGL.
HoloJS is a framework for creating UWP applications using JavaScript and WebGL. HoloJS is a C++ library that hosts Chakra to run JavaScript code, and also hosts ANGLE to handle OpenGL ES graphics...
View ArticleHow git-mediate made me stop fearing merge conflicts and start treating them...
If you’ve ever had to deal with git merge conflicts, then there’s a good chance that these messages gives you the chills: Automatic merge failed; fix conflicts and then commit the result. They arise...
View ArticleGit-it "fatal: ambiguous argument"
cd contributors olddognewtrix123:~/workspace/kloneklone/patchwork/contributors (add-olddognewtrix123) $ git status On branch add-olddognewtrix123 Untracked files: (use "git add ..." to include in what...
View ArticleGit Remove Multiple Deleted Files
When working in the Git version control system, you may find yourself doing some handling of large numbers of files in a single commit. The commit part is the easy part. Adding files is very simple by...
View ArticleHave you faced any disaster while using git? What did you do to fix it?
I forget the details of the workflow that led to it, but the solution was adding git prune to my update script to avoid dangling blobs. That is - instead of running git pull I run a script which pulls...
View ArticleTop 10 new GitHub features of 2016
Add Reactions to Pull Requests ... Team Foundation Server, or another Git repository, you can now quickly and easily move that code to GitHub with the GitHub Importer. It will move your code and then...
View ArticleConfigure SharePoint Provider-Hosted Add-ins for Distribution
Git or Visual Studio Online. All SharePoint Provider-Hosted add-ins created using Visual Studio 2013 include a NuGet package that adds SharePoint-specific code and references to the web application...
View ArticleVim for Python3 and Go
git, python3-dev, python3-pip). For Ubuntu, open terminal and play these commands to install them. These command will also install GVim (Vim with GUI) as I also like to use GVim. sudo...
View ArticleSubject [PATCH 1/2] PCI: introduce locked pci_add/remove_virtfn
diff --git a/arch/powerpc/kernel/eeh_driver.c b/arch/powerpc/kernel ... return dev->sriov->barsz[resno - PCI_IOV_RESOURCES]; -int pci_iov_add_virtfn(struct pci_dev *dev, int id, int reset)...
View ArticleVisualizing Data on the #Web with Kendo UI for Angular 2
Personally, this is where I like to initiate my git repo for a project ... div> ` }) To add data, we'll have to add some inputs into our kendo-chart-series-item selector so that it ...
View ArticleBuild and deploy a Java API #App in Azure #App Service
git init git add . git commit -m "initial commit" git remote add azure [YOUR GIT URL] git push azure master Once you issue the push request, you'll be asked for the password you created for the...
View ArticleSubject [PATCH 2/6] pinctrl: intel: Convert to use devm_gpiochip_add_data()
diff --git a/drivers/pinctrl/intel/pinctrl-broxton.c b/drivers/pinctrl/intel/pinctrl-broxton.c index 901b356b09d7..8ec2b6a77745 100644 --- a/drivers/pinctrl/intel/pinctrl-broxton.c +++...
View ArticleThe 2016 Git Retrospective: Git LFS
When you git add a file, Git's system of clean filters can be used to transform the file’s contents before being written to the Git object store. Git LFS reduces your repository size by using a clean...
View ArticleGit with Eagle: Add meaning to Diff
We love Git. We know everyone has their favorite version tracking tools. But even those that don’t care for Git should see the value of getting meaningful Diff data from tracking Eagle layout files....
View ArticleDjango and R on Heroku
heroku login heroku create r-on-heroku git init git remote add heroku https://git.heroku.com/r-on-heroku.git git add . git commit -m "Initial commit" git push heroku master A quick look at...
View ArticleSubject Re: [PATCH v7 3/4] drm/panel: Add support for S6E3HA2 panel driver on...
[1] https://git.tizen.org/cgit/platform/kernel/linux-exynos/tree/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts?h=tizen#n1284 [2]...
View ArticleHow to Host a Node.js #App on Digital Ocean
If you chose to create your own repo, copy the github url, then run this. $ git init $ git remote add $ echo "node_modules/" > .gitignore $ git add . $ git commit -m "initial commit" $ git push...
View ArticleGIT clone SSH CI build issue in TFS 2015.3
Then, add the below lines in the file ... Note: This is applicable only for closing GIT repository using ‘git clone ssh’. For any other issues, or if the issue is present even after applying the above...
View Article