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
/
Documentation
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-16
rebase: rename the two primary rebase backends
Elijah Newren
2
-41
/
+44
2020-02-16
rebase: change the default backend from "am" to "merge"
Elijah Newren
1
-1
/
+12
2020-02-16
rebase: make the backend configurable via config setting
Elijah Newren
1
-0
/
+8
2020-02-16
rebase: add an --am option
Elijah Newren
1
-1
/
+10
2020-02-16
git-rebase.txt: add more details about behavioral differences of backends
Elijah Newren
1
-5
/
+80
2020-02-16
rebase (interactive-backend): fix handling of commits that become empty
Elijah Newren
1
-3
/
+26
2020-02-16
rebase (interactive-backend): make --keep-empty the default
Elijah Newren
1
-11
/
+13
2020-02-14
doc: move credential helper info into gitcredentials(7)
Jeff King
1
-1
/
+88
2020-02-14
The fifth batch for 2.26
Junio C Hamano
1
-0
/
+71
2020-02-14
Merge branch 'tb/commit-graph-object-dir'
Junio C Hamano
1
-1
/
+4
2020-02-14
Merge branch 'ds/sparse-checkout-harden'
Junio C Hamano
1
-4
/
+15
2020-02-14
Merge branch 'kw/fsmonitor-watchman-racefix'
Junio C Hamano
2
-3
/
+21
2020-02-14
Merge branch 'mt/threaded-grep-in-object-store'
Junio C Hamano
1
-2
/
+13
2020-02-14
Merge branch 'jn/promote-proto2-to-default'
Junio C Hamano
1
-5
/
+4
2020-02-14
Merge branch 'jk/packfile-reuse-cleanup'
Junio C Hamano
1
-0
/
+7
2020-02-14
Merge branch 'hw/advice-add-nothing'
Junio C Hamano
1
-0
/
+6
2020-02-14
Merge branch 'jb/multi-pack-index-docfix' into maint
Junio C Hamano
1
-2
/
+3
2020-02-14
Merge branch 'ma/diff-doc-clarify-regexp-example' into maint
Junio C Hamano
1
-4
/
+4
2020-02-14
Merge branch 'ms/doc-bundle-format' into maint
Junio C Hamano
1
-0
/
+48
2020-02-14
Merge branch 'ma/filter-branch-doc-caret' into maint
Junio C Hamano
1
-3
/
+3
2020-02-14
Merge branch 'km/submodule-doc-use-sm-path' into maint
Junio C Hamano
1
-1
/
+1
2020-02-14
Merge branch 'pb/do-not-recurse-grep-no-index' into maint
Junio C Hamano
1
-1
/
+2
2020-02-14
Merge branch 'bc/misconception-doc' into maint
Junio C Hamano
2
-0
/
+24
2020-02-14
Merge branch 'bc/author-committer-doc' into maint
Junio C Hamano
4
-27
/
+69
2020-02-14
Merge branch 'ds/refmap-doc' into maint
Junio C Hamano
1
-1
/
+4
2020-02-14
Merge branch 'bc/actualmente' into maint
Junio C Hamano
1
-2
/
+2
2020-02-14
Merge branch 'hw/tutorial-favor-switch-over-checkout' into maint
Junio C Hamano
1
-1
/
+1
2020-02-14
MyFirstContribution: rephrase contact info
Emily Shaffer
1
-13
/
+16
2020-02-12
The fourth batch for 2.26
Junio C Hamano
1
-0
/
+44
2020-02-12
Merge branch 'jb/multi-pack-index-docfix'
Junio C Hamano
1
-2
/
+3
2020-02-12
Merge branch 'ma/diff-doc-clarify-regexp-example'
Junio C Hamano
1
-4
/
+4
2020-02-12
Merge branch 'ms/doc-bundle-format'
Junio C Hamano
1
-0
/
+48
2020-02-12
Merge branch 'ma/filter-branch-doc-caret'
Junio C Hamano
1
-3
/
+3
2020-02-12
Merge branch 'km/submodule-doc-use-sm-path'
Junio C Hamano
1
-1
/
+1
2020-02-12
Merge branch 'pb/do-not-recurse-grep-no-index'
Junio C Hamano
1
-1
/
+2
2020-02-12
Merge branch 'hw/doc-git-dir'
Junio C Hamano
1
-3
/
+17
2020-02-12
Merge branch 'jk/push-default-doc'
Junio C Hamano
1
-2
/
+3
2020-02-11
color.c: support bright aixterm colors
Eyal Soha
1
-1
/
+3
2020-02-11
sparse-checkout: create 'add' subcommand
Derrick Stolee
1
-0
/
+7
2020-02-10
pull --rebase/remote rename: document and honor single-letter abbreviations r...
Bert Wesarg
2
-6
/
+8
2020-02-10
config: add '--show-scope' to print the scope of a config value
Matthew Rogers
1
-5
/
+10
2020-02-10
pack-format: correct multi-pack-index description
Johannes Berg
1
-2
/
+3
2020-02-09
diff-options.txt: avoid "regex" overload in example
Martin Ågren
1
-4
/
+4
2020-02-07
doc: describe Git bundle format
Masaya Suzuki
1
-0
/
+48
2020-02-06
add: change advice config variables used by the add API
Heba Waly
1
-0
/
+6
2020-02-05
The third batch for 2.26
Junio C Hamano
1
-0
/
+31
2020-02-05
Merge branch 'mt/sparse-checkout-doc-update'
Junio C Hamano
1
-0
/
+4
2020-02-04
git-filter-branch.txt: wrap "maths" notation in backticks
Martin Ågren
1
-3
/
+3
2020-02-04
commit-graph.h: store an odb in 'struct write_commit_graph_context'
Taylor Blau
1
-1
/
+4
2020-01-31
sparse-checkout: improve docs around 'set' in cone mode
Derrick Stolee
1
-3
/
+14
[prev]
[next]