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-09-14
git-gui: add hotkey to toggle "Amend Last Commit"
Birger Skogeng Pedersen
1
-0
/
+9
2019-09-14
gitk: Do not mistake unchanged lines for submodule changes
Gabriele Mazzotta
1
-2
/
+2
2019-09-14
gitk: Use right colour for remote refs in the "Tags and heads" dialog
Paul Wise
1
-1
/
+8
2019-09-14
gitk: Add Chinese (zh_CN) translation
YanKe
1
-0
/
+1367
2019-09-14
Merge branch 'bw/commit-scrollbuffer'
Pratyush Yadav
1
-0
/
+6
2019-09-14
Merge branch 'bw/amend-checkbutton'
Pratyush Yadav
4
-36
/
+18
2019-09-14
git-gui: add horizontal scrollbar to commit buffer
Bert Wesarg
1
-0
/
+6
2019-09-14
git-gui: convert new/amend commit radiobutton to checkbutton
Bert Wesarg
4
-36
/
+18
2019-09-12
Merge branch 'py/revert-hunks-lines'
Pratyush Yadav
2
-18
/
+135
2019-09-12
Merge branch 'bp/widget-focus-hotkeys'
Pratyush Yadav
1
-1
/
+31
2019-09-11
git-gui: add hotkeys to set widget focus
Birger Skogeng Pedersen
1
-1
/
+31
2019-09-09
Second batch
Junio C Hamano
1
-1
/
+56
2019-09-09
Merge branch 'bc/reread-attributes-during-rebase'
Junio C Hamano
9
-14
/
+174
2019-09-09
Merge branch 'tg/t0021-racefix'
Junio C Hamano
1
-0
/
+3
2019-09-09
Merge branch 'mp/for-each-ref-missing-name-or-email'
Junio C Hamano
2
-3
/
+22
2019-09-09
Merge branch 'sb/userdiff-dts'
Junio C Hamano
14
-0
/
+168
2019-09-09
Merge branch 'rs/sort-oid-array-thread-safe'
Junio C Hamano
1
-6
/
+3
2019-09-09
Merge branch 'nd/diff-parseopt'
Junio C Hamano
1
-9
/
+9
2019-09-09
Merge branch 'jt/diff-lazy-fetch-submodule-fix'
Junio C Hamano
2
-0
/
+32
2019-09-09
Merge branch 'ds/midx-expire-repack'
Junio C Hamano
1
-1
/
+1
2019-09-09
Merge branch 'cb/fetch-set-upstream'
Junio C Hamano
4
-1
/
+241
2019-09-09
Merge branch 'rs/pax-extended-header-length-fix'
Junio C Hamano
2
-4
/
+29
2019-09-09
Merge branch 'bm/repository-layout-typofix'
Junio C Hamano
1
-1
/
+1
2019-09-09
Merge branch 'en/checkout-mismerge-fix'
Junio C Hamano
1
-7
/
+0
2019-09-09
Merge branch 'sg/diff-indent-heuristic-non-experimental'
Junio C Hamano
1
-1
/
+1
2019-09-09
Merge branch 'ds/feature-macros'
Junio C Hamano
26
-115
/
+223
2019-09-09
Merge branch 'jk/eoo'
Junio C Hamano
6
-2
/
+37
2019-09-09
Merge branch 'jk/repo-init-cleanup'
Junio C Hamano
3
-6
/
+11
2019-09-09
Merge branch 'py/git-gui-do-quit'
Junio C Hamano
1
-2
/
+17
2019-09-07
builtin/rebase.c: Remove pointless message
Ben Wijen
2
-19
/
+1
2019-09-07
builtin/rebase.c: make sure the active branch isn't moved when autostashing
Ben Wijen
2
-3
/
+14
2019-09-06
t: use common $SQ variable
Denton Liu
11
-60
/
+51
2019-09-06
pack-objects: drop packlist index_pos optimization
Jeff King
5
-34
/
+29
2019-09-06
test-read-cache: drop namelen variable
Jeff King
1
-3
/
+2
2019-09-06
diff-delta: set size out-parameter to 0 for NULL delta
Jeff King
1
-0
/
+2
2019-09-06
bulk-checkin: zero-initialize hashfile_checkpoint
Jeff King
1
-1
/
+1
2019-09-06
pack-objects: use object_id in packlist_alloc()
Jeff King
3
-4
/
+4
2019-09-06
git-am: handle missing "author" when parsing commit
Jeff King
1
-1
/
+3
2019-09-06
ci: restore running httpd tests
SZEDER Gábor
1
-1
/
+1
2019-09-06
t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running SVN HTTP tests
SZEDER Gábor
1
-1
/
+1
2019-09-05
use get_tagged_oid()
René Scharfe
5
-7
/
+8
2019-09-05
tag: factor out get_tagged_oid()
René Scharfe
4
-6
/
+10
2019-09-05
unpack-trees: rename 'is_excluded_from_list()'
Derrick Stolee
4
-42
/
+72
2019-09-05
treewide: rename 'exclude' methods to 'pattern'
Derrick Stolee
11
-67
/
+67
2019-09-05
treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'
Derrick Stolee
4
-22
/
+22
2019-09-05
treewide: rename 'struct exclude_list' to 'struct pattern_list'
Derrick Stolee
8
-100
/
+100
2019-09-05
treewide: rename 'struct exclude' to 'struct path_pattern'
Derrick Stolee
3
-77
/
+80
2019-09-05
t9902: use a non-deprecated command for testing
Elijah Newren
1
-6
/
+6
2019-09-05
Recommend git-filter-repo instead of git-filter-branch
Elijah Newren
9
-59
/
+288
2019-09-05
t6006: simplify, fix, and optimize empty message test
Elijah Newren
1
-3
/
+2
[prev]
[next]