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
blame.c: replace instance of !oidcmp for oideq
Edmundo Carmona Antoranz
1
-2
/
+2
2020-09-08
index-pack: make quantum of work smaller
Jonathan Tan
1
-148
/
+200
2020-09-08
refs: move REF_LOG_ONLY to refs-internal.h
Han-Wen Nienhuys
2
-7
/
+7
2020-09-08
t3200: clean side effect of git checkout --orphan
Aaron Lipman
1
-0
/
+1
2020-09-08
format-patch: use 'origin' as start of current-series-range when known
Eric Sunshine
1
-7
/
+11
2020-09-08
diff-lib: tighten show_interdiff()'s interface
Eric Sunshine
4
-6
/
+14
2020-09-08
diff: move show_interdiff() from its own file to diff-lib
Eric Sunshine
7
-39
/
+26
2020-09-08
add -i: use the built-in version when feature.experimental is set
Junio C Hamano
1
-3
/
+9
2020-09-08
add -p: fix memory leak
Phillip Wood
1
-8
/
+16
2020-09-08
contrib/buildsystems: fix expat library name for generated vcxproj
Orgad Shaneh
2
-1
/
+2
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-06
fetch: do not look for submodule changes in unchanged refs
Orgad Shaneh
1
-1
/
+3
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
[prev]
[next]