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-09-08
add--interactive.perl: specify --no-color explicitly
Jeff King
2
-1
/
+2
2020-09-08
add-patch: fix inverted return code of repo_read_index()
Jeff King
2
-1
/
+8
2020-09-06
git-worktree.txt: discuss branch-based vs. throwaway worktrees
Eric Sunshine
1
-0
/
+12
2020-09-06
worktree: teach `add` to recognize -d as shorthand for --detach
Eric Sunshine
2
-1
/
+2
2020-09-06
git-checkout.txt: document -d short option for --detach
Eric Sunshine
1
-0
/
+1
2020-09-06
submodule: suppress checking for file name and ref ambiguity for object ids
Orgad Shaneh
1
-1
/
+8
2020-09-06
pack-bitmap-write: use hashwrite_be32() in write_hash_cache()
René Scharfe
1
-2
/
+1
2020-09-06
midx: use hashwrite_u8() in write_midx_header()
René Scharfe
1
-7
/
+4
2020-09-06
fast-import: use write_pack_header()
René Scharfe
1
-7
/
+1
2020-09-06
refspec: add and use refspec_appendf()
René Scharfe
6
-49
/
+35
2020-09-06
push: release strbufs used for refspec formatting
René Scharfe
1
-12
/
+22
2020-09-06
read-cache: fix mem-pool allocation for multi-threaded index loading
René Scharfe
1
-1
/
+1
2020-09-06
Makefile: add support for generating JSON compilation database
Philippe Blain
2
-5
/
+56
2020-09-06
log_tree_diff: get rid of extra check for NULL
Sergey Organov
1
-1
/
+1
2020-09-06
log_tree_diff: get rid of code duplication for first_parent_only
Sergey Organov
1
-15
/
+4
2020-09-03
Thirteenth batch
Junio C Hamano
1
-0
/
+26
2020-09-03
Merge branch 'pb/doc-external-diff-env'
Junio C Hamano
2
-3
/
+5
2020-09-03
Merge branch 'jk/xrealloc-avoid-use-after-free'
Junio C Hamano
1
-2
/
+5
2020-09-03
Merge branch 'jc/post-checkout-doc'
Junio C Hamano
1
-1
/
+3
2020-09-03
Merge branch 'pb/doc-sequence-editor-configuration'
Junio C Hamano
2
-0
/
+7
2020-09-03
Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'
Junio C Hamano
3
-3
/
+3
2020-09-03
Merge branch 'so/pretty-abbrev-doc'
Junio C Hamano
1
-2
/
+2
2020-09-03
Merge branch 'mr/diff-hide-stat-wo-textual-change'
Junio C Hamano
2
-9
/
+67
2020-09-03
Merge branch 'jt/lazy-fetch'
Junio C Hamano
25
-215
/
+278
2020-09-03
Merge branch 'jc/run-command-use-embedded-args'
Junio C Hamano
4
-19
/
+7
2020-09-03
Merge branch 'jc/undash-in-tree-git-callers'
Junio C Hamano
3
-14
/
+14
2020-09-03
Merge branch 'jk/slimmed-down'
Junio C Hamano
31
-3915
/
+80
2020-09-03
Merge branch 'pw/add-p-allowed-options-fix'
Junio C Hamano
1
-25
/
+42
2020-09-03
Merge branch 'jt/fetch-pack-loosen-validation-with-packfile-uri'
Junio C Hamano
5
-1
/
+72
2020-09-03
Merge branch 'ss/t7401-modernize'
Junio C Hamano
1
-73
/
+76
2020-09-03
Merge branch 'pw/rebase-i-more-options'
Junio C Hamano
11
-49
/
+423
2020-09-03
vcbuild: fix batch file name in README
Orgad Shaneh
1
-2
/
+2
2020-09-03
vcbuild: fix library name for expat with make MSVC=1
Orgad Shaneh
1
-1
/
+1
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
19
-29
/
+60
2020-09-02
refs: move dwim_ref() to header file
Jonathan Tan
2
-6
/
+7
2020-09-02
sha1-name: replace unsigned int with option struct
Jonathan Tan
4
-21
/
+34
2020-09-02
fetch: no FETCH_HEAD display if --no-write-fetch-head
Jonathan Tan
3
-11
/
+22
2020-09-02
ci: avoid ugly "failure" in the `ci-config` job
Johannes Schindelin
1
-2
/
+1
2020-09-02
ci: fix indentation of the `ci-config` job
Johannes Schindelin
1
-2
/
+2
2020-09-02
xrealloc: do not reuse pointer freed by zero-length realloc()
Jeff King
1
-2
/
+5
2020-09-01
git.txt: correct stale 'GIT_EXTERNAL_DIFF' description
Philippe Blain
2
-3
/
+5
2020-08-31
Twelfth batch
Junio C Hamano
1
-0
/
+39
2020-08-31
Merge branch 'ps/ref-transaction-hook'
Junio C Hamano
2
-12
/
+12
2020-08-31
Merge branch 'jk/rev-input-given-fix'
Junio C Hamano
3
-5
/
+26
2020-08-31
Merge branch 'jc/ident-whose-ident'
Junio C Hamano
2
-18
/
+43
2020-08-31
Merge branch 'rp/apply-cached-doc'
Junio C Hamano
1
-10
/
+10
2020-08-31
Merge branch 'rs/checkout-no-overlay-pathspec-fix'
Junio C Hamano
3
-3
/
+30
2020-08-31
Merge branch 'al/bisect-first-parent'
Junio C Hamano
1
-1
/
+1
2020-08-31
Merge branch 'jk/refspecs-cleanup'
Junio C Hamano
3
-13
/
+16
2020-08-31
Merge branch 'hn/refs-pseudorefs'
Junio C Hamano
8
-48
/
+57
[prev]
[next]