index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-22
config: add 'origin_type' to config_source struct
Lars Schneider
2
-3
/
+9
2016-02-17
t: do not hide Git's exit code in tests using 'nul_to_q'
Lars Schneider
2
-3
/
+6
2015-12-28
Merge branch 'sh/p4-multi-depot'
Junio C Hamano
1
-1
/
+27
2015-12-28
Merge branch 'jk/pending-keep-tag-name'
Junio C Hamano
1
-0
/
+29
2015-12-28
Merge branch 'jk/symbolic-ref-maint'
Junio C Hamano
1
-0
/
+22
2015-12-21
t1401: test reflog creation for git-symbolic-ref
Jeff King
1
-0
/
+16
2015-12-21
symbolic-ref: propagate error code from create_symref()
Jeff King
1
-0
/
+6
2015-12-21
git-p4: reduce number of server queries for fetches
Sam Hocevar
1
-1
/
+1
2015-12-21
Merge branch 'bc/format-patch-null-from-line'
Junio C Hamano
1
-0
/
+14
2015-12-21
Merge branch 'mc/push-recurse-submodules-config'
Junio C Hamano
1
-1
/
+216
2015-12-17
revision.c: propagate tag names from pending array
Jeff King
1
-0
/
+29
2015-12-16
Merge branch 'fr/rebase-i-continue-preserve-options'
Junio C Hamano
1
-0
/
+16
2015-12-15
format-patch: check that header line has expected format
brian m. carlson
1
-0
/
+7
2015-12-15
format-patch: add an option to suppress commit hash
brian m. carlson
1
-0
/
+7
2015-12-15
Merge branch 'ls/p4-keep-empty-commits'
Junio C Hamano
1
-0
/
+134
2015-12-14
git-p4: failing test case for skipping changes with multiple depots
Luke Diamand
1
-1
/
+27
2015-12-11
rebase -i: remember merge options beyond continue actions
Fabian Ruch
1
-0
/
+16
2015-12-11
Merge branch 'cb/t3404-shellquote' into maint
Junio C Hamano
1
-1
/
+1
2015-12-11
Merge branch 'jk/test-lint-forbid-when-finished-in-subshell' into maint
Junio C Hamano
4
-16
/
+31
2015-12-11
Merge branch 'cb/t3404-shellquote'
Junio C Hamano
1
-1
/
+1
2015-12-10
git-p4: add option to keep empty commits
Lars Schneider
1
-0
/
+134
2015-12-08
Merge branch 'ls/test-must-fail-sigpipe'
Junio C Hamano
3
-20
/
+41
2015-12-08
Merge branch 'sg/bash-prompt-dirty-orphan' into maint
Junio C Hamano
1
-3
/
+28
2015-12-08
Merge branch 'jk/rebase-no-autostash' into maint
Junio C Hamano
1
-0
/
+10
2015-12-04
t3404: fix quoting of redirect for some versions of bash
Charles Bailey
1
-1
/
+1
2015-12-04
push: follow the "last one wins" convention for --recurse-submodules
Mike Crowe
1
-0
/
+41
2015-12-04
push: test that --recurse-submodules on command line overrides config
Mike Crowe
1
-4
/
+28
2015-12-04
Merge branch 'da/difftool' into maint
Junio C Hamano
1
-0
/
+19
2015-12-04
Merge branch 'dk/gc-idx-wo-pack' into maint
Junio C Hamano
1
-0
/
+21
2015-12-04
Merge branch 'sg/bash-prompt-dirty-orphan'
Junio C Hamano
1
-3
/
+28
2015-12-04
Merge branch 'jk/send-email-complete-aliases'
Junio C Hamano
1
-0
/
+82
2015-12-04
Merge branch 'jk/filter-branch-no-index'
Junio C Hamano
1
-0
/
+19
2015-12-01
Merge branch 'mk/blame-first-parent'
Jeff King
1
-0
/
+7
2015-12-01
Merge branch 'rs/fsck-nul-header'
Jeff King
1
-0
/
+32
2015-12-01
Merge branch 'ls/p4-test-timeouts'
Jeff King
1
-9
/
+62
2015-12-01
Merge branch 'js/test-modernize-t9300'
Jeff King
1
-1783
/
+1798
2015-12-01
Merge branch 'maint'
Jeff King
5
-21
/
+41
2015-12-01
Merge branch 'eg/p4-submit-catch-failure' into maint
Jeff King
1
-1
/
+1
2015-12-01
Merge branch 'ld/p4-detached-head' into maint
Jeff King
1
-0
/
+16
2015-12-01
Merge branch 'sg/filter-branch-dwim-ambiguity' into maint
Jeff King
1
-0
/
+7
2015-12-01
Merge branch 'dk/t5813-unc-paths' into maint
Jeff King
1
-2
/
+2
2015-11-28
add "ok=sigpipe" to test_must_fail and use it to fix flaky tests
Lars Schneider
3
-6
/
+8
2015-11-28
implement test_might_fail using a refactored test_must_fail
Lars Schneider
1
-14
/
+33
2015-11-24
filter-branch: deal with object name vs. pathname ambiguity in tree-filter
SZEDER Gábor
1
-0
/
+7
2015-11-24
blame: fix object casting regression
Jeff King
1
-0
/
+7
2015-11-24
git-p4: clean up after p4 submit failure
GIRARD Etienne
1
-1
/
+1
2015-11-24
bash prompt: indicate dirty index even on orphan branches
SZEDER Gábor
1
-2
/
+2
2015-11-24
bash prompt: test dirty index and worktree while on an orphan branch
SZEDER Gábor
1
-3
/
+28
2015-11-24
git-p4: work with a detached head
Luke Diamand
1
-1
/
+1
2015-11-24
git-p4: add failing test for submit from detached head
Luke Diamand
1
-0
/
+16
[next]