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
2020-02-12
Merge branch 'jc/skip-prefix'
Junio C Hamano
2
-6
/
+6
2020-02-12
Merge branch 'pb/do-not-recurse-grep-no-index'
Junio C Hamano
1
-2
/
+5
2020-02-05
Merge branch 'am/checkout-file-and-ref-ref-ambiguity'
Junio C Hamano
1
-32
/
+39
2020-02-05
Merge branch 'js/patch-mode-in-others-in-c'
Junio C Hamano
3
-17
/
+51
2020-01-31
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
2
-6
/
+6
2020-01-30
Merge branch 'hi/gpg-mintrustlevel'
Junio C Hamano
2
-3
/
+19
2020-01-30
grep: ignore --recurse-submodules if --no-index is given
Philippe Blain
1
-2
/
+5
2020-01-22
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-0
/
+2
2020-01-22
Merge branch 'hw/commit-advise-while-rejecting'
Junio C Hamano
1
-0
/
+1
2020-01-15
gpg-interface: add minTrustLevel as a configuration option
Hans Jerry Illikainen
2
-3
/
+19
2020-01-12
Revert "Merge branch 'ra/rebase-i-more-options'"
Junio C Hamano
1
-37
/
+12
2020-01-08
restore: invalidate cache-tree when removing entries with --staged
Jeff King
1
-0
/
+2
2020-01-07
checkout: don't revert file on ambiguous tracking branches
Alexandr Miloslavskiy
1
-31
/
+25
2020-01-07
parse_branchname_arg(): extract part as new function
Alexandr Miloslavskiy
1
-6
/
+19
2020-01-06
Merge branch 'ds/commit-graph-set-size-mult'
Junio C Hamano
1
-3
/
+1
2020-01-06
Merge branch 'ds/sparse-list-in-cone-mode'
Junio C Hamano
1
-0
/
+21
2020-01-02
commit-graph: prefer default size_mult when given zero
Derrick Stolee
1
-3
/
+1
2020-01-02
Merge branch 'en/rebase-signoff-fix'
Junio C Hamano
1
-1
/
+1
2019-12-30
sparse-checkout: list directories in cone mode
Derrick Stolee
1
-0
/
+21
2019-12-25
Merge branch 'mr/bisect-save-pointer-to-const-string'
Junio C Hamano
1
-2
/
+2
2019-12-25
Merge branch 'js/add-p-in-c'
Junio C Hamano
1
-5
/
+10
2019-12-25
Merge branch 'rs/ref-read-cleanup'
Junio C Hamano
1
-2
/
+1
2019-12-25
Merge branch 'mr/bisect-use-after-free'
Junio C Hamano
1
-3
/
+4
2019-12-25
Merge branch 'ds/sparse-cone'
Junio C Hamano
3
-1
/
+523
2019-12-25
Merge branch 'sg/name-rev-wo-recursion'
Junio C Hamano
1
-50
/
+97
2019-12-25
Merge branch 'dl/format-patch-notes-config-fixup'
Junio C Hamano
1
-17
/
+14
2019-12-25
Merge branch 'am/pathspec-f-f-checkout'
Junio C Hamano
2
-23
/
+68
2019-12-25
Merge branch 'am/pathspec-from-file'
Junio C Hamano
1
-0
/
+3
2019-12-21
commit --interactive: make it work with the built-in `add -i`
Johannes Schindelin
1
-2
/
+6
2019-12-21
built-in add -p: implement the "worktree" patch modes
Johannes Schindelin
1
-0
/
+2
2019-12-21
built-in add -p: implement the "checkout" patch modes
Johannes Schindelin
1
-2
/
+3
2019-12-21
built-in stash: use the built-in `git add -p` if so configured
Johannes Schindelin
1
-11
/
+14
2019-12-21
legacy stash -p: respect the add.interactive.usebuiltin setting
Johannes Schindelin
1
-0
/
+14
2019-12-21
built-in add -p: implement the "stash" and "reset" patch modes
Johannes Schindelin
1
-0
/
+4
2019-12-21
built-in add -p: prepare for patch modes other than "stage"
Johannes Schindelin
1
-2
/
+8
2019-12-20
rebase: fix saving of --signoff state for am-based rebases
Elijah Newren
1
-1
/
+1
2019-12-19
commit: honor advice.statusHints when rejecting an empty commit
Heba Waly
1
-0
/
+1
2019-12-18
commit: forbid --pathspec-from-file --all
Alexandr Miloslavskiy
1
-0
/
+3
2019-12-17
bisect--helper: convert `*_warning` char pointers to char arrays.
Tanushree Tumane
1
-2
/
+2
2019-12-16
Merge branch 'rs/patch-id-use-oid-to-hex'
Junio C Hamano
1
-7
/
+2
2019-12-16
Merge branch 'rs/commit-export-env-simplify'
Junio C Hamano
1
-1
/
+1
2019-12-16
Merge branch 'dr/branch-usage-casefix'
Junio C Hamano
1
-1
/
+1
2019-12-16
Merge branch 'dl/range-diff-with-notes'
Junio C Hamano
1
-0
/
+1
2019-12-16
Merge branch 'dl/rebase-with-autobase'
Junio C Hamano
2
-4
/
+8
2019-12-16
Merge branch 'ag/sequencer-todo-updates'
Junio C Hamano
1
-0
/
+6
2019-12-13
built-in add -i: start implementing the `patch` functionality in C
Johannes Schindelin
1
-5
/
+10
2019-12-13
sparse-checkout: respect core.ignoreCase in cone mode
Derrick Stolee
1
-2
/
+8
2019-12-13
notes: break set_display_notes() into smaller functions
Denton Liu
1
-1
/
+6
2019-12-11
remote: pass NULL to read_ref_full() because object ID is not needed
René Scharfe
1
-2
/
+1
2019-12-11
bisect--helper: avoid use-after-free
Tanushree Tumane
1
-3
/
+4
[next]