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
2013-06-26
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
Junio C Hamano
9
-21
/
+20
2013-06-26
Merge branch 'mm/merge-in-dirty-worktree-doc'
Junio C Hamano
1
-2
/
+2
2013-06-26
Merge branch 'kb/diff-blob-blob-doc'
Junio C Hamano
1
-7
/
+7
2013-06-26
Merge branch 'mm/push-force-is-dangerous'
Junio C Hamano
1
-0
/
+9
2013-06-26
Merge branch 'fg/submodule-non-ascii-path'
Junio C Hamano
2
-1
/
+17
2013-06-26
documentation: add git:// transport security notice
Fraser Tweedale
1
-0
/
+3
2013-06-26
git-prompt.sh: add missing information in comments
Eduardo R. D'Avila
1
-11
/
+15
2013-06-26
git-prompt.sh: do not print duplicate clean color code
Eduardo R. D'Avila
2
-5
/
+5
2013-06-26
t9903: remove redundant tests
Eduardo R. D'Avila
1
-114
/
+1
2013-06-26
git-prompt.sh: refactor colored prompt code
Eduardo R. D'Avila
1
-59
/
+26
2013-06-26
t9903: add tests for git-prompt pcmode
Eduardo R. D'Avila
1
-0
/
+254
2013-06-26
column doc: rewrite documentation for column.ui
Ramkumar Ramachandra
1
-3
/
+17
2013-06-25
.mailmap: Map "H.Merijn Brand" to "H. Merijn Brand"
Stefan Beller
1
-0
/
+1
2013-06-25
diff: demote core.safecrlf=true to core.safecrlf=warn
Junio C Hamano
2
-1
/
+17
2013-06-24
Update draft release notes to 1.8.4
Junio C Hamano
1
-4
/
+14
2013-06-24
Merge branch 'rr/am-quit-empty-then-abort-fix'
Junio C Hamano
2
-17
/
+40
2013-06-24
Merge branch 'rt/cherry-pick-continue-advice-in-status'
Junio C Hamano
2
-4
/
+8
2013-06-24
Merge branch 'nk/config-local-doc'
Junio C Hamano
1
-0
/
+9
2013-06-24
Merge branch 'jk/mergetool-lib-refactor'
Junio C Hamano
1
-47
/
+35
2013-06-24
Merge branch 'jk/doc-build-move-infordir-def'
Junio C Hamano
1
-22
/
+22
2013-06-24
Merge branch 'fg/submodule-fixup'
Junio C Hamano
1
-2
/
+2
2013-06-24
Merge branch 'dk/version-gen-gitdir'
Junio C Hamano
1
-1
/
+1
2013-06-24
Merge branch 'dk/maint-t5150-dirname'
Junio C Hamano
1
-1
/
+1
2013-06-24
Merge branch 'rs/unpack-trees-tree-walk-conflict-field'
Junio C Hamano
2
-16
/
+4
2013-06-24
Merge branch 'rr/rebase-sha1-by-string-query'
Junio C Hamano
4
-2
/
+36
2013-06-24
Merge branch 'mm/rm-coalesce-errors'
Junio C Hamano
5
-19
/
+184
2013-06-24
Merge branch 'jh/libify-note-handling'
Junio C Hamano
8
-189
/
+203
2013-06-24
Merge branch 'fc/sequencer-plug-leak'
Junio C Hamano
1
-7
/
+11
2013-06-24
status/commit: make sure --porcelain is not affected by user-facing config
Junio C Hamano
3
-22
/
+61
2013-06-24
commit: make it work with status.short
Ramkumar Ramachandra
1
-0
/
+1
2013-06-24
status: introduce status.branch to enable --branch by default
Jorge Juan Garcia Garcia
3
-0
/
+35
2013-06-24
status: introduce status.short to enable --short by default
Jorge Juan Garcia Garcia
3
-0
/
+41
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
push: change `simple` to accommodate triangular workflows
Ramkumar Ramachandra
2
-15
/
+38
2013-06-24
bash prompt: mention that PROMPT_COMMAND mode is faster
SZEDER Gábor
1
-5
/
+5
2013-06-24
bash prompt: avoid command substitution when finalizing gitstring
SZEDER Gábor
1
-1
/
+5
2013-06-24
bash prompt: avoid command substitution when checking for untracked files
SZEDER Gábor
1
-1
/
+1
2013-06-24
bash prompt: use bash builtins to check stash state
SZEDER Gábor
2
-2
/
+4
2013-06-24
bash prompt: use bash builtins to check for unborn branch for dirty state
SZEDER Gábor
1
-1
/
+1
2013-06-24
bash prompt: combine 'git rev-parse' for detached head
SZEDER Gábor
2
-4
/
+20
2013-06-24
bash prompt: combine 'git rev-parse' executions in the main code path
SZEDER Gábor
1
-5
/
+13
2013-06-24
bash prompt: use bash builtins to find out current branch
SZEDER Gábor
1
-18
/
+33
2013-06-24
bash prompt: use bash builtins to find out rebase state
SZEDER Gábor
1
-6
/
+6
2013-06-24
bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()
SZEDER Gábor
2
-27
/
+1
2013-06-24
bash prompt: return early from __git_ps1() when not in a git repository
SZEDER Gábor
1
-100
/
+101
2013-06-24
bash prompt: print unique detached HEAD abbreviated object name
SZEDER Gábor
2
-2
/
+3
2013-06-24
bash prompt: add a test for symbolic link symbolic refs
SZEDER Gábor
1
-0
/
+9
2013-06-24
completion, bash prompt: move __gitdir() tests to completion test suite
SZEDER Gábor
2
-128
/
+134
2013-06-24
Revert "Merge branch 'jg/status-config'"
Junio C Hamano
3
-76
/
+0
[prev]
[next]