Sign in
googlers
/
jrn
/
git
/
153a1b46f1a4ef46cf257ed14741cb7d3e8c9ada
/
builtin
/
describe.c
5efabc7
Merge branch 'ew/hashmap'
by Junio C Hamano
· 5 years ago
23dee69
OFFSETOF_VAR macro to simplify hashmap iterators
by Eric Wong
· 5 years ago
87571c3
hashmap: use *_entry APIs for iteration
by Eric Wong
· 5 years ago
939af16
hashmap_cmp_fn takes hashmap_entry params
by Eric Wong
· 5 years ago
f23a465
hashmap_get{,_from_hash} return "struct hashmap_entry *"
by Eric Wong
· 5 years ago
b94e5c1
hashmap_add takes "struct hashmap_entry *"
by Eric Wong
· 5 years ago
d22245a
hashmap_entry_init takes "struct hashmap_entry *"
by Eric Wong
· 5 years ago
2fe4439
treewide: remove duplicate #include directives
by René Scharfe
· 5 years ago
c77722b
use get_tagged_oid()
by René Scharfe
· 6 years ago
d40abc8
hashmap: convert sha1hash() to oidhash()
by Jeff King
· 6 years ago
6d79e5e
describe: fix accidental oid/hash type-punning
by Jeff King
· 6 years ago
a1e1900
Merge branch 'ss/describe-dirty-in-the-right-directory'
by Junio C Hamano
· 6 years ago
2ed5c8e
describe: setup working tree for --dirty
by Sebastian Staudt
· 6 years ago
f8adbec
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
by Nguyễn Thái Ngọc Duy
· 6 years ago
1b0d968
read-cache.c: replace update_index_if_able with repo_&
by Nguyễn Thái Ngọc Duy
· 6 years ago
6c5b7f5
refresh_index: remove unnecessary calls to preload_index()
by Ben Peart
· 6 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
· 6 years ago
2abf350
revision.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
cc00e5c
convert hashmap comparison functions to oideq()
by Jeff King
· 7 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 7 years ago
ce71efb
tag: add repository argument to lookup_tag
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
b16b60f
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
by Junio C Hamano
· 7 years ago
b3b2aaf
Merge branch 'nd/commit-util-to-slab'
by Junio C Hamano
· 7 years ago
2f76ebc
Merge branch 'ma/lockfile-cleanup'
by Junio C Hamano
· 7 years ago
fcb6df3
Merge branch 'sb/oid-object-info'
by Junio C Hamano
· 7 years ago
c6b7206
describe: use commit-slab for commit names instead of commit->util
by Nguyễn Thái Ngọc Duy
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
b227586
lock_file: make function-local locks non-static
by Martin Ågren
· 7 years ago
0df8e96
cache.h: add repository argument to oid_object_info
by Stefan Beller
· 7 years ago
d807c4a
exec_cmd: rename to use dash in file name
by Stefan Beller
· 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
1ba6846
Merge branch 'sb/describe-blob'
by Junio C Hamano
· 7 years ago
8fe806b
Merge branch 'rs/describe-unique-abbrev'
by Junio C Hamano
· 7 years ago
a8e7a2b
describe: confirm that blobs actually exist
by Jeff King
· 7 years ago
fac64e0
Merge branch 'dk/describe-all-output-fix'
by Junio C Hamano
· 7 years ago
fbac558
describe: use strbuf_add_unique_abbrev() for adding short hashes
by René Scharfe
· 7 years ago
556de1a
Merge branch 'sb/describe-blob'
by Junio C Hamano
· 7 years ago
1bba001
describe: prepend "tags/" when describing tags with embedded name
by Daniel Knittl-Frank
· 7 years ago
644eb60
builtin/describe.c: describe a blob
by Stefan Beller
· 7 years ago
4dbc59a
builtin/describe.c: factor out describe_commit
by Stefan Beller
· 7 years ago
cdaed0c
builtin/describe.c: print debug statements earlier
by Stefan Beller
· 7 years ago
c87b653
builtin/describe.c: rename `oid` to avoid variable shadowing
by Stefan Beller
· 7 years ago
e7e456f
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
22ddc4b
Merge branch 'jc/no-cmd-as-subroutine'
by Junio C Hamano
· 7 years ago
b420d90
refs: convert peel_ref to struct object_id
by brian m. carlson
· 7 years ago
be26d2b
describe: do not use cmd_*() as a subroutine
by Junio C Hamano
· 7 years ago
6d68b2a
describe: teach --match to handle branches and remotes
by Max Kirillov
· 7 years ago
3445c3d
Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-all
by Junio C Hamano
· 7 years ago
da769d2
describe: fix matching to actually match all patterns
by Max Kirillov
· 7 years ago
8b604d1
hashmap: add API to disable item counting when threaded
by Jeff Hostetler
· 8 years ago
55c965f
Merge branch 'sb/hashmap-cleanup'
by Junio C Hamano
· 8 years ago
91f6922
Merge branch 'sb/hashmap-customize-comparison'
by Junio C Hamano
· 8 years ago
0c6435a
Merge branch 'ab/wildmatch'
by Junio C Hamano
· 8 years ago
0068ced
builtin/describe: drop hashmap_cmp_fn cast
by Stefan Beller
· 8 years ago
7663cdc
hashmap.h: compare function has access to a data field
by Stefan Beller
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
55d3426
wildmatch: remove unused wildopts parameter
by Ævar Arnfjörð Bjarmason
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
d3101b5
Convert lookup_tag to struct object_id
by brian m. carlson
· 8 years ago
bc83266
Convert lookup_commit* to struct object_id
by brian m. carlson
· 8 years ago
646c3bd
describe: localize debug output fully
by Michael J Gruber
· 8 years ago
b0176ce
builtin/describe: introduce --broken flag
by Stefan Beller
· 8 years ago
e1fae93
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
6439b5d
builtin/describe: convert to struct object_id
by brian m. carlson
· 8 years ago
77d21f2
describe: teach describe negative pattern matches
by Jacob Keller
· 8 years ago
43f8080
describe: teach --match to accept multiple patterns
by Jacob Keller
· 8 years ago
9ed0d8d
use QSORT
by René Scharfe
· 8 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
e95c3fb
Merge branch 'sg/describe-contains'
by Junio C Hamano
· 10 years ago
2bd0706
describe --contains: default to HEAD when no commit-ish is given
by SZEDER Gábor
· 10 years ago
99a2cfb
get_name(): rewrite to take an object_id argument
by Michael Haggerty
· 10 years ago
2b2a5be
each_ref_fn: change to take an object_id parameter
by Michael Haggerty
· 10 years ago
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 10 years ago
ab73a9d
hashmap: add simplified hashmap_get_from_hash() API
by Karsten Blees
· 11 years ago
039dc71
hashmap: factor out getting a hash code from a SHA1
by Karsten Blees
· 11 years ago
650c90a
Merge branch 'nd/no-more-fnmatch'
by Junio C Hamano
· 11 years ago
d637d1b
Merge branch 'kb/fast-hashmap'
by Junio C Hamano
· 11 years ago
eb07894
use wildmatch() directly without fnmatch() wrapper
by Nguyễn Thái Ngọc Duy
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
29d8a83
buitin/describe.c: use new hash map implementation
by Karsten Blees
· 11 years ago
c447264
describe: trivial style fixes
by Felipe Contreras
· 11 years ago
89dde78
Merge branch 'rh/ishes-doc'
by Junio C Hamano
· 11 years ago
a8a5406
use 'commit-ish' instead of 'committish'
by Richard Hansen
· 12 years ago
d5d09d4
Replace deprecated OPT_BOOLEAN by OPT_BOOL
by Stefan Beller
· 12 years ago
adfc185
describe: fix --contains when a tag is given as input
by Junio C Hamano
· 12 years ago
45bc950
describe: use argv-array
by Junio C Hamano
· 12 years ago
ede63a1
Merge branch 'mh/reflife'
by Junio C Hamano
· 12 years ago
219a0f3
describe: make own copy of refname
by Michael Haggerty
· 12 years ago
e00dd1e
describe: Add --first-parent option
by Mike Crowe
· 12 years ago
4744b33
Merge branch 'jc/describe'
by Junio C Hamano
· 12 years ago
46e1d6e
describe: --match=<pattern> must limit the refs even when used with --all
by Junio C Hamano
· 12 years ago
48dfe96
Fix ".git/refs" stragglers
by Greg Price
· 12 years ago
315ea32
Merge branch 'jk/peel-ref'
by Jeff King
· 12 years ago
e6dbffa
peel_ref: do not return a null sha1
by Jeff King
· 12 years ago
Next »