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-03-11
git-rebase.txt: highlight backend differences with commit rewording
Elijah Newren
1
-0
/
+10
2020-03-11
sequencer: clear state upon dropping a become-empty commit
Elijah Newren
2
-0
/
+10
2020-03-11
i18n: unmark a message in rebase.c
Jiang Xin
1
-1
/
+1
2020-02-16
rebase: rename the two primary rebase backends
Elijah Newren
18
-168
/
+166
2020-02-16
rebase: change the default backend from "am" to "merge"
Elijah Newren
4
-8
/
+22
2020-02-16
rebase: make the backend configurable via config setting
Elijah Newren
2
-7
/
+32
2020-02-16
rebase tests: repeat some tests using the merge backend instead of am
Elijah Newren
2
-4
/
+26
2020-02-16
rebase tests: mark tests specific to the am-backend with --am
Elijah Newren
11
-53
/
+53
2020-02-16
rebase: drop '-i' from the reflog for interactive-based rebases
Elijah Newren
3
-10
/
+10
2020-02-16
git-prompt: change the prompt for interactive-based rebases
Elijah Newren
2
-9
/
+5
2020-02-16
rebase: add an --am option
Elijah Newren
2
-2
/
+27
2020-02-16
rebase: move incompatibility checks between backend options a bit earlier
Elijah Newren
1
-11
/
+11
2020-02-16
git-rebase.txt: add more details about behavioral differences of backends
Elijah Newren
1
-5
/
+80
2020-02-16
rebase: allow more types of rebases to fast-forward
Elijah Newren
2
-4
/
+16
2020-02-16
t3432: make these tests work with either am or merge backends
Elijah Newren
1
-26
/
+22
2020-02-16
rebase: fix handling of restrict_revision
Elijah Newren
2
-3
/
+21
2020-02-16
rebase: make sure to pass along the quiet flag to the sequencer
Elijah Newren
2
-2
/
+9
2020-02-16
rebase, sequencer: remove the broken GIT_QUIET handling
Elijah Newren
2
-8
/
+4
2020-02-16
t3406: simplify an already simple test
Elijah Newren
1
-5
/
+2
2020-02-16
rebase (interactive-backend): fix handling of commits that become empty
Elijah Newren
6
-23
/
+183
2020-02-16
rebase (interactive-backend): make --keep-empty the default
Elijah Newren
9
-55
/
+126
2020-01-17
t3404: directly test the behavior of interest
Elijah Newren
1
-3
/
+4
2020-01-17
git-rebase.txt: update description of --allow-empty-message
Elijah Newren
2
-8
/
+11
2020-01-13
Git 2.25
Junio C Hamano
1
-1
/
+1
2020-01-12
Merge tag 'l10n-2.25.0-rnd1' of git://github.com/git-l10n/git-po
Junio C Hamano
12
-24312
/
+53740
2020-01-12
Revert "Merge branch 'ra/rebase-i-more-options'"
Junio C Hamano
7
-327
/
+28
2020-01-12
l10n: zh_CN: for git v2.25.0 l10n round 1
Jiang Xin
1
-2275
/
+2807
2020-01-11
Merge branch 'master' of github.com:Softcatala/git-po into git-po-master
Jiang Xin
1
-3757
/
+4260
2020-01-10
Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'
Junio C Hamano
2
-7
/
+7
2020-01-10
Merge branch 'ma/config-advice-markup-fix'
Junio C Hamano
1
-1
/
+1
2020-01-10
l10n: Update Catalan translation
Jordi Mas
1
-3757
/
+4260
2020-01-10
mingw: safeguard better against backslashes in file names
Johannes Schindelin via GitGitGadget
2
-7
/
+7
2020-01-10
l10n: de.po: Update German translation v2.25.0 round 1
Matthias Rüster
1
-2282
/
+2844
2020-01-10
l10n: de.po: Reword generation numbers
Thomas Braun
1
-1
/
+1
2020-01-09
l10n: bg.po: Updated Bulgarian translation (4800t)
Alexander Shopov
1
-2353
/
+2905
2020-01-08
config/advice.txt: fix description list separator
Martin Ågren
1
-1
/
+1
2020-01-08
Git 2.25-rc2
Junio C Hamano
2
-1
/
+5
2020-01-08
Merge branch 'ds/graph-assert-fix'
Junio C Hamano
2
-8
/
+80
2020-01-08
Merge branch 'tm/doc-submodule-absorb-fix'
Junio C Hamano
1
-1
/
+1
2020-01-08
Merge branch 'pm/am-in-body-header-doc-update'
Junio C Hamano
1
-2
/
+2
2020-01-08
Merge branch 'jb/doc-multi-pack-idx-fix'
Junio C Hamano
1
-1
/
+1
2020-01-08
Merge branch 'do/gitweb-typofix-in-comments'
Junio C Hamano
1
-2
/
+2
2020-01-08
Merge https://github.com/prati0100/git-gui
Junio C Hamano
10
-232
/
+920
2020-01-08
graph: fix lack of color in horizontal lines
Derrick Stolee
2
-4
/
+38
2020-01-08
graph: drop assert() for merge with two collapsing parents
Derrick Stolee
2
-4
/
+42
2020-01-06
The final batch before -rc2
Junio C Hamano
1
-2
/
+18
2020-01-06
Merge branch 'ds/sparse-cone'
Junio C Hamano
2
-3
/
+3
2020-01-06
Merge branch 'ds/commit-graph-set-size-mult'
Junio C Hamano
2
-4
/
+4
2020-01-06
Merge branch 'en/merge-recursive-oid-eq-simplify'
Junio C Hamano
1
-22
/
+11
2020-01-06
Merge branch 'ds/sparse-list-in-cone-mode'
Junio C Hamano
3
-1
/
+80
[next]