summaryrefslogtreecommitdiff
path: root/.gitreview
AgeCommit message (Collapse)Author
2017-11-22Add defaultbranch to .gitreview.Corey Farrell
This will cause `git review` to post changes to the branch it is based on instead of always using master. The defaultbranch setting should be updated when new major branches are created. Change-Id: I3db009217c5ae399fb84bee95076f4dbb7fa52d2
2015-04-12Add .gitignore and .gitreview filesGeorge Joseph
Add the .gitignore and .gitreview files to the asterisk repo. NB: You can add local ignores to the .git/info/exclude file without having to do a commit. Common ignore patterns are in the top-level .gitignore file. Subdirectory-specific ignore patterns are in their own .gitignore files. Change-Id: I4c8af3b8e3739957db545f7368ac53f38e99f696 Tested-by: George Joseph