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
2019-12-13
strbuf: add a helper function to call the editor "on an strbuf"
Johannes Schindelin
2
-0
/
+39
2019-12-13
built-in add -p: coalesce hunks after splitting them
Johannes Schindelin
1
-1
/
+57
2019-12-13
built-in add -p: implement the hunk splitting feature
Johannes Schindelin
2
-2
/
+225
2019-12-13
built-in add -p: show different prompts for mode changes and deletions
Johannes Schindelin
1
-2
/
+20
2019-12-13
built-in app -p: allow selecting a mode change as a "hunk"
Johannes Schindelin
1
-5
/
+104
2019-12-13
built-in add -p: handle deleted empty files
Johannes Schindelin
1
-2
/
+11
2019-12-13
built-in add -p: support multi-file diffs
Johannes Schindelin
1
-38
/
+53
2019-12-13
built-in add -p: offer a helpful error message when hunk navigation failed
Johannes Schindelin
1
-11
/
+33
2019-12-13
built-in add -p: color the prompt and the help text
Johannes Schindelin
1
-4
/
+8
2019-12-13
built-in add -p: adjust hunk headers as needed
Johannes Schindelin
3
-23
/
+151
2019-12-13
built-in add -p: show colored hunks by default
Johannes Schindelin
1
-17
/
+62
2019-12-13
built-in add -i: wire up the new C code for the `patch` command
Johannes Schindelin
1
-3
/
+6
2019-12-13
built-in add -i: start implementing the `patch` functionality in C
Johannes Schindelin
4
-5
/
+277
2019-12-13
userdiff: remove empty subexpression from elixir regex
Ed Maste
1
-1
/
+2
2019-12-13
doc: indent multi-line items in list
Jean-Noël Avila
2
-125
/
+134
2019-12-13
doc: remove non pure ASCII characters
Jean-Noël Avila
1
-2
/
+2
2019-12-13
sparse-checkout: respect core.ignoreCase in cone mode
Derrick Stolee
4
-5
/
+42
2019-12-13
notes: break set_display_notes() into smaller functions
Denton Liu
5
-32
/
+45
2019-12-13
config/format.txt: clarify behavior of multiple format.notes
Denton Liu
1
-1
/
+17
2019-12-11
gitmodules: link to gitsubmodules guide
Philippe Blain
1
-1
/
+1
2019-12-11
remote: pass NULL to read_ref_full() because object ID is not needed
René Scharfe
1
-2
/
+1
2019-12-11
refs: pass NULL to refs_read_ref_full() because object ID is not needed
René Scharfe
1
-2
/
+2
2019-12-11
t7004: don't create unused file
René Scharfe
1
-1
/
+0
2019-12-11
t4256: don't create unused file
René Scharfe
1
-1
/
+1
2019-12-11
dir: break part of read_directory_recursive() out for reuse
Elijah Newren
1
-23
/
+37
2019-12-11
dir: exit before wildcard fall-through if there is no wildcard
Elijah Newren
2
-2
/
+9
2019-12-11
dir: remove stray quote character in comment
Elijah Newren
1
-1
/
+1
2019-12-11
Revert "dir.c: make 'git-status --ignored' work within leading directories"
Elijah Newren
2
-5
/
+7
2019-12-11
t3011: demonstrate directory traversal failures
Elijah Newren
1
-0
/
+209
2019-12-11
git-p4: honor lfs.storage configuration variable
r.burenkov
1
-2
/
+8
2019-12-11
bisect--helper: avoid use-after-free
Tanushree Tumane
1
-3
/
+4
2019-12-11
Merge branch 'kk/branch-name-encoding'
Pratyush Yadav
2
-0
/
+3
2019-12-10
The fifth batch
Junio C Hamano
1
-0
/
+36
2019-12-10
Merge branch 'ag/sequencer-continue-leakfix'
Junio C Hamano
1
-2
/
+4
2019-12-10
Merge branch 'em/test-skip-regex-illseq'
Junio C Hamano
2
-3
/
+9
2019-12-10
Merge branch 'hi/gpg-use-check-signature'
Junio C Hamano
4
-75
/
+72
2019-12-10
Merge branch 'bc/t9001-zsh-in-posix-emulation-mode'
Junio C Hamano
1
-1
/
+1
2019-12-10
Merge branch 'sg/test-squelch-noise-in-commit-bulk'
Junio C Hamano
1
-1
/
+1
2019-12-10
Merge branch 'jk/perf-wo-git-dot-pm'
Junio C Hamano
1
-2
/
+7
2019-12-10
Merge branch 'ds/commit-graph-delay-gen-progress'
Junio C Hamano
5
-8
/
+23
2019-12-10
Merge branch 'jt/clone-recursesub-ref-advise'
Junio C Hamano
5
-1
/
+19
2019-12-10
Merge branch 'as/t7812-missing-redirects-fix'
Junio C Hamano
1
-4
/
+7
2019-12-10
Merge branch 'dl/pretty-reference'
Junio C Hamano
9
-26
/
+134
2019-12-10
Merge branch 'dl/submodule-set-url'
Junio C Hamano
4
-2
/
+113
2019-12-10
Merge branch 'js/mingw-inherit-only-std-handles'
Junio C Hamano
5
-12
/
+199
2019-12-10
Merge branch 'po/bundle-doc-clonable'
Junio C Hamano
2
-6
/
+20
2019-12-10
Merge branch 'ra/rebase-i-more-options'
Junio C Hamano
6
-28
/
+323
2019-12-10
Merge branch 'am/pathspec-from-file'
Junio C Hamano
9
-28
/
+434
2019-12-09
Sync with Git 2.24.1
Junio C Hamano
47
-87
/
+991
2019-12-09
format-patch: move git_config() before repo_init_revisions()
Denton Liu
1
-4
/
+7
[prev]
[next]