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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-06
builtin rebase: support --signoff
Pratik Karki
1
-0
/
+17
2018-09-06
builtin rebase: allow selecting the rebase "backend"
Pratik Karki
1
-0
/
+37
2018-09-06
builtin rebase: stop if `git am` is in progress
Pratik Karki
1
-0
/
+5
2018-09-06
builtin rebase: actions require a rebase in progress
Pratik Karki
1
-0
/
+3
2018-09-06
builtin rebase: support --edit-todo and --show-current-patch
Pratik Karki
1
-1
/
+22
2018-09-06
builtin rebase: support --quit
Pratik Karki
1
-0
/
+11
2018-09-06
builtin rebase: support --abort
Pratik Karki
1
-0
/
+20
2018-09-06
builtin rebase: support --skip
Pratik Karki
1
-0
/
+18
2018-09-06
builtin rebase: support --continue
Pratik Karki
1
-4
/
+111
2018-09-06
builtin rebase: support `git rebase <upstream> <switch-to>`
Pratik Karki
1
-4
/
+44
2018-09-06
builtin rebase: only store fully-qualified refs in `options.head_name`
Pratik Karki
1
-3
/
+8
2018-09-06
builtin rebase: start a new rebase only if none is in progress
Pratik Karki
1
-1
/
+47
2018-09-06
builtin rebase: support --force-rebase
Pratik Karki
1
-1
/
+21
2018-09-06
builtin rebase: try to fast forward when possible
Pratik Karki
1
-0
/
+72
2018-09-06
builtin rebase: require a clean worktree
Pratik Karki
1
-0
/
+11
2018-09-06
builtin rebase: support the `verbose` and `diffstat` options
Pratik Karki
1
-2
/
+58
2018-09-06
builtin rebase: support --quiet
Pratik Karki
1
-0
/
+15
2018-09-06
builtin rebase: handle the pre-rebase hook and --no-verify
Pratik Karki
1
-0
/
+11
2018-09-06
builtin rebase: support `git rebase --onto A...B`
Pratik Karki
1
-1
/
+7
2018-09-06
builtin rebase: support --onto
Pratik Karki
1
-5
/
+30
2018-09-05
Remove superfluous trailing semicolons
Elijah Newren
1
-1
/
+1
2018-09-04
Merge branch 'en/directory-renames-nothanks'
Junio C Hamano
1
-0
/
+1
2018-08-31
fetch: stop clobbering existing tags without --force
Ævar Arnfjörð Bjarmason
1
-6
/
+12
2018-08-31
fetch: change "branch" to "reference" in --force -h output
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-08-30
worktree: delete .git/worktrees if empty after 'remove'
Eric Sunshine
1
-1
/
+7
2018-08-30
worktree: teach 'remove' to override lock when --force given twice
Eric Sunshine
1
-5
/
+6
2018-08-30
worktree: teach 'move' to override lock when --force given twice
Eric Sunshine
1
-4
/
+9
2018-08-30
worktree: teach 'add' to respect --force for registered but missing path
Eric Sunshine
1
-2
/
+8
2018-08-30
worktree: disallow adding same path multiple times
Eric Sunshine
1
-0
/
+25
2018-08-30
worktree: prepare for more checks of whether path can become worktree
Eric Sunshine
1
-2
/
+7
2018-08-30
worktree: generalize delete_git_dir() to reduce code duplication
Eric Sunshine
1
-16
/
+9
2018-08-30
worktree: move delete_git_dir() earlier in file for upcoming new callers
Eric Sunshine
1
-14
/
+14
2018-08-30
am: avoid directory rename detection when calling recursive merge machinery
Elijah Newren
1
-0
/
+1
2018-08-29
rebase -i: rewrite init_basic_state() in C
Alban Gruin
1
-1
/
+22
2018-08-29
rebase -i: rewrite write_basic_state() in C
Alban Gruin
1
-2
/
+26
2018-08-29
rebase -i: rewrite the rest of init_revisions_and_shortrevisions() in C
Alban Gruin
1
-6
/
+34
2018-08-29
rebase -i: implement the logic to initialize $revisions in C
Alban Gruin
1
-3
/
+53
2018-08-29
rebase -i: remove unused modes and functions
Alban Gruin
1
-21
/
+2
2018-08-29
rebase -i: rewrite complete_action() in C
Alban Gruin
1
-2
/
+10
2018-08-29
mailinfo: support format=flowed
René Scharfe
1
-0
/
+4
2018-08-29
convert hashmap comparison functions to oideq()
Jeff King
1
-3
/
+3
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
3
-4
/
+4
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
6
-8
/
+8
2018-08-29
convert "hashcmp() == 0" to hasheq()
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
19
-31
/
+31
2018-08-29
commit-graph: define GIT_TEST_COMMIT_GRAPH
Derrick Stolee
1
-0
/
+4
2018-08-27
Merge branch 'ja/i18n-message-fixes'
Junio C Hamano
1
-1
/
+1
2018-08-27
Merge branch 'js/range-diff'
Junio C Hamano
1
-1
/
+1
2018-08-27
Merge branch 'rs/opt-updates'
Junio C Hamano
5
-6
/
+6
2018-08-27
Merge branch 'ep/worktree-quiet-option'
Junio C Hamano
1
-3
/
+13
[prev]
[next]