Home
last modified time | relevance | path

Searched refs:Git (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/
Dcredentials.py36 from webkitpy.common.checkout.scm import Git
62 if not Git.in_working_directory(self.cwd):
64 return (Git.read_git_config(self.git_prefix + "username"),
65 Git.read_git_config(self.git_prefix + "password"))
/external/linux-tools-perf/
DCREDITS2 from the Git project, as of version:
30 The full history of the files can be found in the upstream Git commits.
/external/markdown/docs/
DINSTALL61 Using the Git Repository
66 Python-Markdown is maintained in a Git repository on Gitorious.org. To
/external/webkit/Tools/Scripts/
Dvalidate-committer-lists41 from webkitpy.common.checkout.scm import Git
248 if not Git.in_working_directory("."):
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm.py87 if Git.in_working_directory(absolute_path):
88 return Git(cwd=absolute_path)
605 class Git(SCM, SVNRepository): class
831 squash = Git.read_git_config('webkit-patch.commit-should-always-squash')
928 remote_branch_refs = Git.read_git_config('svn-remote.svn.fetch')
Dscm_unittest.py48 from webkitpy.common.checkout.scm import detect_scm_system, SCM, SVN, Git, CheckoutNeedsUpdate, com…
1356 self.scm = Git(None, executive=executive)
/external/dbus/
DHACKING65 D-Bus uses Git as its version control system. The main repository is
116 - once your code has been reviewed, you may push it to the Git
123 (consult the Git manual to know which command applies)
150 - check out a fresh copy from Git
/external/webkit/Tools/
DChangeLog-2010-05-241907 and Git header global variables since they are used throughout
1981 when using svn-apply to add a binary file from a Git diff.
1985 When adding a new binary file from a Git diff, svn-apply prints
1994 Refactored the Git portion of scmKnowsOfFile() into a
2330 svn-apply now understands the Git diff "copy from" syntax when the
2715 - Removed the Git-specific logic from parseDiffHeader() and
2949 parses any changes to the executable bit in a Git diff.
2960 - Added parseGitDiffHeader() to parse the header of a Git diff.
2991 whether the diff is Git or SVN formatted.
3158 - Added unit test cases for SVN and Git binary diffs.
[all …]
DChangeLog414 - Added mixin class SVNRepository and made both class SVN and Git inherit from it.
418 - Modified {SCM, SVN, Git}.commit_with_message() to take optional password argument.
419 - Modified Git._commit_on_branch() to take optional username and password argument.
420 - Modified Git.push_local_commits_to_server() to take optional username and password
1371 gitattributes support in older versions of Git (e.g. 1.7.0.3). We implement support
DChangeLog-2011-02-163986 …y/common/checkout/scm.py: Handle None for changed_files argument better in Git.create_patch method.
4074 SVN/Git for the contents of the file at that revision, the command
5935 submodule is imported (e.g.: when checkout.scm.Git is imported).
7142 and making sure each one is using a good Git install seemed folly.
13658 Git.in_working_directory inside the try/except since it, too, attempts
14692 Add Git-support to do-file-rename
15023 Add Git-support to do-file-rename
15031 will allow us to add Git support as well move such functionality into
28444 Connect up the Git and SVN executable bit support in parseDiff() so that
29551 * Fixed Git.find_checkout_root() to make a test pass.
[all …]
DChangeLog-2009-06-1617101 * Scripts/prepare-ChangeLog: Added support for Git.
/external/webkit/Source/WebKit/gtk/
DChangeLog2909 consistent with the current Git ignore behavior for these files.