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-04-04
send-email: don't cc *-by lines with '-' prefix
Baruch Siach
1
-1
/
+1
2019-04-04
cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
1
-0
/
+13
2019-04-04
midx.c: convert FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
1
-1
/
+1
2019-04-04
revision: use a prio_queue to hold rewritten parents
Jeff King
2
-22
/
+54
2019-04-04
contrib/completion: add smerge to the mergetool completion candidates
David Aguilar
1
-1
/
+2
2019-04-04
mergetools: add support for smerge (Sublime Merge)
David Aguilar
2
-0
/
+13
2019-04-03
blame.c: don't drop origin blobs as eagerly
David Kastrup
1
-1
/
+2
2019-04-02
read-tree.txt: clarify --reset and worktree changes
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2019-04-02
tests (pack-objects): use the full, unabbreviated `--revs` option
Johannes Schindelin
1
-22
/
+22
2019-04-02
tests (status): spell out the `--find-renames` option in full
Johannes Schindelin
1
-4
/
+4
2019-04-02
tests (push): do not abbreviate the `--follow-tags` option
Johannes Schindelin
1
-2
/
+2
2019-04-02
t5531: avoid using an abbreviated option
Johannes Schindelin
1
-1
/
+1
2019-04-02
t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`
Johannes Schindelin
1
-8
/
+8
2019-04-02
tests (rebase): spell out the `--force-rebase` option
Johannes Schindelin
2
-3
/
+3
2019-04-02
tests (rebase): spell out the `--keep-empty` option
Johannes Schindelin
1
-2
/
+2
2019-04-01
index-pack: show progress while checking objects
SZEDER Gábor
1
-1
/
+9
2019-04-01
Documentation/git-status: fix titles in porcelain v2 section
Todd Zullinger
1
-4
/
+8
2019-04-01
Documentation/rev-list-options: wrap --date=<format> block with "--"
Todd Zullinger
1
-11
/
+11
2019-04-01
test-lib: whitelist GIT_TR2_* in the environment
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2019-04-01
fetch-pack: binary search when storing wanted-refs
Jonathan Tan
1
-9
/
+10
2019-04-01
interpret-trailers.txt: start the desc line with a capital letter
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-04-01
sha1-file: support OBJECT_INFO_FOR_PREFETCH
Jonathan Tan
3
-9
/
+17
2019-04-01
fetch-pack: respect --no-update-shallow in v2
Jonathan Tan
1
-7
/
+34
2019-04-01
fetch-pack: call prepare_shallow_info only if v0
Jonathan Tan
2
-3
/
+11
2019-04-01
Merge branch 'jt/test-protocol-version' into jt/fetch-no-update-shallow-in-pr...
Junio C Hamano
15
-39
/
+128
2019-04-01
ci: install Asciidoctor in 'ci/install-dependencies.sh'
SZEDER Gábor
2
-3
/
+3
2019-04-01
Documentation/technical/protocol-v2.txt: fix formatting
SZEDER Gábor
1
-26
/
+26
2019-04-01
Documentation/technical/api-config.txt: fix formatting
SZEDER Gábor
1
-1
/
+1
2019-04-01
Documentation/git-diff-tree.txt: fix formatting
SZEDER Gábor
1
-0
/
+1
2019-04-01
config: correct '**' matching in includeIf patterns
Nguyễn Thái Ngọc Duy
2
-1
/
+14
2019-04-01
check-docs: fix for setups where executables have an extension
Johannes Schindelin
1
-2
/
+2
2019-04-01
check-docs: do not expect guide pages to correspond to commands
Johannes Schindelin
1
-0
/
+1
2019-04-01
check-docs: really look at the documented commands again
Johannes Schindelin
1
-1
/
+1
2019-04-01
docs: do not document the `git remote-testgit` command
Johannes Schindelin
2
-32
/
+0
2019-04-01
docs: move gitremote-helpers into section 7
Johannes Schindelin
7
-7
/
+7
2019-04-01
gc: handle & check gc.reflogExpire config
Ævar Arnfjörð Bjarmason
2
-0
/
+36
2019-04-01
reflog tests: assert lack of early exit with expiry="never"
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2019-04-01
commit-graph: improve & i18n error messages
Ævar Arnfjörð Bjarmason
1
-19
/
+19
2019-04-01
commit-graph write: don't die if the existing graph is corrupt
Ævar Arnfjörð Bjarmason
4
-5
/
+23
2019-04-01
commit-graph verify: detect inability to read the graph
Ævar Arnfjörð Bjarmason
2
-1
/
+9
2019-04-01
commit-graph: don't pass filename to load_commit_graph_one_fd_st()
Ævar Arnfjörð Bjarmason
3
-8
/
+6
2019-04-01
commit-graph: don't early exit(1) on e.g. "git status"
Ævar Arnfjörð Bjarmason
4
-18
/
+51
2019-04-01
commit-graph: fix segfault on e.g. "git status"
Ævar Arnfjörð Bjarmason
2
-10
/
+36
2019-04-01
fast-import: fix erroneous handling of get-mark with empty orphan commits
Elijah Newren
3
-12
/
+4
2019-04-01
fast-import: only allow cat-blob requests where it makes sense
Elijah Newren
2
-9
/
+17
2019-04-01
fast-import: check most prominent commands first
Elijah Newren
1
-2
/
+2
2019-04-01
git-fast-import.txt: fix wording about where ls command can appear
Elijah Newren
1
-2
/
+2
2019-04-01
t9300: demonstrate bug with get-mark and empty orphan commits
Elijah Newren
2
-1
/
+43
2019-04-01
gitweb: make hash size independent
brian m. carlson
1
-30
/
+67
2019-04-01
Git.pm: make hash size independent
brian m. carlson
1
-1
/
+1
[prev]
[next]