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-01-31
gpg: allow translation of more error messages
Stephen Boyd
1
-3
/
+3
2013-01-31
push: fix segfault when HEAD points nowhere
Fraser Tweedale
1
-1
/
+1
2013-01-30
Merge git://ozlabs.org/~paulus/gitk
Junio C Hamano
2
-2
/
+16
2013-01-30
CodingGuidelines: add Python coding guidelines
John Keeping
1
-0
/
+14
2013-01-30
git_remote_helpers: remove GIT-PYTHON-VERSION upon "clean"
Junio C Hamano
1
-1
/
+1
2013-01-30
INSTALL: git-p4 does not support Python 3
Junio C Hamano
1
-2
/
+3
2013-01-30
branch: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-5
/
+6
2013-01-30
Merge branch 'nd/edit-branch-desc-while-detached' into HEAD
Junio C Hamano
1
-4
/
+4
2013-01-30
branch: give a more helpful message on redundant arguments
Nguyễn Thái Ngọc Duy
2
-4
/
+4
2013-01-30
branch: reject -D/-d without branch name
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2013-01-30
branch: no detached HEAD check when editing another branch's description
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2013-01-30
Merge branch 'rr/minimal-stat'
Junio C Hamano
5
-10
/
+28
2013-01-30
Merge branch 'nd/magic-pathspec-from-root'
Junio C Hamano
3
-3
/
+25
2013-01-30
Merge branch 'maint'
Junio C Hamano
1
-8
/
+7
2013-01-30
Merge branch 'tb/t0050-maint' into maint
Junio C Hamano
1
-35
/
+17
2013-01-30
gitk: Ignore gitk-wish buildproduct
Christian Couder
2
-2
/
+16
2013-01-29
mergetool--lib: improve the help text in guess_merge_tool()
David Aguilar
1
-1
/
+7
2013-01-29
mergetool--lib: simplify command expressions
David Aguilar
1
-23
/
+15
2013-01-29
Merge branch 'nd/fix-directory-attrs-off-by-one' into maint
Junio C Hamano
1
-20
/
+18
2013-01-29
Merge branch 'ph/rebase-preserve-all-merges' into maint
Junio C Hamano
1
-1
/
+6
2013-01-29
README: update stale and/or incorrect information
Junio C Hamano
1
-8
/
+7
2013-01-28
upload-pack: simplify request validation
Junio C Hamano
1
-17
/
+11
2013-01-28
mergetools: simplify how we handle "vim" and "defaults"
David Aguilar
6
-52
/
+34
2013-01-28
gitweb: refer to picon/gravatar images over the same scheme
Andrej E Baranov
1
-2
/
+2
2013-01-28
Update draft release notes to 1.8.2
Junio C Hamano
1
-30
/
+12
2013-01-28
Sync with 1.8.1.2
Junio C Hamano
1
-0
/
+12
2013-01-28
Git 1.8.1.2
Junio C Hamano
2
-1
/
+13
2013-01-28
Merge branch 'ss/help-htmlpath-config-doc' into maint
Junio C Hamano
1
-0
/
+6
2013-01-28
Merge branch 'nd/attr-debug-fix' into maint
Junio C Hamano
1
-1
/
+1
2013-01-28
Merge branch 'ds/completion-silence-in-tree-path-probe' into maint
Junio C Hamano
1
-1
/
+1
2013-01-28
Merge branch 'jn/maint-trim-vim-contrib' into maint
Junio C Hamano
1
-13
/
+3
2013-01-28
Merge branch 'pe/doc-email-env-is-trumped-by-config' into maint
Junio C Hamano
1
-2
/
+2
2013-01-28
Merge branch 'mk/complete-tcsh' into maint
Junio C Hamano
1
-12
/
+21
2013-01-28
Merge branch 'ap/status-ignored-in-ignored-directory' into maint
Junio C Hamano
3
-22
/
+225
2013-01-28
Merge branch 'er/stop-recommending-parsecvs' into maint
Junio C Hamano
1
-4
/
+2
2013-01-28
Merge branch 'mh/ceiling' into maint
Junio C Hamano
11
-165
/
+202
2013-01-28
Merge branch 'tb/t0050-maint'
Junio C Hamano
1
-35
/
+17
2013-01-28
Merge branch 'dl/am-hg-locale'
Junio C Hamano
1
-1
/
+1
2013-01-28
Merge branch 'jc/help'
Junio C Hamano
2
-18
/
+17
2013-01-28
Merge branch 'bc/fix-array-syntax-for-3.0-in-completion-bash'
Junio C Hamano
1
-1
/
+1
2013-01-28
add: warn when -u or -A is used without pathspec
Matthieu Moy
2
-4
/
+47
2013-01-28
git-remote-testpy: fix path hashing on Python 3
John Keeping
1
-1
/
+17
2013-01-27
mergetool--lib: don't call "exit" in setup_tool
John Keeping
1
-3
/
+20
2013-01-27
mergetool--lib: improve show_tool_help() output
David Aguilar
1
-5
/
+21
2013-01-27
mergetools/vim: remove redundant diff command
David Aguilar
1
-10
/
+2
2013-01-27
l10n: Update Swedish translation (1983t0f0u)
Peter Krefting
1
-563
/
+601
2013-01-26
git p4: introduce gitConfigBool
Pete Wyckoff
1
-19
/
+26
2013-01-26
git p4: avoid shell when calling git config
Pete Wyckoff
1
-6
/
+9
2013-01-26
git p4: avoid shell when invoking git config --get-all
Pete Wyckoff
1
-1
/
+2
2013-01-26
git p4: avoid shell when invoking git rev-list
Pete Wyckoff
1
-2
/
+3
[prev]
[next]