index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
diff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'bw/object-id'
Junio C Hamano
2017-06-19
1
-4
/
+4
|
\
\
|
*
|
diff-tree: convert diff_tree_sha1 to struct object_id
Brandon Williams
2017-06-05
1
-1
/
+1
|
*
|
combine-diff: convert diff_tree_combined to struct object_id
Brandon Williams
2017-06-02
1
-1
/
+1
|
*
|
diff: convert fill_filespec to struct object_id
Brandon Williams
2017-06-02
1
-2
/
+2
*
|
|
Merge branch 'jk/diff-blob'
Junio C Hamano
2017-06-02
1
-31
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
diff: use blob path for blob/file diffs
Jeff King
2017-05-24
1
-1
/
+2
|
*
|
diff: use pending "path" if it is available
Jeff King
2017-05-24
1
-1
/
+6
|
*
|
diff: use the word "path" instead of "name" for blobs
Jeff King
2017-05-24
1
-7
/
+7
|
*
|
diff: pass whole pending entry in blobinfo
Jeff King
2017-05-24
1
-23
/
+15
|
|
/
*
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
|
Convert lookup_tree to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
|
Clean up outstanding object_id transforms.
brian m. carlson
2017-05-02
1
-1
/
+1
|
/
*
Rename sha1_array to oid_array
brian m. carlson
2017-03-31
1
-3
/
+3
*
Make sha1_array_append take a struct object_id *
brian m. carlson
2017-03-31
1
-1
/
+1
*
builtin/diff: convert to struct object_id
brian m. carlson
2017-03-27
1
-17
/
+17
*
use SWAP macro
René Scharfe
2017-01-30
1
-6
/
+3
*
Merge branch 'jk/setup-sequence-update'
Junio C Hamano
2016-09-22
1
-13
/
+14
|
\
|
*
diff: always try to set up the repository
Jeff King
2016-09-14
1
-2
/
+2
|
*
diff: skip implicit no-index check when given --no-index
Jeff King
2016-09-14
1
-12
/
+13
|
*
Merge branch 'ar/diff-args-osx-precompose' into maint
Junio C Hamano
2016-06-06
1
-0
/
+1
|
|
\
*
|
\
Merge branch 'ar/diff-args-osx-precompose'
Junio C Hamano
2016-05-23
1
-0
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
diff: run arguments through precompose_argv
Alexander Rinass
2016-05-13
1
-0
/
+1
*
|
|
diff: activate diff.renames by default
Matthieu Moy
2016-02-25
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'nd/diff-with-path-params'
Junio C Hamano
2016-02-03
1
-1
/
+1
|
\
\
|
*
|
diff-no-index: do not take a redundant prefix argument
Nguyễn Thái Ngọc Duy
2016-01-21
1
-1
/
+1
|
|
/
*
|
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-6
/
+6
*
|
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-6
/
+6
|
/
*
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
2014-10-01
1
-0
/
+1
*
Merge branch 'tg/diff-no-index-refactor'
Junio C Hamano
2013-12-27
1
-5
/
+53
|
\
|
*
diff: avoid some nesting
Thomas Gummerer
2013-12-16
1
-18
/
+17
|
*
diff: don't read index when --no-index is given
Thomas Gummerer
2013-12-12
1
-2
/
+5
|
*
diff: move no-index detection to builtin/diff.c
Thomas Gummerer
2013-12-12
1
-3
/
+49
*
|
Merge branch 'nd/magic-pathspec'
Junio C Hamano
2013-12-06
1
-10
/
+7
|
\
\
|
|
/
|
/
|
|
*
diff: restrict pathspec limitations to diff b/f case only
Nguyễn Thái Ngọc Duy
2013-11-21
1
-10
/
+7
*
|
diff: trivial style fix
Felipe Contreras
2013-10-31
1
-1
/
+1
|
/
*
pathspec: support :(literal) syntax for noglob pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+1
*
convert read_cache_preload() to take struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-2
/
+2
*
guard against new pathspec magic in pathspec matching code
Nguyễn Thái Ngọc Duy
2013-07-15
1
-0
/
+2
*
cmd_diff(): make it obvious which cases are exclusive of each other
Michael Haggerty
2013-05-28
1
-5
/
+4
*
cmd_diff(): rename local variable "list" -> "entry"
Michael Haggerty
2013-05-28
1
-4
/
+4
*
cmd_diff(): use an object_array for holding trees
Michael Haggerty
2013-05-28
1
-19
/
+18
*
builtin_diff_tree(): make it obvious that function wants two entries
Michael Haggerty
2013-05-28
1
-9
/
+10
*
Merge branch 'kb/preload-index-more'
Junio C Hamano
2012-11-20
1
-4
/
+8
|
\
|
*
update-index/diff-index: use core.preloadindex to improve performance
Karsten Blees
2012-11-02
1
-4
/
+8
|
*
Merge branch 'tr/void-diff-setup-done' into maint-1.7.11
Junio C Hamano
2012-09-11
1
-2
/
+1
|
|
\
|
*
\
Merge branch 'jk/maint-null-in-trees' into maint-1.7.11
Junio C Hamano
2012-09-11
1
-2
/
+6
|
|
\
\
*
|
|
|
Move setup_diff_pager to libgit.a
Nguyễn Thái Ngọc Duy
2012-10-29
1
-16
/
+0
*
|
|
|
Merge branch 'jk/maint-null-in-trees'
Junio C Hamano
2012-08-27
1
-2
/
+6
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
[next]