Home
last modified time | relevance | path

Searched refs:GIT (Results 1 – 25 of 3793) sorted by relevance

12345678910>>...152

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dscm_unittest.py51 class GIT(scm.GIT): class
54 ok, version = GIT.AssertVersion('1.7')
78 r = scm.GIT.RefToRemoteRef(k, remote)
99 r = scm.GIT.RemoteRefToRef(k, remote)
130 self.assertTrue(scm.GIT.IsAncestor(
132 self.assertFalse(scm.GIT.IsAncestor(
134 self.assertFalse(scm.GIT.IsAncestor(
152 scm.GIT.SetConfig(self.cwd, key)
158 branch = scm.GIT.GetBranch(self.cwd)
199 scm.GIT.FetchUpstreamTuple(self.cwd))
[all …]
/dports/sysutils/pam_xdg/s-toolbox-cdbe3ce/
H A Dgit-topic-creator.pl24 my $GIT = 'git'; # -g/--git
82 'git=s' => \$GIT,
180 $git = `$GIT --version`;
189 $git = `$GIT status --porcelain`;
199 $git = `$GIT rev-parse --verify --symbolic $ONTO`;
205 $git = `$GIT rev-parse $REV_SPEC`;
225 open(GIT, "$GIT rev-list --reverse --oneline " .join(' ', @REFS). " |") ||
228 while(<GIT>){
232 close GIT;
293 system("$GIT checkout -f $ONTO $REDIR") == 0 ||
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dgit.cpp5 GIT::GIT(QObject *parent) : QObject(parent) in GIT() function in GIT
15 QString GIT::quote(QString filename) { in quote()
27 QString GIT::makeCmd(QString action, QString args) in makeCmd()
37 void GIT::commit(QString filename, QString message) in commit()
47 GIT::Status GIT::status(QString filename) in status()
50 if (output.isEmpty()) return GIT::CheckedIn; in status()
55 if (output.startsWith("L")) return GIT::Locked; in status()
56 return GIT::Unknown; in status()
63 QStringList GIT::log(QString filename) in log()
83 void GIT::createRepository(QString filename) in createRepository()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dscm.py93 class GIT(object): class
115 env = GIT.ApplyEnvVars(kwargs)
132 status = GIT.Capture(command, cwd)
158 return GIT.GetConfig(cwd, key, default)
166 GIT.Capture(args, cwd=cwd)
172 GIT.SetConfig(cwd, key, value)
199 branchref = GIT.GetBranchRef(cwd)
296 branch = GIT.GetUpstreamBranch(cwd)
314 branch = GIT.GetUpstreamBranch(cwd)
338 branch = GIT.GetUpstreamBranch(cwd)
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/
H A DCTestUpdateGIT.cmake.in15 message("Using GIT tools:")
16 set(GIT "@GIT_EXECUTABLE@") variable
17 message(" git = ${GIT}")
32 set(GIT ${TOP}/git.sh) variable
75 COMMAND ${GIT} add .
99 COMMAND ${GIT} add .
118 COMMAND ${GIT} add -u
184 COMMAND ${GIT} add -u
205 COMMAND ${GIT} add -u
253 UpdateCommand: ${GIT}
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/
H A DCTestUpdateGIT.cmake.in15 message("Using GIT tools:")
16 set(GIT "@GIT_EXECUTABLE@") variable
17 message(" git = ${GIT}")
32 set(GIT ${TOP}/git.sh) variable
75 COMMAND ${GIT} add .
99 COMMAND ${GIT} add .
118 COMMAND ${GIT} add -u
184 COMMAND ${GIT} add -u
205 COMMAND ${GIT} add -u
253 UpdateCommand: ${GIT}
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Tests/
H A DCTestUpdateGIT.cmake.in15 message("Using GIT tools:")
16 set(GIT "@GIT_EXECUTABLE@") variable
17 message(" git = ${GIT}")
32 set(GIT ${TOP}/git.sh) variable
75 COMMAND ${GIT} add .
99 COMMAND ${GIT} add .
118 COMMAND ${GIT} add -u
184 COMMAND ${GIT} add -u
205 COMMAND ${GIT} add -u
253 UpdateCommand: ${GIT}
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/contrib/devtools/
H A Dgithub-merge.py29 GIT = os.getenv('GIT','git') variable
131 subprocess.check_call([GIT,'checkout','-q',branch])
155 subprocess.check_call([GIT,'checkout','-q',base_branch])
157 subprocess.check_call([GIT,'checkout','-q','-b',local_merge_branch])
171 subprocess.check_call([GIT,'merge','--abort'])
234 subprocess.check_call([GIT,'checkout','-q',branch])
235 subprocess.check_call([GIT,'reset','-q','--hard',local_merge_branch])
238 subprocess.call([GIT,'checkout','-q',branch])
239 subprocess.call([GIT,'branch','-q','-D',head_branch],stderr=devnull)
240 subprocess.call([GIT,'branch','-q','-D',base_branch],stderr=devnull)
[all …]
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/contrib/devtools/
H A Dgithub-merge.py29 GIT = os.getenv('GIT','git') variable
131 subprocess.check_call([GIT,'checkout','-q',branch])
155 subprocess.check_call([GIT,'checkout','-q',base_branch])
157 subprocess.check_call([GIT,'checkout','-q','-b',local_merge_branch])
171 subprocess.check_call([GIT,'merge','--abort'])
234 subprocess.check_call([GIT,'checkout','-q',branch])
235 subprocess.check_call([GIT,'reset','-q','--hard',local_merge_branch])
238 subprocess.call([GIT,'checkout','-q',branch])
239 subprocess.call([GIT,'branch','-q','-D',head_branch],stderr=devnull)
240 subprocess.call([GIT,'branch','-q','-D',base_branch],stderr=devnull)
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/contrib/devtools/
H A Dgithub-merge.py29 GIT = os.getenv('GIT','git') variable
131 subprocess.check_call([GIT,'checkout','-q',branch])
155 subprocess.check_call([GIT,'checkout','-q',base_branch])
157 subprocess.check_call([GIT,'checkout','-q','-b',local_merge_branch])
171 subprocess.check_call([GIT,'merge','--abort'])
234 subprocess.check_call([GIT,'checkout','-q',branch])
235 subprocess.check_call([GIT,'reset','-q','--hard',local_merge_branch])
238 subprocess.call([GIT,'checkout','-q',branch])
239 subprocess.call([GIT,'branch','-q','-D',head_branch],stderr=devnull)
240 subprocess.call([GIT,'branch','-q','-D',base_branch],stderr=devnull)
[all …]
/dports/devel/git-cinnabar/git-cinnabar-0.5.8/CI/
H A Dtests.mk3 include $(TOPDIR)/helper/GIT-VERSION.mk
22 GIT = git
28 GIT += -c credential.helper=
52 $(GIT) -C $@ cinnabar fsck
119 $(GIT) -C $@ cinnabar fsck
131 $(GIT) -C $@ remote update
133 $(GIT) -C $@ cinnabar fsck
228 $(GIT) -C $@ cinnabar fsck
239 $(GIT) -C $@ cinnabar fsck
246 $(GIT) init $@
[all …]
/dports/misc/rump/buildrump.sh-b914579/
H A Dcheckout.sh197 ${GIT} checkout -q ${gitrev} || \
211 ${GIT} add -A
220 ${GIT} checkout ${branchbase}-src
248 gitrev=$(${GIT} rev-parse HEAD)
254 ${GIT} clone ${GITREPOPUSH} ${SRCDIR}
262 ${GIT} checkout appstack-src
265 ${GIT} checkout all-src
269 ${GIT} checkout buildrump-src
271 gitsrcrev=$(${GIT} rev-parse HEAD)
273 ${GIT} checkout master
[all …]
/dports/mail/p5-Sisimai/Sisimai-v4.25.11/
H A DRepository.mk10 GIT ?= git
22 $(GIT) status
31 $(GIT) tag -l
34 $(GIT) diff -w
37 $(GIT) branch -a
40 $(GIT) branch --merged | grep '^ ' | grep -v 'master' | xargs $(GIT) branch -d
43 $(GIT) commit --amend
49 $(GIT) log --follow -p $(V) || \
53 $(GIT) log --graph \
57 $(GIT) rm -f --cached $(V) || \
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/git/tasks/
H A Dseparate-git-dir.yml5 - name: SEPARATE-GIT-DIR | clear checkout_dir
10 - name: SEPARATE-GIT-DIR | make a pre-exist repo dir
27 - name: SEPARATE-GIT-DIR | delete pre-exist dir
38 - name: SEPARATE-GIT-DIR | check the stat of git dir
43 - name: SEPARATE-GIT-DIR | the git dir should exist
47 - name: SEPARATE-GIT-DIR | update repo the usual way
54 - name: SEPARATE-GIT-DIR | update should not fail
79 - name: SEPARATE-GIT-DIR | test the update
102 - name: SEPARATE-GIT-DIR | check update has failed
124 - name: SEPARATE-GIT-DIR | clear separate git dir
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/git/tasks/
H A Dseparate-git-dir.yml5 - name: SEPARATE-GIT-DIR | clear checkout_dir
10 - name: SEPARATE-GIT-DIR | make a pre-exist repo dir
27 - name: SEPARATE-GIT-DIR | delete pre-exist dir
38 - name: SEPARATE-GIT-DIR | check the stat of git dir
43 - name: SEPARATE-GIT-DIR | the git dir should exist
47 - name: SEPARATE-GIT-DIR | update repo the usual way
54 - name: SEPARATE-GIT-DIR | update should not fail
79 - name: SEPARATE-GIT-DIR | test the update
102 - name: SEPARATE-GIT-DIR | check update has failed
124 - name: SEPARATE-GIT-DIR | clear separate git dir
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/git/tasks/
H A Dseparate-git-dir.yml5 - name: SEPARATE-GIT-DIR | clear checkout_dir
10 - name: SEPARATE-GIT-DIR | make a pre-exist repo dir
27 - name: SEPARATE-GIT-DIR | delete pre-exist dir
38 - name: SEPARATE-GIT-DIR | check the stat of git dir
43 - name: SEPARATE-GIT-DIR | the git dir should exist
47 - name: SEPARATE-GIT-DIR | update repo the usual way
54 - name: SEPARATE-GIT-DIR | update should not fail
79 - name: SEPARATE-GIT-DIR | test the update
102 - name: SEPARATE-GIT-DIR | check update has failed
124 - name: SEPARATE-GIT-DIR | clear separate git dir
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/contrib/devtools/
H A Dgithub-merge.py29 GIT = os.getenv('GIT','git') variable
205 subprocess.check_call([GIT,'checkout','-q',branch])
225 subprocess.check_call([GIT,'checkout','-q',base_branch])
227 subprocess.check_call([GIT,'checkout','-q','-b',local_merge_branch])
245 subprocess.check_call([GIT,'merge','--abort'])
319 subprocess.check_call([GIT,'checkout','-q',branch])
320 subprocess.check_call([GIT,'reset','-q','--hard',local_merge_branch])
323 subprocess.call([GIT,'checkout','-q',branch])
324 subprocess.call([GIT,'branch','-q','-D',head_branch],stderr=devnull)
325 subprocess.call([GIT,'branch','-q','-D',base_branch],stderr=devnull)
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/contrib/devtools/
H A Dgithub-merge.py29 GIT = os.getenv('GIT','git') variable
205 subprocess.check_call([GIT,'checkout','-q',branch])
225 subprocess.check_call([GIT,'checkout','-q',base_branch])
227 subprocess.check_call([GIT,'checkout','-q','-b',local_merge_branch])
245 subprocess.check_call([GIT,'merge','--abort'])
319 subprocess.check_call([GIT,'checkout','-q',branch])
320 subprocess.check_call([GIT,'reset','-q','--hard',local_merge_branch])
323 subprocess.call([GIT,'checkout','-q',branch])
324 subprocess.call([GIT,'branch','-q','-D',head_branch],stderr=devnull)
325 subprocess.call([GIT,'branch','-q','-D',base_branch],stderr=devnull)
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/contrib/devtools/
H A Dgithub-merge.py29 GIT = os.getenv('GIT','git') variable
205 subprocess.check_call([GIT,'checkout','-q',branch])
225 subprocess.check_call([GIT,'checkout','-q',base_branch])
227 subprocess.check_call([GIT,'checkout','-q','-b',local_merge_branch])
245 subprocess.check_call([GIT,'merge','--abort'])
319 subprocess.check_call([GIT,'checkout','-q',branch])
320 subprocess.check_call([GIT,'reset','-q','--hard',local_merge_branch])
323 subprocess.call([GIT,'checkout','-q',branch])
324 subprocess.call([GIT,'branch','-q','-D',head_branch],stderr=devnull)
325 subprocess.call([GIT,'branch','-q','-D',base_branch],stderr=devnull)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/pnacl/driver/tests/
H A DTEST_REV_GIT1 [GIT] https://chromium.googlesource.com/native_client/src/native_client.git: ebba42f04c6a61f2a92e0a…
2 [GIT] https://chromium.googlesource.com/native_client/pnacl-compiler-rt.git: 042faedc42471163bd2559…
3 [GIT] https://chromium.googlesource.com/native_client/pnacl-gcc.git: 574429118e460375c377728420c43a…
4 [GIT] https://chromium.googlesource.com/native_client/pnacl-llvm.git: 9dd1dea7a54652afee2582c8d5686…
5 [GIT] https://chromium.googlesource.com/native_client/pnacl-libcxxabi.git: d980d1191e1034abd4e1c06e…
7 [GIT] https://chromium.googlesource.com/native_client/pnacl-libcxx.git: ba6de7e3eaac146ce1553c4b281…
8 [GIT] https://chromium.googlesource.com/native_client/pnacl-subzero.git: dddaf9cae5107a60becbe69628…
9 [GIT] https://chromium.googlesource.com/native_client/pnacl-clang.git: ee9f4759d2c241a5e896e9228658…
10 [GIT] https://chromium.googlesource.com/native_client/nacl-binutils.git: 1d8592cc9f02cc9aeaef992c29…
11 [GIT] https://chromium.googlesource.com/native_client/nacl-binutils.git: 84c8183a55ddc46a4c2be03eef…
[all …]
H A DTEST_REV_GIT21 [GIT] https://chromium.googlesource.com/a/native_client/src/native_client: 587c9f0a79e679a273049808…
2 [GIT] https://chromium.googlesource.com/native_client/pnacl-compiler-rt.git: 042faedc42471163bd2559…
3 [GIT] https://chromium.googlesource.com/native_client/pnacl-gcc.git: 574429118e460375c377728420c43a…
4 [GIT] https://chromium.googlesource.com/native_client/pnacl-llvm.git: 9dd1dea7a54652afee2582c8d5686…
5 [GIT] https://chromium.googlesource.com/native_client/pnacl-libcxxabi.git: d980d1191e1034abd4e1c06e…
7 [GIT] https://chromium.googlesource.com/native_client/pnacl-libcxx.git: ba6de7e3eaac146ce1553c4b281…
8 [GIT] https://chromium.googlesource.com/native_client/pnacl-subzero.git: dddaf9cae5107a60becbe69628…
9 [GIT] https://chromium.googlesource.com/native_client/pnacl-clang.git: ee9f4759d2c241a5e896e9228658…
10 [GIT] https://chromium.googlesource.com/native_client/nacl-binutils.git: 1d8592cc9f02cc9aeaef992c29…
11 [GIT] https://chromium.googlesource.com/native_client/nacl-binutils.git: 84c8183a55ddc46a4c2be03eef…
[all …]
/dports/sysutils/gitwatch/gitwatch-e62df74/
H A Dgitwatch.sh46 GIT="$(which git)"
183 GIT="$GIT --no-pager --work-tree $TARGETDIR --git-dir $GIT_DIR"
197 PUSH_CMD="$GIT push $REMOTE" # Branch not set, push to remote without a branch
203 PUSH_CMD="$GIT push $REMOTE $BRANCH"
206 elif [ -n $($GIT config --get remote.origin.url) ] ; then
207 PUSH_CMD="$GIT push"
266 DIFF_COMMITMSG="$($GIT diff -U0 $LISTCHANGES_COLOR | diff-lines)"
276 FORMATTED_COMMITMSG="New files added: $($GIT status -s)"
280 FORMATTED_COMMITMSG=$($GIT diff --stat | grep '|')
286 STATUS=$($GIT status -s)
[all …]
/dports/audio/carla/Carla-2.4.1/data/
H A Dcopy-dpf-stuff5 cp -v /home/falktx/FOSS/GIT-mine/DISTRHO/DPF/dgl/*.hpp /home/falktx/FOSS/GIT-mine/falkTX/Carla/s…
6 cp -r -v /home/falktx/FOSS/GIT-mine/DISTRHO/DPF/dgl/src /home/falktx/FOSS/GIT-mine/falkTX/Carla/s…
7 cp -r -v /home/falktx/FOSS/GIT-mine/DISTRHO/DPF/distrho/* /home/falktx/FOSS/GIT-mine/falkTX/Carla/s…
9 rm -r /home/falktx/FOSS/GIT-mine/falkTX/Carla/source/modules/dgl/src/resources
10 rm -r /home/falktx/FOSS/GIT-mine/falkTX/Carla/source/modules/dgl/src/sofd
11 rm /home/falktx/FOSS/GIT-mine/falkTX/Carla/source/modules/dgl/src/Resources.*
13 rm /home/falktx/FOSS/GIT-mine/falkTX/Carla/source/modules/distrho/src/DistrhoPlugin{Jack,LADSPA+…
14 rm /home/falktx/FOSS/GIT-mine/falkTX/Carla/source/modules/distrho/src/DistrhoUI{DSSI,LV2}.cpp
/dports/net-p2p/litecoin/litecoin-0.18.1/contrib/verify-commits/
H A Dverify-commits.py13 GIT = os.getenv('GIT', 'git') variable
23 for line in subprocess.check_output([GIT, 'ls-tree', '--full-tree', '-r', commit]).splitlines():
34 … p = subprocess.Popen([GIT, 'cat-file', '--batch'], stdout=subprocess.PIPE, stdin=subprocess.PIPE)
94 …branch = subprocess.check_output([GIT, 'show', '-s', '--format=%H', initial_commit]).decode('utf8'…
117 subprocess.call([GIT, 'show', '-s', parent], stdout=sys.stderr)
140 …current_tree = subprocess.check_output([GIT, 'show', '--format=%T', current_commit]).decode('utf8'…
141 subprocess.call([GIT, 'checkout', '--force', '--quiet', parents[0]])
142 …subprocess.call([GIT, 'merge', '--no-ff', '--quiet', '--no-gpg-sign', parents[1]], stdout=subproce…
146 subprocess.call([GIT, 'diff', current_commit])
147 subprocess.call([GIT, 'checkout', '--force', '--quiet', branch])
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/contrib/verify-commits/
H A Dverify-commits.py13 GIT = os.getenv('GIT', 'git') variable
23 for line in subprocess.check_output([GIT, 'ls-tree', '--full-tree', '-r', commit]).splitlines():
34 … p = subprocess.Popen([GIT, 'cat-file', '--batch'], stdout=subprocess.PIPE, stdin=subprocess.PIPE)
94 …branch = subprocess.check_output([GIT, 'show', '-s', '--format=%H', initial_commit]).decode('utf8'…
117 subprocess.call([GIT, 'show', '-s', parent], stdout=sys.stderr)
140 …current_tree = subprocess.check_output([GIT, 'show', '--format=%T', current_commit]).decode('utf8'…
141 subprocess.call([GIT, 'checkout', '--force', '--quiet', parents[0]])
142 …subprocess.call([GIT, 'merge', '--no-ff', '--quiet', '--no-gpg-sign', parents[1]], stdout=subproce…
146 subprocess.call([GIT, 'diff', current_commit])
147 subprocess.call([GIT, 'checkout', '--force', '--quiet', branch])
[all …]

12345678910>>...152