Home
last modified time | relevance | path

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

12345678910>>...228

/dports/devel/anjuta/anjuta-3.34.0/plugins/git/
H A Dgit.plugin4 Name=Git
5 Name[ar]=Git
6 Name[ast]=Git
8 Name[bg]=Git
9 Name[bs]=Git
10 Name[ca]=Git
12 Name[cs]=Git
13 Name[da]=Git
14 Name[de]=Git
15 Name[el]=Git
[all …]
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/data/kmoretools-desktopfiles/
H A Dgit-cola.desktop2 Name=Git Cola
3 Name[ast]=Git Cola
4 Name[az]=Git Cola
5 Name[ca]=Git Cola
7 Name[cs]=Git Cola
8 Name[da]=Git Cola
9 Name[de]=Git Cola
10 Name[el]=Git Cola
12 Name[es]=Git Cola
13 Name[et]=Git Cola
[all …]
H A Dgit-cola-folder-handler.desktop2 Name=Git Cola
3 Name[ast]=Git Cola
4 Name[az]=Git Cola
5 Name[ca]=Git Cola
7 Name[cs]=Git Cola
8 Name[da]=Git Cola
9 Name[de]=Git Cola
10 Name[el]=Git Cola
12 Name[es]=Git Cola
13 Name[et]=Git Cola
[all …]
H A Dgitg.desktop2 GenericName=Git repository viewer
16 GenericName[fi]=Git-varastokatselin
24 GenericName[ko]=Git 저장소 뷰어
40 GenericName[sv]=Git-arkivvisning
45 GenericName[zh_CN]=Git 仓库查看器
46 GenericName[zh_TW]=Git 主目錄瀏覽器
91 Comment=Git repository browser
113 Comment[ko]=Git 저장소 탐색기
129 Comment[sv]=Git-arkivbläddrare
134 Comment[zh_CN]=Git 仓库浏览器
[all …]
H A Dgiggle.desktop2 GenericName=Git repository viewer
16 GenericName[fi]=Git-varastokatselin
24 GenericName[ko]=Git 저장소 뷰어
40 GenericName[sv]=Git-arkivvisning
45 GenericName[zh_CN]=Git 仓库查看器
46 GenericName[zh_TW]=Git 主目錄瀏覽器
92 Comment=Git repository viewer
114 Comment[ko]=Git 저장소 뷰어
129 Comment[sv]=Git-arkivvisning
134 Comment[zh_CN]=Git 仓库查看器
[all …]
H A Dgit-cola-view-history.kmt-edition.desktop5 Name=Git Cola (View History)
6 Name[az]=Git Cola (Tarixçəyə Baxmaq)
7 Name[ca]=Git Cola (vista d'historial)
9 Name[da]=Git Cola (vis historik)
10 Name[de]=Git Cola (Verlaufsanzeige)
13 Name[es]=Git Cola (ver historial)
24 Name[ko]=Git Cola(기록 보기)
26 Name[nb]=Git Cola (vis historie)
28 Name[nn]=Git Cola (vis logg)
45 Name[zh_CN]=Git Cola (查看历史)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Annex/
H A DHook.hs15 import qualified Git.Hook as Git
21 preCommitHook :: Git.Hook
24 postReceiveHook :: Git.Hook
34 postCheckoutHook :: Git.Hook
37 postMergeHook :: Git.Hook
45 preCommitAnnexHook :: Git.Hook
48 postUpdateAnnexHook :: Git.Hook
58 hookWrite :: Git.Hook -> Annex ()
62 hookUnWrite :: Git.Hook -> Annex ()
69 warning $ Git.hookName h ++ " hook (" ++ Git.hookFile h r ++ ") " ++ msg
[all …]
H A DLocations.hs105 import qualified Git
106 import qualified Git.Types as Git
107 import Git.FilePath
176 (Git.localGitDir r)
216 | otherwise = Git.localGitDir r
226 Git.Repo { Git.location = l@Git.Local { Git.worktree = Just wt } } -> function
227 r { Git.location = l { Git.gitdir = wt P.</> ".git" } }
247 gitAnnexDir :: Git.Repo -> RawFilePath
253 Git.localGitDir r P.</> objectDir'
425 gitAnnexMergeDir :: Git.Repo -> FilePath
[all …]
H A DTaggedPush.hs15 import qualified Git
16 import qualified Git.Ref
17 import qualified Git.Command
18 import qualified Git.Branch
37 toTaggedBranch :: UUID -> Maybe String -> Git.Branch -> Git.Ref
42 , Just $ Git.fromRef' $ Git.Ref.base b
53 listTaggedBranches :: Annex [(Git.Sha, Git.Ref)]
55 <$> inRepo Git.Ref.list
57 taggedPush :: UUID -> Maybe String -> Git.Ref -> Remote -> Git.Repo -> IO Bool
58 taggedPush u info branch remote = Git.Command.runBool
[all …]
H A DQueue.hs24 import qualified Git.Queue
25 import qualified Git.UpdateIndex
48 flushWhenFull :: Git.Queue.Queue Annex -> Annex (Git.Queue.Queue Annex)
50 | Git.Queue.full q = flush' q function
57 unless (0 == Git.Queue.size q) $ do
67 flush' :: Git.Queue.Queue Annex -> Annex (Git.Queue.Queue Annex)
70 Git.Queue.flush q =<< gitRepo
74 size = Git.Queue.size <$> get
76 get :: Annex (Git.Queue.Queue Annex)
79 new :: Annex (Git.Queue.Queue Annex)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/topics/git/
H A Dindex.md8 # Git **(FREE)**
27 - [Git-ing started with Git](https://www.youtube.com/watch?v=Ce5nz5n41z4),
29 - [Git Basics](https://git-scm.com/book/en/v2/Getting-Started-Git-Basics)
42 - [Git stash](stash.md)
45 - [Git tags](tags.md)
64 - [Git add](git_add.md).
65 - [Git log](git_log.md).
66 - [Git stash](stash.md).
72 ## Git tips
80 ## Troubleshooting Git
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/translations/zh_CN/process/
H A D7.AdvancedTopics.rst21 使用Git管理补丁
27 但无论好坏,内核项目都已经选择了Git作为其工具。
29 使用Git管理补丁可以使开发人员的生活更加轻松,尤其是随着补丁数量的增长。Git
32 将是Git如何特别适合内核开发过程。想要加快用Git速度的开发人员可以在以下网站上
41 在尝试使用它生成补丁供他人使用之前,第一要务是阅读上述网页,对Git的工作方式
42 有一个扎实的了解。使用Git的开发人员应能进行拉取主线存储库的副本,查询修订
44 也很有用。Git有自己的术语和概念;Git的新用户应该了解引用、远程分支、索引、
50 当您准备好开始建立Git树供其他人查看时,无疑需要一个可以从中拉取的服务器。
56 正常的Git工作流程涉及到许多分支的使用。每一条开发线都可以分为单独的“主题
57 分支”,并独立维护。Git的分支很容易使用,没有理由不使用它们。而且,在任何
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/translations/zh_CN/process/
H A D7.AdvancedTopics.rst21 使用Git管理补丁
27 但无论好坏,内核项目都已经选择了Git作为其工具。
29 使用Git管理补丁可以使开发人员的生活更加轻松,尤其是随着补丁数量的增长。Git
32 将是Git如何特别适合内核开发过程。想要加快用Git速度的开发人员可以在以下网站上
41 在尝试使用它生成补丁供他人使用之前,第一要务是阅读上述网页,对Git的工作方式
42 有一个扎实的了解。使用Git的开发人员应能进行拉取主线存储库的副本,查询修订
44 也很有用。Git有自己的术语和概念;Git的新用户应该了解引用、远程分支、索引、
50 当您准备好开始建立Git树供其他人查看时,无疑需要一个可以从中拉取的服务器。
56 正常的Git工作流程涉及到许多分支的使用。每一条开发线都可以分为单独的“主题
57 分支”,并独立维护。Git的分支很容易使用,没有理由不使用它们。而且,在任何
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/translations/zh_CN/process/
H A D7.AdvancedTopics.rst21 使用Git管理补丁
27 但无论好坏,内核项目都已经选择了Git作为其工具。
29 使用Git管理补丁可以使开发人员的生活更加轻松,尤其是随着补丁数量的增长。Git
32 将是Git如何特别适合内核开发过程。想要加快用Git速度的开发人员可以在以下网站上
41 在尝试使用它生成补丁供他人使用之前,第一要务是阅读上述网页,对Git的工作方式
42 有一个扎实的了解。使用Git的开发人员应能进行拉取主线存储库的副本,查询修订
44 也很有用。Git有自己的术语和概念;Git的新用户应该了解引用、远程分支、索引、
50 当您准备好开始建立Git树供其他人查看时,无疑需要一个可以从中拉取的服务器。
56 正常的Git工作流程涉及到许多分支的使用。每一条开发线都可以分为单独的“主题
57 分支”,并独立维护。Git的分支很容易使用,没有理由不使用它们。而且,在任何
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DMap.hs28 data Link = Link Git.Repo Git.Repo
31 type RepoRemotes = (Git.Repo, [Git.Repo])
99 | Git.repoIsUrl r = fromMaybe (Git.repoLocation r) (Git.Url.host r) function
132 edge :: UUIDDescMap -> [Git.Repo] -> Git.Repo -> Git.Repo -> String
176 absRepo :: Git.Repo -> Git.Repo -> Annex Git.Repo
186 same :: Git.Repo -> Git.Repo -> Bool
188 …| both Git.repoIsUrl = matching Git.Url.scheme && matching Git.Url.authority && matching Git.repoP…
197 scan :: Git.Repo -> Annex Git.Repo
212 tryScan :: Git.Repo -> Annex (Maybe Git.Repo)
215 | Git.repoIsUrl r = case Git.remoteName r of function
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Documentation/
H A DGitHelp.md1 Git Help
6 * ITK Git cheat sheet
7 * [ITK Git PDF desk reference](./GitCheatSheet.pdf)
9 * [Git Homepage][Git]
14 * Development models with Git
23 * Git books
25 * [Pro Git: Setup](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup)
26 …* [Pro Git: Basic Branching](https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merg…
27 …* [Pro Git: Recording Changes](http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repo…
30 * [Pro Git: Rebasing](https://git-scm.com/book/en/v2/Git-Branching-Rebasing)
[all …]
/dports/devel/p5-Git-PurePerl/Git-PurePerl-0.53/
H A DMANIFEST10 lib/Git/PurePerl.pm
11 lib/Git/PurePerl/Actor.pm
12 lib/Git/PurePerl/Config.pm
14 lib/Git/PurePerl/Loose.pm
16 lib/Git/PurePerl/NewObject.pm
21 lib/Git/PurePerl/Object.pm
24 lib/Git/PurePerl/Object/Tag.pm
26 lib/Git/PurePerl/Pack.pm
29 lib/Git/PurePerl/PackIndex.pm
32 lib/Git/PurePerl/Protocol.pm
[all …]
/dports/devel/git-lfs/git-lfs-3.0.2/docs/man/
H A Dgit-lfs.1.ronn12 within the Git repository as blobs, Git LFS stores special "pointer
27 Like Git, Git LFS commands are separated into high level ("porcelain")
33 Display the Git LFS environment.
37 De-duplicate Git LFS files.
39 Display Git LFS extension details.
45 Install Git LFS configuration.
55 Migrate history to or from Git LFS
66 View or add Git LFS paths to Git attributes.
72 Remove Git LFS paths from Git Attributes.
74 Update Git hooks for the current Git repository.
[all …]
/dports/www/p5-Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.37/
H A DMETA.yml75 name: '@Starter::Git/Git::GatherDir'
79 name: '@Starter::Git/MetaYAML'
83 name: '@Starter::Git/MetaJSON'
87 name: '@Starter::Git/License'
120 name: '@Starter::Git/MakeMaker'
124 name: '@Starter::Git/Manifest'
152 Dist::Zilla::Role::Git::Repo:
155 name: '@Starter::Git/Git::Check'
235 name: '@Starter::Git/Git::Tag'
315 name: '@Starter::Git/ExecDir'
[all …]
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/po/kk/
H A Dfileviewgitplugin.po23 msgid "<application>Git</application> Checkout"
34 msgctxt "@option:radio Git Checkout"
40 msgctxt "@option:radio Git Checkout"
127 msgid "<application>Git</application> Commit"
176 msgid "<application>Git</application> Revert"
183 msgid "<application>Git</application> Add"
325 msgid "<application>Git</application> Log"
332 msgctxt "Git commit hash"
338 msgctxt "Git commit date"
346 msgctxt "Git commit message"
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DGCrypt.hs36 import qualified Git
37 import qualified Git.Command
38 import qualified Git.Config
39 import qualified Git.GCrypt
45 import Remote.Helper.Git
93 let r' = r { Git.remoteName = Git.remoteName gcryptr }
102 case (mgcryptid, Git.GCrypt.remoteRepoId g (Git.remoteName baser)) of
280 setupRepo :: Git.GCrypt.GCryptId -> Git.Repo -> Annex AccessMethod
291 | Git.repoIsLocalUnknown r = localsetup =<< liftIO (Git.Config.read r) function
502 getGCryptId :: Bool -> Git.Repo -> RemoteGitConfig -> Annex (Maybe Git.GCrypt.GCryptId, Git.Repo)
[all …]
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/po/ko/
H A Dfileviewgitplugin.po24 msgstr "<application>Git</application> 체크아웃"
34 msgctxt "@option:radio Git Checkout"
40 msgctxt "@option:radio Git Checkout"
128 msgstr "<application>Git</application> 커밋"
179 msgid "<application>Git</application> Add"
180 msgstr "<application>Git</application> 추가"
190 msgstr "<application>Git</application> 삭제"
284 msgctxt "Git commit hash"
290 msgctxt "Git commit date"
296 msgctxt "Git commit message"
[all …]
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/po/uk/
H A Dfileviewgitplugin.po26 msgid "<application>Git</application> Checkout"
37 msgctxt "@option:radio Git Checkout"
43 msgctxt "@option:radio Git Checkout"
130 msgid "<application>Git</application> Commit"
183 msgid "<application>Git</application> Add"
289 msgid "<application>Git</application> Log"
294 msgctxt "Git commit hash"
300 msgctxt "Git commit date"
306 msgctxt "Git commit message"
312 msgctxt "Git commit author"
[all …]
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/po/zh_TW/
H A Dfileviewgitplugin.po26 msgstr "<application>Git</application> 取出"
36 msgctxt "@option:radio Git Checkout"
42 msgctxt "@option:radio Git Checkout"
130 msgstr "<application>Git</application> 提交"
177 msgstr "<application>Git</application> 回復"
181 msgid "<application>Git</application> Add"
182 msgstr "<application>Git</application> 新增"
286 msgctxt "Git commit hash"
292 msgctxt "Git commit date"
298 msgctxt "Git commit message"
[all …]
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/po/pa/
H A Dfileviewgitplugin.po23 msgid "<application>Git</application> Checkout"
24 msgstr "<application>Git</application> ਚੈੱਕਆਉਟ"
34 msgctxt "@option:radio Git Checkout"
40 msgctxt "@option:radio Git Checkout"
128 msgstr "<application>Git</application> ਕਮਿਟ"
179 msgid "<application>Git</application> Add"
279 msgid "<application>Git</application> Log"
284 msgctxt "Git commit hash"
290 msgctxt "Git commit date"
296 msgctxt "Git commit message"
[all …]

12345678910>>...228