index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
blame.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'nd/tree-walk-with-repo'
Junio C Hamano
2019-07-19
1
-2
/
+2
|
\
|
*
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
2019-06-27
1
-2
/
+2
*
|
Merge branch 'br/blame-ignore'
Junio C Hamano
2019-07-19
1
-56
/
+959
|
\
\
|
|
/
|
/
|
|
*
blame: drop some unused function parameters
Jeff King
2019-06-28
1
-4
/
+3
|
*
blame: use the fingerprint heuristic to match ignored lines
Barret Rhoden
2019-06-20
1
-5
/
+55
|
*
blame: add a fingerprint heuristic to match ignored lines
Michael Platings
2019-06-20
1
-0
/
+642
|
*
blame: optionally track line fingerprints during fill_blame_origin()
Barret Rhoden
2019-05-16
1
-30
/
+60
|
*
blame: add config options for the output of ignored or unblamable lines
Barret Rhoden
2019-05-16
1
-1
/
+13
|
*
blame: add the ability to ignore commits and their changes
Barret Rhoden
2019-05-16
1
-9
/
+167
|
*
blame: use a helper function in blame_chunk()
Barret Rhoden
2019-05-16
1
-16
/
+28
*
|
Merge branch 'en/merge-directory-renames'
Junio C Hamano
2019-05-08
1
-1
/
+1
|
\
\
|
*
|
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
2019-04-08
1
-1
/
+1
*
|
|
Merge branch 'dk/blame-keep-origin-blob'
Junio C Hamano
2019-04-25
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
blame.c: don't drop origin blobs as eagerly
David Kastrup
2019-04-03
1
-1
/
+2
*
|
|
Merge branch 'wh/author-committer-ident-config'
Junio C Hamano
2019-03-07
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
config: allow giving separate author and committer idents
William Hubbs
2019-02-04
1
-1
/
+2
|
|
/
*
/
read-cache.c: kill read_index()
Nguyễn Thái Ngọc Duy
2019-01-14
1
-2
/
+2
|
/
*
blame.c: remove implicit dependency the_repository
Nguyễn Thái Ngọc Duy
2018-11-12
1
-17
/
+22
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-30
/
+33
|
\
|
*
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-9
/
+11
|
*
diff.c: remove the_index dependency in textconv() functions
Nguyễn Thái Ngọc Duy
2018-09-21
1
-3
/
+4
|
*
blame.c: rename "repo" argument to "r"
Nguyễn Thái Ngọc Duy
2018-09-21
1
-18
/
+18
*
|
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-2
/
+2
*
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-2
/
+2
|
/
*
Merge branch 'ab/unconditional-free-and-null'
Junio C Hamano
2018-08-27
1
-3
/
+1
|
\
|
*
refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)
Ævar Arnfjörð Bjarmason
2018-08-17
1
-3
/
+1
*
|
blame.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-08-13
1
-21
/
+31
*
|
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
2018-08-03
1
-3
/
+2
|
\
\
|
*
|
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
2018-07-03
1
-3
/
+2
|
|
/
*
|
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-3
/
+3
*
|
commit: add repository argument to set_commit_buffer
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
2018-06-29
1
-1
/
+2
*
|
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-3
/
+6
|
\
\
|
*
|
path.c: migrate global git_path_* to take a repository argument
Stefan Beller
2018-05-18
1
-3
/
+5
|
*
|
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
|
Merge branch 'sb/object-store-alloc'
Junio C Hamano
2018-06-25
1
-1
/
+2
|
\
|
|
|
*
|
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
2018-05-16
1
-0
/
+1
|
*
|
alloc: add repository argument to alloc_commit_node
Stefan Beller
2018-05-09
1
-1
/
+1
*
|
|
Merge branch 'nd/commit-util-to-slab'
Junio C Hamano
2018-06-25
1
-11
/
+31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
blame: use commit-slab for blame suspects instead of commit->util
Nguyễn Thái Ngọc Duy
2018-05-21
1
-11
/
+31
*
|
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
\
\
|
*
|
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'sb/oid-object-info'
Junio C Hamano
2018-05-23
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
cache.h: add repository argument to oid_object_info
Stefan Beller
2018-04-26
1
-2
/
+2
|
|
/
*
|
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
2018-05-23
1
-9
/
+9
|
\
\
|
|
/
|
/
|
|
*
treewide: replace maybe_tree with accessor methods
Derrick Stolee
2018-04-11
1
-9
/
+9
|
*
treewide: rename tree to maybe_tree
Derrick Stolee
2018-04-11
1
-9
/
+9
|
*
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
Junio C Hamano
2018-04-11
1
-16
/
+17
|
|
\
*
|
|
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-4
/
+4
[next]