index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-21
doc/rev-list-options: document --first-parent changes merges format
Sergey Organov
1
-0
/
+5
2020-12-21
doc/diff-generate-patch: mention new --diff-merges option
Sergey Organov
1
-3
/
+3
2020-12-21
doc/git-log: describe new --diff-merges options
Sergey Organov
1
-35
/
+52
2020-12-21
diff-merges: add '--diff-merges=1' as synonym for 'first-parent'
Sergey Organov
1
-1
/
+1
2020-12-21
diff-merges: add old mnemonic counterparts to --diff-merges
Sergey Organov
1
-3
/
+3
2020-12-21
diff-merges: let new options enable diff without -p
Sergey Organov
3
-9
/
+22
2020-12-21
diff-merges: do not imply -p for new options
Sergey Organov
2
-8
/
+13
2020-12-21
diff-merges: implement new values for --diff-merges
Sergey Organov
1
-3
/
+16
2020-12-21
diff-merges: make -m/-c/--cc explicitly mutually exclusive
Sergey Organov
1
-0
/
+3
2020-12-21
diff-merges: refactor opt settings into separate functions
Sergey Organov
1
-22
/
+41
2020-12-21
diff-merges: get rid of now empty diff_merges_init_revs()
Sergey Organov
3
-7
/
+0
2020-12-21
diff-merges: group diff-merge flags next to each other inside 'rev_info'
Sergey Organov
1
-2
/
+3
2020-12-21
diff-merges: split 'ignore_merges' field
Sergey Organov
3
-26
/
+23
2020-12-21
diff-merges: fix -m to properly override -c/--cc
Sergey Organov
2
-2
/
+3
2020-12-21
t4013: add tests for -m failing to override -c/--cc
Sergey Organov
3
-0
/
+402
2020-12-21
t4013: support test_expect_failure through ':failure' magic
Sergey Organov
1
-1
/
+6
2020-12-21
diff-merges: revise revs->diff flag handling
Sergey Organov
1
-3
/
+1
2020-12-21
diff-merges: handle imply -p on -c/--cc logic for log.c
Sergey Organov
2
-4
/
+5
2020-12-21
diff-merges: introduce revs->first_parent_merges flag
Sergey Organov
3
-2
/
+5
2020-12-21
diff-merges: new function diff_merges_set_dense_combined_if_unset()
Sergey Organov
4
-8
/
+24
2020-12-21
diff-merges: new function diff_merges_suppress()
Sergey Organov
4
-4
/
+21
2020-12-21
diff-merges: re-arrange functions to match the order they are called in
Sergey Organov
2
-13
/
+16
2020-12-21
diff-merges: rename diff_merges_default_to_enable() to match semantics
Sergey Organov
3
-4
/
+4
2020-12-21
diff-merges: move checks for first_parent_only out of the module
Sergey Organov
3
-9
/
+11
2020-12-21
diff-merges: rename all functions to have common prefix
Sergey Organov
4
-15
/
+20
2020-12-21
revision: move diff merges functions to its own diff-merges.c
Sergey Organov
6
-78
/
+97
2020-12-21
revision: provide implementation for diff merges tweaks
Sergey Organov
3
-11
/
+24
2020-12-21
revision: factor out initialization of diff-merge related settings
Sergey Organov
1
-1
/
+8
2020-12-21
revision: factor out setup of diff-merge related settings
Sergey Organov
1
-6
/
+12
2020-12-21
revision: factor out parsing of diff-merge related options
Sergey Organov
1
-27
/
+40
2020-10-30
Second batch
Junio C Hamano
1
-0
/
+5
2020-10-30
Merge branch 'js/ci-ghwf-dedup-tests'
Junio C Hamano
1
-27
/
+31
2020-10-30
Merge branch 'dl/resurrect-update-for-sha256'
Junio C Hamano
1
-7
/
+6
2020-10-30
Merge branch 'cm/t7xxx-cleanup'
Junio C Hamano
3
-258
/
+217
2020-10-30
Merge branch 'ct/t0000-use-test-path-is-file'
Junio C Hamano
1
-1
/
+1
2020-10-30
Merge branch 'en/t7518-unflake'
Junio C Hamano
1
-1
/
+1
2020-10-29
Sync with Git 2.29.2
Junio C Hamano
1
-0
/
+12
2020-10-29
Git 2.29.2
Junio C Hamano
3
-2
/
+14
2020-10-29
Merge branch 'cc/doc-filter-branch-typofix' into maint
Junio C Hamano
1
-1
/
+1
2020-10-29
Merge branch 'jk/committer-date-is-author-date-fix' into maint
Junio C Hamano
3
-5
/
+5
2020-10-27
First batch
Junio C Hamano
1
-0
/
+38
2020-10-27
Merge branch 'dl/checkout-guess'
Junio C Hamano
8
-20
/
+109
2020-10-27
Merge branch 'dl/checkout-p-merge-base'
Junio C Hamano
7
-1
/
+56
2020-10-27
Merge branch 'sb/clone-origin'
Junio C Hamano
9
-23
/
+158
2020-10-27
Merge branch 'sk/force-if-includes'
Junio C Hamano
15
-18
/
+447
2020-10-27
Merge branch 'ds/maintenance-part-2'
Junio C Hamano
9
-22
/
+603
2020-10-27
Merge branch 'rs/worktree-list-show-locked'
Junio C Hamano
3
-3
/
+17
2020-10-27
Merge branch 'rs/tighten-callers-of-deref-tag'
Junio C Hamano
4
-4
/
+17
2020-10-27
Merge branch 'rs/dist-doc-with-git-archive'
Junio C Hamano
1
-6
/
+11
2020-10-27
Merge branch 'cw/ci-ghwf-check-ws-errors'
Junio C Hamano
1
-0
/
+69
[next]