index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
log-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
load_ref_decorations(): fix decoration with tags
Jeff King
1
-2
/
+2
2021-06-28
add_ref_decoration(): rename s/type/deco_type/
Jeff King
1
-7
/
+7
2021-06-28
load_ref_decorations(): avoid parsing non-tag objects
Jeff King
1
-2
/
+4
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2021-03-23
format-patch: allow a non-integral version numbers
ZheNing Hu
1
-2
/
+8
2021-02-22
Merge branch 'ab/diff-deferred-free'
Junio C Hamano
1
-4
/
+6
2021-02-22
Merge branch 'bc/signed-objects-with-both-hashes'
Junio C Hamano
1
-7
/
+8
2021-02-17
Merge branch 'js/range-diff-one-side-only'
Junio C Hamano
1
-2
/
+6
2021-02-11
diff: add an API for deferred freeing
Ævar Arnfjörð Bjarmason
1
-4
/
+6
2021-02-10
gpg-interface: improve interface for parsing tags
brian m. carlson
1
-6
/
+7
2021-02-06
range-diff: combine all options in a single data structure
Johannes Schindelin
1
-2
/
+6
2021-02-05
Merge branch 'so/log-diff-merge'
Junio C Hamano
1
-12
/
+18
2021-01-18
commit: ignore additional signatures when parsing signed commits
brian m. carlson
1
-1
/
+1
2020-12-21
diff-merges: let new options enable diff without -p
Sergey Organov
1
-4
/
+9
2020-12-21
diff-merges: split 'ignore_merges' field
Sergey Organov
1
-7
/
+8
2020-12-21
diff-merges: introduce revs->first_parent_merges flag
Sergey Organov
1
-2
/
+2
2020-11-09
format-patch: make output filename configurable
Junio C Hamano
1
-1
/
+1
2020-10-05
Merge branch 'so/combine-diff-simplify'
Junio C Hamano
1
-1
/
+1
2020-09-29
diff: get rid of redundant 'dense' argument
Sergey Organov
1
-1
/
+1
2020-09-22
Merge branch 'es/format-patch-interdiff-cleanup'
Junio C Hamano
1
-2
/
+2
2020-09-08
diff-lib: tighten show_interdiff()'s interface
Eric Sunshine
1
-1
/
+2
2020-09-08
diff: move show_interdiff() from its own file to diff-lib
Eric Sunshine
1
-1
/
+0
2020-09-06
log_tree_diff: get rid of extra check for NULL
Sergey Organov
1
-1
/
+1
2020-09-06
log_tree_diff: get rid of code duplication for first_parent_only
Sergey Organov
1
-15
/
+4
2020-04-28
Merge branch 'ds/log-exclude-decoration-config'
Junio C Hamano
1
-3
/
+54
2020-04-16
log: add log.excludeDecoration config option
Derrick Stolee
1
-7
/
+15
2020-04-16
log-tree: make ref_filter_match() a helper method
Derrick Stolee
1
-3
/
+46
2020-04-07
format-patch: teach --no-encode-email-headers
Emma Brooks
1
-0
/
+1
2020-03-26
Merge branch 'hi/gpg-prefer-check-signature'
Junio C Hamano
1
-17
/
+17
2020-03-15
gpg-interface: prefer check_signature() for GPG verification
Hans Jerry Illikainen
1
-17
/
+17
2020-03-09
Merge branch 'hd/show-one-mergetag-fix'
Junio C Hamano
1
-1
/
+1
2020-03-05
Merge branch 'hi/gpg-use-check-signature'
Junio C Hamano
1
-16
/
+14
2020-03-02
show_one_mergetag: print non-parent in hex form.
Harald van Dijk
1
-1
/
+1
2020-02-28
Revert "gpg-interface: prefer check_signature() for GPG verification"
Junio C Hamano
1
-16
/
+14
2020-01-31
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
1
-1
/
+2
2019-12-10
Merge branch 'hi/gpg-use-check-signature'
Junio C Hamano
1
-14
/
+16
2019-11-30
gpg-interface: prefer check_signature() for GPG verification
Hans Jerry Illikainen
1
-14
/
+16
2019-11-21
range-diff: pass through --notes to `git log`
Denton Liu
1
-1
/
+1
2019-10-07
Merge branch 'rs/simplify-by-deco-with-deco-refs-exclude'
Junio C Hamano
1
-0
/
+1
2019-09-09
log-tree: call load_ref_decorations() in get_name_decoration()
René Scharfe
1
-0
/
+1
2019-08-26
log-tree: always use return value of strbuf_detach()
René Scharfe
1
-3
/
+1
2019-03-07
Merge branch 'wh/author-committer-ident-config'
Junio C Hamano
1
-2
/
+1
2019-02-04
config: allow giving separate author and committer idents
William Hubbs
1
-2
/
+1
2019-01-11
log: add %S option (like --source) to log --format
Issac Trotts
1
-0
/
+1
2018-12-04
range-diff: always pass at least minimal diff options
Martin Ågren
1
-1
/
+10
2018-11-30
format-patch: do not let its diff-options affect --range-diff
Junio C Hamano
1
-1
/
+1
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-3
/
+3
2018-09-17
Merge branch 'es/format-patch-rangediff'
Junio C Hamano
1
-0
/
+15
2018-09-17
Merge branch 'es/format-patch-interdiff'
Junio C Hamano
1
-7
/
+30
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-3
/
+3
[next]