Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 10662) sorted by relevance

12345678910>>...427

/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/common/
H A Dcommit-mgr.c52 SHA1_Update (&ctx, commit->desc, strlen(commit->desc)+1); in compute_commit_id()
105 return commit; in seaf_commit_new()
163 if (commit->parent_id) g_free (commit->parent_id); in seaf_commit_free()
165 if (commit->repo_name) g_free (commit->repo_name); in seaf_commit_free()
166 if (commit->repo_desc) g_free (commit->repo_desc); in seaf_commit_free()
167 if (commit->device_name) g_free (commit->device_name); in seaf_commit_free()
183 if (!commit) in seaf_commit_unref()
237 if ((ret = save_commit (mgr, commit->repo_id, commit->version, commit)) < 0) in seaf_commit_manager_add_commit()
253 if (!commit) in seaf_commit_manager_del_commit()
286 if (!commit) in seaf_commit_manager_get_commit()
[all …]
/dports/net-mgmt/seafile-client/seafile-7.0.9/common/
H A Dcommit-mgr.c105 return commit; in seaf_commit_new()
160 if (commit->parent_id) g_free (commit->parent_id); in seaf_commit_free()
162 if (commit->repo_name) g_free (commit->repo_name); in seaf_commit_free()
163 if (commit->repo_desc) g_free (commit->repo_desc); in seaf_commit_free()
164 if (commit->device_name) g_free (commit->device_name); in seaf_commit_free()
180 if (!commit) in seaf_commit_unref()
251 if ((ret = save_commit (mgr, commit->repo_id, commit->version, commit)) < 0) in seaf_commit_manager_add_commit()
267 if (!commit) in seaf_commit_manager_del_commit()
300 if (!commit) in seaf_commit_manager_get_commit()
317 if (commit) in seaf_commit_manager_get_commit_compatible()
[all …]
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-show-work.t16 $ hg -q commit -A -m 'commit 0'
38 $ hg commit -m 'commit 1'
47 $ hg commit -m 'commit 2'
66 $ hg commit -m 'commit 3'
91 $ hg commit -m 'commit 4'
112 $ hg commit -m 'commit 1'
114 $ hg commit -m 'commit 2'
121 $ hg commit -m 'commit 3'
123 $ hg commit -m 'commit 4'
142 $ hg commit -m 'commit 1'
[all …]
/dports/devel/py-pygit2/pygit2-1.7.1/test/
H A Dtest_commit.py42 commit = barerepo[COMMIT_SHA]
43 start = sys.getrefcount(commit)
44 tree = commit.tree
46 end = sys.getrefcount(commit)
51 commit = barerepo[COMMIT_SHA]
53 parents = commit.parents
82 commit = repo[sha]
90 assert author == commit.author
91 assert tree == commit.tree.hex
111 commit = repo[sha]
[all …]
/dports/chinese/ibus-pinyin/ibus-pinyin-1.5.0/src/
H A DPYFallbackEditor.cc32 commit ("·"); return TRUE; in processPunctForSimplifiedChinese()
34 commit ("~"); return TRUE; in processPunctForSimplifiedChinese()
36 commit ("!"); return TRUE; in processPunctForSimplifiedChinese()
40 commit ("¥"); return TRUE; in processPunctForSimplifiedChinese()
47 commit ("("); return TRUE; in processPunctForSimplifiedChinese()
49 commit (")"); return TRUE; in processPunctForSimplifiedChinese()
82 commit (keyval); in processPunctForSimplifiedChinese()
84 commit ("。"); in processPunctForSimplifiedChinese()
150 commit (keyval); in processPunctForTraditionalChinese()
152 commit ("。"); in processPunctForTraditionalChinese()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirauth/
H A Dshared_random.c150 commit = tor_malloc_zero(sizeof(*commit)); in commit_new()
154 commit->rsa_identity, sizeof(commit->rsa_identity)); in commit_new()
155 return commit; in commit_new()
166 commit->commit_ts, commit->encoded_commit); in commit_log()
168 commit->reveal_ts, safe_str(commit->encoded_reveal)); in commit_log()
184 if (commit->commit_ts != commit->reveal_ts) { in verify_commit_and_reveal()
906 commit->commit_ts = commit->reveal_ts = timestamp; in sr_generate_our_commit()
909 if (reveal_encode(commit, commit->encoded_reveal, in sr_generate_our_commit()
925 if (commit_encode(commit, commit->encoded_commit, in sr_generate_our_commit()
935 return commit; in sr_generate_our_commit()
[all …]
/dports/security/tor/tor-0.4.6.8/src/feature/dirauth/
H A Dshared_random.c150 commit = tor_malloc_zero(sizeof(*commit)); in commit_new()
154 commit->rsa_identity, sizeof(commit->rsa_identity)); in commit_new()
155 return commit; in commit_new()
166 commit->commit_ts, commit->encoded_commit); in commit_log()
168 commit->reveal_ts, safe_str(commit->encoded_reveal)); in commit_log()
184 if (commit->commit_ts != commit->reveal_ts) { in verify_commit_and_reveal()
906 commit->commit_ts = commit->reveal_ts = timestamp; in sr_generate_our_commit()
909 if (reveal_encode(commit, commit->encoded_reveal, in sr_generate_our_commit()
925 if (commit_encode(commit, commit->encoded_commit, in sr_generate_our_commit()
935 return commit; in sr_generate_our_commit()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/object/commit/
H A Dparse.c14 git_commit *commit; in assert_commit_parses() local
73 const char *commit = in test_object_commit_parse__parsing_commit_succeeds() local
90 const char *commit = in test_object_commit_parse__parsing_commit_without_encoding_succeeds() local
106 const char *commit = in test_object_commit_parse__parsing_commit_with_multiple_authors_succeeds() local
125 const char *commit = in test_object_commit_parse__parsing_commit_with_multiple_committers_succeeds() local
144 const char *commit = in test_object_commit_parse__parsing_commit_without_message_succeeds() local
158 const char *commit = in test_object_commit_parse__parsing_commit_with_unknown_fields_succeeds() local
176 const char *commit = in test_object_commit_parse__parsing_commit_with_invalid_tree_fails() local
187 const char *commit = in test_object_commit_parse__parsing_commit_without_tree_fails() local
197 const char *commit = in test_object_commit_parse__parsing_commit_without_author_fails() local
[all …]
/dports/chinese/ibus-libpinyin/ibus-libpinyin-1.11.1/src/
H A DPYFallbackEditor.cc32 commit ("·"); return TRUE; in processPunctForSimplifiedChinese()
34 commit ("~"); return TRUE; in processPunctForSimplifiedChinese()
36 commit ("!"); return TRUE; in processPunctForSimplifiedChinese()
40 commit ("¥"); return TRUE; in processPunctForSimplifiedChinese()
47 commit ("("); return TRUE; in processPunctForSimplifiedChinese()
49 commit (")"); return TRUE; in processPunctForSimplifiedChinese()
56 commit ("【"); return TRUE; in processPunctForSimplifiedChinese()
58 commit ("】"); return TRUE; in processPunctForSimplifiedChinese()
84 commit ("。"); in processPunctForSimplifiedChinese()
152 commit ("。"); in processPunctForTraditionalChinese()
[all …]
/dports/cad/ldview/ldview-4.4/LDLib/
H A DLDPreferences.h243 setSaveDirMode(SOSnapshot, value, commit);
247 setSaveDir(SOSnapshot, value, commit);
251 setSaveDirMode(SOPartsList, value, commit);
255 setSaveDir(SOPartsList, value, commit);
319 void setObi(bool value, bool commit = false);
353 setLastSaveDir(SOPartsList, value, commit);
364 bool commit);
366 bool commit);
370 const char *key, bool commit);
375 const char *key, bool commit);
[all …]
/dports/devel/git-svn/git-2.34.1/t/
H A Dt9301-fast-import-notes.sh18 first commit
39 second commit
55 third commit
66 fourth commit
109 third commit
112 first commit
149 third commit
153 first commit
376 commit $my_ref
380 commit #$my_i
[all …]
H A Dt3309-notes-merge-auto-resolve.sh163 x notes on 9th commit
166 x notes on 8th commit
169 x notes on 7th commit
172 x notes on 6th commit
236 x notes on 9th commit
245 y notes on 5th commit
248 y notes on 4th commit
251 y notes on 3rd commit
310 z notes on 8th commit
313 x notes on 7th commit
[all …]
/dports/devel/git-gui/git-2.34.1/t/
H A Dt9301-fast-import-notes.sh18 first commit
39 second commit
55 third commit
66 fourth commit
109 third commit
112 first commit
149 third commit
153 first commit
376 commit $my_ref
380 commit #$my_i
[all …]
H A Dt3309-notes-merge-auto-resolve.sh163 x notes on 9th commit
166 x notes on 8th commit
169 x notes on 7th commit
172 x notes on 6th commit
236 x notes on 9th commit
245 y notes on 5th commit
248 y notes on 4th commit
251 y notes on 3rd commit
310 z notes on 8th commit
313 x notes on 7th commit
[all …]
/dports/devel/git/git-2.34.1/t/
H A Dt9301-fast-import-notes.sh18 first commit
39 second commit
55 third commit
66 fourth commit
109 third commit
112 first commit
149 third commit
153 first commit
376 commit $my_ref
380 commit #$my_i
[all …]
H A Dt3309-notes-merge-auto-resolve.sh163 x notes on 9th commit
166 x notes on 8th commit
169 x notes on 7th commit
172 x notes on 6th commit
236 x notes on 9th commit
245 y notes on 5th commit
248 y notes on 4th commit
251 y notes on 3rd commit
310 z notes on 8th commit
313 x notes on 7th commit
[all …]
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt9301-fast-import-notes.sh18 first commit
39 second commit
55 third commit
66 fourth commit
109 third commit
112 first commit
149 third commit
153 first commit
376 commit $my_ref
380 commit #$my_i
[all …]
/dports/devel/git-p4/git-2.34.1/t/
H A Dt9301-fast-import-notes.sh18 first commit
39 second commit
55 third commit
66 fourth commit
109 third commit
112 first commit
149 third commit
153 first commit
376 commit $my_ref
380 commit #$my_i
[all …]
H A Dt3309-notes-merge-auto-resolve.sh163 x notes on 9th commit
166 x notes on 8th commit
169 x notes on 7th commit
172 x notes on 6th commit
236 x notes on 9th commit
245 y notes on 5th commit
248 y notes on 4th commit
251 y notes on 3rd commit
310 z notes on 8th commit
313 x notes on 7th commit
[all …]
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt9301-fast-import-notes.sh15 first commit
36 second commit
52 third commit
63 fourth commit
106 third commit
109 first commit
146 third commit
150 first commit
373 commit $my_ref
377 commit #$my_i
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dcommit.h20 struct commit *item;
29 struct commit { struct
94 struct commit *commit) in repo_parse_commit_no_graph() argument
178 struct commit_list **commit_list_append(struct commit *commit,
196 const char *logmsg_reencode(const struct commit *commit,
200 const struct commit *commit,
253 struct commit *get_fork_point(const char *refname, struct commit *commit);
315 void set_merge_remote_desc(struct commit *commit,
325 int parse_signed_commit(const struct commit *commit,
342 struct commit *commit);
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dcommit.h20 struct commit *item;
29 struct commit {
94 struct commit *commit)
178 struct commit_list **commit_list_append(struct commit *commit,
196 const char *logmsg_reencode(const struct commit *commit,
200 const struct commit *commit,
253 struct commit *get_fork_point(const char *refname, struct commit *commit);
315 void set_merge_remote_desc(struct commit *commit,
325 int parse_signed_commit(const struct commit *commit,
342 struct commit *commit);
[all …]
/dports/devel/git/git-2.34.1/
H A Dcommit.h20 struct commit *item;
29 struct commit { struct
94 struct commit *commit) in repo_parse_commit_no_graph() argument
178 struct commit_list **commit_list_append(struct commit *commit,
196 const char *logmsg_reencode(const struct commit *commit,
200 const struct commit *commit,
253 struct commit *get_fork_point(const char *refname, struct commit *commit);
315 void set_merge_remote_desc(struct commit *commit,
325 int parse_signed_commit(const struct commit *commit,
342 struct commit *commit);
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dcommit.h20 struct commit *item;
29 struct commit { struct
94 struct commit *commit) in repo_parse_commit_no_graph() argument
178 struct commit_list **commit_list_append(struct commit *commit,
196 const char *logmsg_reencode(const struct commit *commit,
200 const struct commit *commit,
253 struct commit *get_fork_point(const char *refname, struct commit *commit);
315 void set_merge_remote_desc(struct commit *commit,
325 int parse_signed_commit(const struct commit *commit,
342 struct commit *commit);
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dcommit.h20 struct commit *item;
29 struct commit { struct
94 struct commit *commit) in repo_parse_commit_no_graph() argument
178 struct commit_list **commit_list_append(struct commit *commit,
196 const char *logmsg_reencode(const struct commit *commit,
200 const struct commit *commit,
253 struct commit *get_fork_point(const char *refname, struct commit *commit);
315 void set_merge_remote_desc(struct commit *commit,
325 int parse_signed_commit(const struct commit *commit,
342 struct commit *commit);
[all …]

12345678910>>...427