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
2019-04-17
commit/reset: try to clean up sequencer state
Phillip Wood
1
-2
/
+1
2019-02-11
Fix typos in translatable strings for v2.21.0
Jean-Noël Avila
3
-4
/
+4
2019-02-08
Merge branch 'js/rebase-i-redo-exec-fix'
Junio C Hamano
1
-21
/
+0
2019-02-08
Merge branch 'nd/checkout-noisy-unmerge'
Junio C Hamano
1
-7
/
+12
2019-02-06
Merge branch 'ss/describe-dirty-in-the-right-directory'
Junio C Hamano
1
-0
/
+1
2019-02-06
Merge branch 'sl/const'
Junio C Hamano
3
-10
/
+10
2019-02-06
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
6
-12
/
+11
2019-02-06
Merge branch 'pw/rebase-x-sanity-check'
Junio C Hamano
1
-0
/
+17
2019-02-06
Merge branch 'br/commit-tree-fully-spelled-gpg-sign-option'
Junio C Hamano
1
-1
/
+7
2019-02-06
Merge branch 'ds/push-sparse-tree-walk'
Junio C Hamano
2
-2
/
+10
2019-02-06
Merge branch 'lt/date-human'
Junio C Hamano
1
-0
/
+4
2019-02-06
Merge branch 'jk/unused-parameter-cleanup'
Junio C Hamano
1
-2
/
+1
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
41
-60
/
+111
2019-02-06
Merge branch 'js/rebase-am'
Junio C Hamano
1
-125
/
+311
2019-02-06
Merge branch 'tt/bisect-in-c'
Junio C Hamano
2
-22
/
+561
2019-02-06
Merge branch 'dt/cat-file-batch-ambiguous'
Junio C Hamano
1
-1
/
+4
2019-02-06
Merge branch 'en/rebase-merge-on-sequencer'
Junio C Hamano
2
-20
/
+19
2019-02-06
checkout: count and print -m paths separately
Nguyễn Thái Ngọc Duy
1
-3
/
+8
2019-02-06
checkout: update count-checkouts messages
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2019-02-06
Revert "rebase: introduce a shortcut for --reschedule-failed-exec"
Johannes Schindelin
1
-21
/
+0
2019-02-05
Merge branch 'nd/fetch-compact-update'
Junio C Hamano
1
-2
/
+6
2019-02-05
Merge branch 'pw/no-editor-in-rebase-i-implicit'
Junio C Hamano
1
-2
/
+3
2019-02-05
Merge branch 'bp/checkout-new-branch-optim'
Junio C Hamano
1
-0
/
+8
2019-02-05
Merge branch 'ph/pack-objects-mutex-fix'
Junio C Hamano
1
-17
/
+10
2019-02-05
Merge branch 'ab/commit-graph-write-progress'
Junio C Hamano
1
-2
/
+2
2019-02-05
Merge branch 'jk/add-ignore-errors-bit-assignment-fix'
Junio C Hamano
1
-1
/
+1
2019-02-05
Merge branch 'jt/fetch-v2-sideband'
Junio C Hamano
4
-40
/
+47
2019-02-05
Merge branch 'js/filter-options-should-use-plain-int'
Junio C Hamano
2
-2
/
+11
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
3
-4
/
+8
2019-02-04
describe: setup working tree for --dirty
Sebastian Staudt
1
-0
/
+1
2019-02-04
various: tighten constness of some local variables
Shahzad Lone
3
-10
/
+10
2019-01-29
rebase -x: sanity check command
Phillip Wood
1
-0
/
+17
2019-01-29
Merge branch 'it/log-format-source'
Junio C Hamano
1
-1
/
+1
2019-01-29
Merge branch 'js/add-e-clear-patch-before-stating'
Junio C Hamano
1
-1
/
+1
2019-01-29
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
4
-18
/
+18
2019-01-29
Merge branch 'os/rebase-runs-post-checkout-hook'
Junio C Hamano
1
-2
/
+10
2019-01-29
Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'
Junio C Hamano
4
-22
/
+20
2019-01-29
Merge branch 'jt/fetch-pack-v2'
Junio C Hamano
1
-3
/
+6
2019-01-29
Merge branch 'jk/save-getenv-result'
Junio C Hamano
4
-9
/
+17
2019-01-29
Merge branch 'js/rebase-i-redo-exec'
Junio C Hamano
2
-1
/
+43
2019-01-29
Merge branch 'cc/fetch-error-message-fix'
Junio C Hamano
1
-2
/
+4
2019-01-28
pack-objects: merge read_lock and lock in packing_data struct
Patrick Hogg
1
-14
/
+10
2019-01-28
pack-objects: move read mutex to packing_data struct
Patrick Hogg
1
-5
/
+2
2019-01-28
implicit interactive rebase: don't run sequence editor
Phillip Wood
1
-2
/
+3
2019-01-27
fetch: prefer suffix substitution in compact fetch.output
Nguyễn Thái Ngọc Duy
1
-2
/
+6
2019-01-24
create_bundle(): drop unused "header" parameter
Jeff King
1
-2
/
+1
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
39
-6
/
+42
2019-01-23
checkout: fix regression in checkout -b on intitial checkout
Ben Peart
1
-0
/
+8
2019-01-22
commit-graph: rename "large edges" to "extra edges"
SZEDER Gábor
1
-2
/
+2
2019-01-22
commit-tree: add missing --gpg-sign flag
Brandon Richardson
1
-1
/
+7
[next]