๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.24.2
/
blame.c
tag
7d2d44db1475f4d58bce86447c895bf8cc6e4ab6
tagger
Junio C Hamano <gitster@pobox.com>
Wed Mar 18 00:34:36 2020
object
506223f9c5c8956f895f0342e4a6d4244b5fa570
Git 2.24.2
5efabc7
Merge branch 'ew/hashmap'
by Junio C Hamano
ยท 6 years ago
404ab78
hashmap: remove type arg from hashmap_{get,put,remove}_entry
by Eric Wong
ยท 6 years ago
23dee69
OFFSETOF_VAR macro to simplify hashmap iterators
by Eric Wong
ยท 6 years ago
c8e424c
hashmap: introduce hashmap_free_entries
by Eric Wong
ยท 6 years ago
87571c3
hashmap: use *_entry APIs for iteration
by Eric Wong
ยท 6 years ago
f23a465
hashmap_get{,_from_hash} return "struct hashmap_entry *"
by Eric Wong
ยท 6 years ago
28ee794
hashmap_remove takes "const struct hashmap_entry *"
by Eric Wong
ยท 6 years ago
b6c5241
hashmap_get takes "const struct hashmap_entry *"
by Eric Wong
ยท 6 years ago
b94e5c1
hashmap_add takes "struct hashmap_entry *"
by Eric Wong
ยท 6 years ago
d22245a
hashmap_entry_init takes "struct hashmap_entry *"
by Eric Wong
ยท 6 years ago
fee4930
blame: remove needless comparison with GIT_SHA1_HEXSZ
by brian m. carlson
ยท 6 years ago
1eb0a12
Merge branch 'nd/tree-walk-with-repo'
by Junio C Hamano
ยท 6 years ago
209f075
Merge branch 'br/blame-ignore'
by Junio C Hamano
ยท 6 years ago
07a54dc
blame: drop some unused function parameters
by Jeff King
ยท 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
a07a977
blame: use the fingerprint heuristic to match ignored lines
by Barret Rhoden
ยท 6 years ago
1d028dc
blame: add a fingerprint heuristic to match ignored lines
by Michael Platings
ยท 6 years ago
1fc7338
blame: optionally track line fingerprints during fill_blame_origin()
by Barret Rhoden
ยท 7 years ago
8934ac8
blame: add config options for the output of ignored or unblamable lines
by Barret Rhoden
ยท 7 years ago
ae3f36d
blame: add the ability to ignore commits and their changes
by Barret Rhoden
๏ฟฝ๏ฟฝ 7 years ago
55f808f
blame: use a helper function in blame_chunk()
by Barret Rhoden
ยท 7 years ago
96379f0
Merge branch 'en/merge-directory-renames'
by Junio C Hamano
ยท 7 years ago
4d8c4da
Merge branch 'dk/blame-keep-origin-blob'
by Junio C Hamano
ยท 7 years ago
5ec1e72
Use 'unsigned short' for mode, like diff_filespec does
by Elijah Newren
ยท 7 years ago
f892014
blame.c: don't drop origin blobs as eagerly
by David Kastrup
ยท 7 years ago
4e021dc
Merge branch 'wh/author-committer-ident-config'
by Junio C Hamano
ยท 7 years ago
39ab4d0
config: allow giving separate author and committer idents
by William Hubbs
ยท 7 years ago
e1ff0a3
read-cache.c: kill read_index()
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
fb998ea
blame.c: remove implicit dependency the_repository
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
ยท 7 years ago
e675765
diff.c: remove implicit dependency on the_index
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
6afaf80
diff.c: remove the_index dependency in textconv() functions
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
a470bee
blame.c: rename "repo" argument to "r"
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
9001dc2
convert "oidcmp() != 0" to "!oideq()"
by Jeff King
ยท 7 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
ยท 7 years ago
7ae96e3
Merge branch 'ab/unconditional-free-and-null'
by Junio C Hamano
ยท 7 years ago
ce528de
refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)
by รvar Arnfjรถrรฐ Bjarmason
ยท 7 years ago
ecbbc0a
blame.c: remove implicit dependency on the_index
by Nguyแป n Thรกi Ngแปc Duy
ยท 7 years ago
ae533c4
Merge branch 'jm/cache-entry-from-mem-pool'
by Junio C Hamano
ยท 7 years ago
a849735
block alloc: add lifecycle APIs for cache_entry structs
by Jameson Miller
ยท 7 years ago
a74093d
tag: add repository argument to deref_tag
by Stefan Beller
ยท 7 years ago
5e0c636
commit: add repository argument to set_commit_buffer
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
1102405
Merge branch 'sb/object-store-alloc'
by Junio C Hamano
ยท 7 years ago
b3b2aaf
Merge branch 'nd/commit-util-to-slab'
by Junio C Hamano
ยท 7 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
ยท 8 years ago
fcb6df3
Merge branch 'sb/oid-object-info'
by Junio C Hamano
ยท 8 years ago
c89b6e1
Merge branch 'ds/lazy-load-trees'
by Junio C Hamano
ยท 8 years ago
4e0df4e
blame: use commit-slab for blame suspects instead of commit->util
by Nguyแป n Thรกi Ngแปc Duy
ยท 8 years ago
102de88
path.c: migrate global git_path_* to take a repository argument
by Stefan Beller
ยท 8 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
ยท 8 years ago
14ba97f
alloc: allow arbitrary repositories for alloc functions
by Stefan Beller
ยท 8 years ago
8ba0e5e
alloc: add repository argument to alloc_commit_node
by Stefan Beller
ยท 8 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
ยท 8 years ago
0df8e96
cache.h: add repository argument to oid_object_info
by Stefan Beller
ยท 8 years ago
2e27bd7
treewide: replace maybe_tree with accessor methods
by Derrick Stolee
ยท 8 years ago
891435d
treewide: rename tree to maybe_tree
by Derrick Stolee
ยท 8 years ago
2d5792f
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
by Junio C Hamano
ยท 8 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
ยท 8 years ago
916bc35
tree-walk: convert tree entry functions to object_id
by brian m. carlson
ยท 8 years ago
abef902
sha1_file: convert sha1_object_info* to object_id
by brian m. carlson
ยท 8 years ago
169c9c0
Merge branch 'bw/c-plus-plus'
by Junio C Hamano
ยท 8 years ago
abeacb2
blame: rename 'this' variables
by Brandon Williams
ยท 8 years ago
829e5c3
sha1_file: convert pretend_sha1_file to object_id
by Patryk Obara
ยท 8 years ago
8cc6332
Merge branch 'bw/diff-opt-impl-to-bitfields'
by Junio C Hamano
ยท 8 years ago
0d1e0e7
diff: make struct diff_flags members lowercase
by Brandon Williams
ยท 8 years ago
23dcf77
diff: remove DIFF_OPT_SET macro
by Brandon Williams
ยท 8 years ago
3b69dae
diff: remove DIFF_OPT_TST macro
by Brandon Williams
ยท 8 years ago
49e6147
refs: convert resolve_ref_unsafe to struct object_id
by brian m. carlson
ยท 8 years ago
483709a
Merge branch 'js/blame-lib'
by Junio C Hamano
ยท 8 years ago
9e7d8a9
blame: fix memory corruption scrambling revision name in error message
by SZEDER Gรกbor
ยท 8 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
ยท 8 years ago
5812b3f
Merge branch 'bw/ls-files-sans-the-index'
by Junio C Hamano
ยท 8 years ago
a6f38c1
Merge branch 'bw/object-id'
by Junio C Hamano
ยท 8 years ago
e140f7a
coccinelle: make use of the "expression" FREE_AND_NULL() rule
by รvar Arnfjรถrรฐ Bjarmason
ยท 8 years ago
82b474e
convert: convert convert_to_git to take an index
by Brandon Williams
ยท 9 years ago
583c6a2
Merge branch 'js/blame-lib'
by Junio C Hamano
ยท 9 years ago
bd481de
blame: move entry prepend to libgit
by Jeff Smith
ยท 9 years ago
09002f1
blame: move scoreboard setup to libgit
by Jeff Smith
ยท 9 years ago
b543bb1
blame: move scoreboard-related methods to libgit
by Jeff Smith
ยท 9 years ago
072bf43
blame: move fake-commit-related methods to libgit
by Jeff Smith
ยท 9 years ago
f5dd754
blame: move origin-related methods to libgit
by Jeff Smith
ยท 9 years ago
acca687
git-pickaxe: retire pickaxe
by Junio C Hamano
๏ฟฝ๏ฟฝ 19 years ago
24ad8e0
Merge branch 'jc/pickaxe'
by Junio C Hamano
ยท 19 years ago
2bc4547
git-blame: add internal statistics to count read blobs.
by Junio C Hamano
ยท 19 years ago
83877f8
Merge branch 'maint'
by Junio C Hamano
ยท 19 years ago
4903161
Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"
by Junio C Hamano
ยท 19 years ago
b24642b
blame: Document and add help text for -f, -n, and -p
by Junio C Hamano
ยท 19 years ago
b5c698d
git-blame --porcelain
by Junio C Hamano
ยท 19 years ago
c137f40
blame.c: move code to output metainfo into a separate function.
by Junio C Hamano
ยท 19 years ago
cf54a02
git-blame: --show-number (and -n)
by Junio C Hamano
ยท 19 years ago
eb93b72
git-blame: --show-name (and -f)
by Junio C Hamano
ยท 19 years ago
506e49f
blame.c: whitespace and formatting clean-up.
by Junio C Hamano
ยท 19 years ago
9befac4
Replace uses of strdup with xstrdup.
by Shawn Pearce
ยท 19 years ago
a8e0d16
Convert memset(hash,0,20) to hashclr(hash).
by Junio C Hamano
ยท 19 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
ยท 19 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
ยท 19 years ago
b4e2759
blame.c return cleanup
by David Rientjes
ยท 19 years ago
Next »