Sign in
googlers
/
jrn
/
git
/
fd5b820d9c1688fde9505effd48a0d98be6a24cb
/
sha1-name.c
1eb0a12
Merge branch 'nd/tree-walk-with-repo'
by Junio C Hamano
· 6 years ago
f496b06
Merge branch 'nd/switch-and-restore'
by Junio C Hamano
· 6 years ago
34e7771
Use the right 'struct repository' instead of the_repository
by Nguyễn Thái Ngọc Duy
· 6 years ago
0dd1f0c
tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()
by Nguyễn Thái Ngọc Duy
· 6 years ago
50ddb08
tree-walk.c: remove the_repo from get_tree_entry()
by Nguyễn Thái Ngọc Duy
· 6 years ago
8c59ba9
Merge branch 'jk/get-oid-indexed-object-name'
by Junio C Hamano
· 6 years ago
454b419
Merge branch 'ds/midx-too-many-packs'
by Junio C Hamano
· 6 years ago
581d2fd
get_oid: handle NULL repo->index
by Jeff King
· 6 years ago
0b179f3
Merge branch 'nd/sha1-name-c-wo-the-repository'
by Junio C Hamano
· 6 years ago
96379f0
Merge branch 'en/merge-directory-renames'
by Junio C Hamano
· 6 years ago
af96fe3
midx: add packs to packed_git linked list
by Derrick Stolee
· 6 years ago
e36adf7
Merge branch 'ps/stash-in-c'
by Junio C Hamano
· 6 years ago
0daf7ff
sha1-name.c: remove the_repo from get_oid_mb()
by Nguyễn Thái Ngọc Duy
· 6 years ago
65e5046
sha1-name.c: remove the_repo from other get_oid_*
by Nguyễn Thái Ngọc Duy
· 6 years ago
e270f42
sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name
by Nguyễn Thái Ngọc Duy
· 6 years ago
ec580ea
sha1-name.c: add repo_get_oid()
by Nguyễn Thái Ngọc Duy
· 6 years ago
efe461b
sha1-name.c: remove the_repo from get_oid_with_context_1()
by Nguyễn Thái Ngọc Duy
· 6 years ago
0381f7f
sha1-name.c: remove the_repo from resolve_relative_path()
by Nguyễn Thái Ngọc Duy
· 6 years ago
0488481
sha1-name.c: remove the_repo from diagnose_invalid_index_path()
by Nguyễn Thái Ngọc Duy
· 6 years ago
c931ba4
sha1-name.c: remove the_repo from handle_one_ref()
by Nguyễn Thái Ngọc Duy
· 6 years ago
2b1790f
sha1-name.c: remove the_repo from get_oid_1()
by Nguyễn Thái Ngọc Duy
· 6 years ago
49281cf
sha1-name.c: remove the_repo from get_oid_basic()
by Nguyễn Thái Ngọc Duy
· 6 years ago
0c6b5ba
sha1-name.c: remove the_repo from get_describe_name()
by Nguyễn Thái Ngọc Duy
· 6 years ago
0bb41a1
sha1-name.c: remove the_repo from get_oid_oneline()
by Nguyễn Thái Ngọc Duy
· 6 years ago
71588ed
sha1-name.c: add repo_interpret_branch_name()
by Nguyễn Thái Ngọc Duy
· 6 years ago
ea1c873
sha1-name.c: remove the_repo from interpret_branch_mark()
by Nguyễn Thái Ngọc Duy
· 6 years ago
23a5712
sha1-name.c: remove the_repo from interpret_nth_prior_checkout()
by Nguyễn Thái Ngọc Duy
· 6 years ago
c6c0235
sha1-name.c: remove the_repo from get_short_oid()
by Nguyễn Thái Ngọc Duy
· 6 years ago
4e99f2d
sha1-name.c: add repo_for_each_abbrev()
by Nguyễn Thái Ngọc Duy
· 6 years ago
ef9b037
sha1-name.c: store and use repo in struct disambiguate_state
by Nguyễn Thái Ngọc Duy
· 6 years ago
8bb9557
sha1-name.c: add repo_find_unique_abbrev_r()
by Nguyễn Thái Ngọc Duy
· 6 years ago
7f07c03
sha1-name.c: remove the_repo from find_abbrev_len_packed()
by Nguyễn Thái Ngọc Duy
· 6 years ago
fae2ae4
sha1-name.c: remove the_repo from sort_ambiguous()
by Nguyễn Thái Ngọc Duy
· 6 years ago
7fdff47
refs.c: remove the_repo from read_ref_at()
by Nguyễn Thái Ngọc Duy
· 6 years ago
8f56e9d
refs.c: remove the_repo from substitute_branch_name()
by Nguyễn Thái Ngọc Duy
· 6 years ago
5ec1e72
Use 'unsigned short' for mode, like diff_filespec does
by Elijah Newren
· 6 years ago
328c6cb
doc: promote "git switch"
by Nguyễn Thái Ngọc Duy
· 6 years ago
6d67a99
get_oid(): when an object was not found, try harder
by Johannes Schindelin
· 6 years ago
f5116f4
sha1-name.c: add `get_oidf()` which acts like `get_oid()`
by Paul-Sebastian Ungureanu
· 6 years ago
127b48f
get_oid_with_context(): match prototype and implementation
by Duy Nguyen
· 6 years ago
7589e63
Merge branch 'nd/the-index-final'
by Junio C Hamano
· 6 years ago
d1dd94b
Do not print 'dangling' for cat-file in case of ambiguity
by David Turner
· 6 years ago
3a7a698
sha1-name.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
e1ff0a3
read-cache.c: kill read_index()
by Nguyễn Thái Ngọc Duy
· 6 years ago
0000d65
object-store: factor out odb_loose_cache()
by René Scharfe
· 6 years ago
3a2e082
object-store: provide helpers for loose_objects_cache
by Jeff King
· 6 years ago
f0eaf63
sha1-file: use an object_directory for the main object dir
by Jeff King
· 6 years ago
f3f043a
handle alternates paths the same as the main object dir
by Jeff King
· 6 years ago
263db40
rename "alternate_object_database" to "object_directory"
by Jeff King
· 6 years ago
769af0f
Merge branch 'jk/cocci'
by Junio C Hamano
· 6 years ago
1b7a91d
Merge branch 'ds/reachable'
by Junio C Hamano
· 6 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 7 years ago
c00ba22
Sync 'ds/multi-pack-index' to v2.19.0-rc0
by Junio C Hamano
· 7 years ago
3a2a1dc
Merge branch 'sb/object-store-lookup'
by Junio C Hamano
· 7 years ago
37aac3e
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
53cae9e
Merge branch 'wc/find-commit-with-pattern-on-detached-head'
by Junio C Hamano
· 7 years ago
6404355
commit.h: remove method declarations
by Derrick Stolee
· 7 years ago
8aac67a
midx: use midx in abbreviation calculations
by Derrick Stolee
· 7 years ago
7b38efa
sha1-name: use the_hash_algo when parsing object names
by brian m. carlson
· 7 years ago
a74093d
tag: add repository argument to deref_tag
by Stefan Beller
· 7 years ago
ce71efb
tag: add repository argument to lookup_tag
by Stefan Beller
· 7 years ago
c1f5eb4
commit: add repository argument to lookup_commit
by Stefan Beller
· 7 years ago
2122f67
commit: add repository argument to lookup_commit_reference
by Stefan Beller
· 7 years ago
21e1ee8
commit: add repository argument to lookup_commit_reference_gently
by Stefan Beller
· 7 years ago
109cd76
object: add repository argument to parse_object
by Stefan Beller
· 7 years ago
ab48bc0
Merge branch 'ab/get-short-oid'
by Junio C Hamano
· 7 years ago
42c8ce1
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
· 7 years ago
fcb6df3
Merge branch 'sb/oid-object-info'
by Junio C Hamano
· 7 years ago
c89b6e1
Merge branch 'ds/lazy-load-trees'
by Junio C Hamano
· 7 years ago
5cc044e
get_short_oid: sort ambiguous objects by type, then SHA-1
by Ævar Arnfjörð Bjarmason
· 7 years ago
a885c93
sha1-name.c: move around the collect_ambiguous() function
by Ævar Arnfjörð Bjarmason
· 7 years ago
a264f22
sha1-name.c: remove stray newline
by Ævar Arnfjörð Bjarmason
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
e5e5e088
sha1_name.c: rename to use dash in file name
by Stefan Beller
· 7 years ago
[Renamed from sha1_name.c]
3a1ec60
Merge branch 'sb/packfiles-in-repository'
by Junio C Hamano
· 7 years ago
cf0b179
Merge branch 'sb/object-store'
by Junio C Hamano
· 7 years ago
464416a
packfile: keep prepare_packed_git() private
by Nguyễn Thái Ngọc Duy
· 7 years ago
6fdb4e9
packfile: add repository argument to prepare_packed_git
by Stefan Beller
· 7 years ago
0b20903
sha1_file: add repository argument to prepare_alt_odb
by Stefan Beller
· 7 years ago
a80d72d
object-store: move packed_git and packed_git_mru to object store
by Stefan Beller
· 7 years ago
902f5a2
sha1_name: use bsearch_pack() in unique_in_pack()
by René Scharfe
· 7 years ago
031dc92
object-store: move alt_odb_list and alt_odb_tail to object store
by Stefan Beller
· 7 years ago
0d4a132
object-store: migrate alternates struct and functions from cache.h
by Stefan Beller
· 7 years ago
0aaf05b
sha1_name: use bsearch_pack() for abbreviations
by Derrick Stolee
· 7 years ago
626fd98
sha1_name: convert struct min_abbrev_data to object_id
by brian m. carlson
· 7 years ago
916bc35
tree-walk: convert tree entry functions to object_id
by brian m. carlson
· 7 years ago
abef902
sha1_file: convert sha1_object_info* to object_id
by brian m. carlson
· 7 years ago
aab9583
Convert find_unique_abbrev* to struct object_id
by brian m. carlson
· 7 years ago
7519a60
Merge branch 'ds/find-unique-abbrev-optim'
by Junio C Hamano
· 7 years ago
21abed5
sha1_name: fix uninitialized memory errors
by Derrick Stolee
· 7 years ago
debca9d
object: rename function 'typename' to 'type_name'
by Brandon Williams
· 7 years ago
1616928
Merge branch 'jc/branch-name-sanity'
by Junio C Hamano
· 7 years ago
a625b09
branch: correctly reject refs/heads/{-dash,HEAD}
by Junio C Hamano
· 7 years ago
5a74ce2
Merge branch 'jc/check-ref-format-oor'
by Junio C Hamano
· 7 years ago
e7e456f
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
cb52b49
Merge branch 'ds/find-unique-abbrev-optim'
by Junio C Hamano
· 7 years ago
7c3f847
check-ref-format --branch: do not expand @{...} outside repository
by Junio C Hamano
· 7 years ago
8eb36d9
refs: convert read_ref_at to struct object_id
by brian m. carlson
· 7 years ago
334dc52
refs: convert dwim_log to struct object_id
by brian m. carlson
· 7 years ago
Next »