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
2013-07-01
lib-rebase: style: use write_script, <<-\EOF
Andrew Pimlott
1
-38
/
+36
2013-07-01
t7500: fix flipped actual/expect
Andrew Pimlott
1
-3
/
+3
2013-07-01
lib-rebase: document exec_ in FAKE_LINES
Andrew Pimlott
1
-0
/
+2
2013-06-30
completion: learn about --man-path
John Keeping
1
-0
/
+1
2013-06-30
Merge branch 'maint'
Junio C Hamano
1
-2
/
+2
2013-06-30
Merge branch 'ap/diff-ignore-blank-lines'
Junio C Hamano
1
-0
/
+345
2013-06-30
Merge branch 'jk/submodule-subdirectory-ok'
Junio C Hamano
6
-173
/
+538
2013-06-30
test: spell 'ls-files --delete' option correctly in test descriptions
SZEDER Gábor
1
-2
/
+2
2013-06-29
perf-lib: fix start/stop of perf tests
Thomas Gummerer
1
-1
/
+2
2013-06-28
Merge branch 'nd/clone-connectivity-shortcut' (early part) into maint
Junio C Hamano
1
-0
/
+7
2013-06-27
Merge branch 'ks/difftool-dir-diff-copy-fix' into maint
Junio C Hamano
1
-0
/
+19
2013-06-27
Merge branch 'fc/show-branch-in-rebase-am' into maint
Junio C Hamano
1
-1
/
+1
2013-06-27
Merge branch 'rs/commit-m-no-edit' into maint
Junio C Hamano
1
-0
/
+17
2013-06-27
Merge branch 'jc/strbuf-branchname-fix' into maint
Junio C Hamano
1
-2
/
+13
2013-06-27
Merge branch 'mk/combine-diff-context-horizon-fix' into maint
Junio C Hamano
1
-0
/
+48
2013-06-27
Merge branch 'kb/ancestry-path-threedots' into maint
Junio C Hamano
1
-1
/
+20
2013-06-27
Merge branch 'mh/fetch-into-shallow' into maint
Junio C Hamano
1
-0
/
+14
2013-06-27
Merge branch 'jh/checkout-auto-tracking' into maint
Junio C Hamano
4
-5
/
+173
2013-06-27
Merge branch 'mt/send-email-cc-match-fix'
Junio C Hamano
1
-0
/
+14
2013-06-27
Merge branch 'jk/pull-into-dirty-unborn'
Junio C Hamano
1
-0
/
+29
2013-06-27
Merge branch 'bc/checkout-tracking-name-plug-leak'
Junio C Hamano
1
-2
/
+2
2013-06-27
Merge branch 'rr/rebase-stash-store'
Junio C Hamano
1
-0
/
+19
2013-06-27
rebase -i: handle fixup! fixup! in --autosquash
Andrew Pimlott
2
-0
/
+71
2013-06-27
am: replace uses of --resolved with --continue
Kevin Bracey
1
-2
/
+2
2013-06-26
Merge branch 'tr/maint-apply-non-git-patch-parsefix'
Junio C Hamano
1
-0
/
+14
2013-06-26
Merge branch 'vl/typofix'
Junio C Hamano
1
-1
/
+1
2013-06-26
Merge branch 'fg/submodule-non-ascii-path'
Junio C Hamano
1
-0
/
+15
2013-06-26
git-prompt.sh: do not print duplicate clean color code
Eduardo R. D'Avila
1
-4
/
+4
2013-06-26
t9903: remove redundant tests
Eduardo R. D'Avila
1
-114
/
+1
2013-06-26
t9903: add tests for git-prompt pcmode
Eduardo R. D'Avila
1
-0
/
+254
2013-06-26
pretty: --format output should honor logOutputEncoding
Alexey Shumkin
4
-27
/
+27
2013-06-26
pretty: Add failing tests: --format output should honor logOutputEncoding
Alexey Shumkin
4
-97
/
+199
2013-06-26
t4205 (log-pretty-formats): don't hardcode SHA-1 in expected outputs
Alexey Shumkin
1
-22
/
+26
2013-06-26
t7102 (reset): don't hardcode SHA-1 in expected outputs
Alexey Shumkin
1
-3
/
+5
2013-06-26
t6006 (rev-list-format): don't hardcode SHA-1 in expected outputs
Alexey Shumkin
1
-63
/
+77
2013-06-25
diff: demote core.safecrlf=true to core.safecrlf=warn
Junio C Hamano
1
-0
/
+8
2013-06-24
Merge branch 'rr/am-quit-empty-then-abort-fix'
Junio C Hamano
1
-17
/
+23
2013-06-24
Merge branch 'rt/cherry-pick-continue-advice-in-status'
Junio C Hamano
1
-2
/
+4
2013-06-24
Merge branch 'dk/maint-t5150-dirname'
Junio C Hamano
1
-1
/
+1
2013-06-24
Merge branch 'rr/rebase-sha1-by-string-query'
Junio C Hamano
2
-0
/
+22
2013-06-24
Merge branch 'mm/rm-coalesce-errors'
Junio C Hamano
1
-0
/
+96
2013-06-24
status/commit: make sure --porcelain is not affected by user-facing config
Junio C Hamano
1
-0
/
+5
2013-06-24
status: introduce status.branch to enable --branch by default
Jorge Juan Garcia Garcia
1
-0
/
+27
2013-06-24
status: introduce status.short to enable --short by default
Jorge Juan Garcia Garcia
1
-0
/
+30
2013-06-24
t/t5528-push-default: test pushdefault workflows
Ramkumar Ramachandra
1
-0
/
+57
2013-06-24
t/t5528-push-default: generalize test_push_*
Ramkumar Ramachandra
1
-2
/
+4
2013-06-24
bash prompt: use bash builtins to check stash state
SZEDER Gábor
1
-0
/
+1
2013-06-24
bash prompt: combine 'git rev-parse' for detached head
SZEDER Gábor
1
-0
/
+8
2013-06-24
bash prompt: print unique detached HEAD abbreviated object name
SZEDER Gábor
1
-1
/
+2
2013-06-24
bash prompt: add a test for symbolic link symbolic refs
SZEDER Gábor
1
-0
/
+9
[prev]
[next]