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
2010-01-20
Merge branch 'jc/ls-files-ignored-pathspec'
Junio C Hamano
1
-0
/
+39
2010-01-20
Merge branch 'jc/grep-lookahead'
Junio C Hamano
1
-23
/
+51
2010-01-20
Merge branch 'mm/conflict-advice'
Junio C Hamano
2
-3
/
+5
2010-01-20
Merge branch 'da/difftool'
Junio C Hamano
1
-12
/
+51
2010-01-20
Merge branch 'mh/rebase-fixup'
Junio C Hamano
2
-31
/
+76
2010-01-20
Merge branch 'ns/rebase-auto-squash'
Junio C Hamano
1
-0
/
+73
2010-01-20
Merge branch 'mh/rebase-fixup' (early part)
Junio C Hamano
2
-53
/
+94
2010-01-20
Merge branch 'il/push-set-upstream'
Junio C Hamano
1
-0
/
+69
2010-01-20
Merge branch 'jk/warn-author-committer-after-commit'
Junio C Hamano
2
-1
/
+12
2010-01-20
Merge branch 'tr/http-push-ref-status'
Junio C Hamano
1
-0
/
+44
2010-01-20
Merge branch 'bk/fix-relative-gitdir-file'
Junio C Hamano
1
-0
/
+38
2010-01-20
Merge branch 'bg/maint-remote-update-default' into maint
Junio C Hamano
1
-0
/
+14
2010-01-20
Merge branch 'sb/maint-octopus' into maint
Junio C Hamano
1
-0
/
+51
2010-01-20
Merge branch 'maint-1.6.5' into maint
Junio C Hamano
1
-0
/
+6
2010-01-20
rev-parse --branches/--tags/--remotes=pattern
Ilari Liusvaara
1
-1
/
+62
2010-01-20
rev-parse --glob
Ilari Liusvaara
1
-0
/
+134
2010-01-20
Merge branch 'jk/maint-1.6.5-reset-hard' into maint-1.6.5
Junio C Hamano
1
-0
/
+6
2010-01-20
Teach @{upstream} syntax to strbuf_branchanme()
Junio C Hamano
1
-3
/
+3
2010-01-20
t1506: more test for @{upstream} syntax
Junio C Hamano
1
-0
/
+41
2010-01-18
Merge branch 'maint-1.6.4' into maint-1.6.5
Junio C Hamano
2
-20
/
+20
2010-01-18
Merge branch 'maint-1.6.3' into maint-1.6.4
Junio C Hamano
2
-20
/
+20
2010-01-18
Merge branch 'maint-1.6.2' into maint-1.6.3
Junio C Hamano
2
-20
/
+20
2010-01-18
Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4
Junio C Hamano
1
-1
/
+5
2010-01-18
Fix mis-backport of t7002
Junio C Hamano
1
-1
/
+5
2010-01-18
Merge branch 'jc/rerere'
Junio C Hamano
1
-0
/
+15
2010-01-18
Merge branch 'pc/uninteresting-submodule-disappear-upon-switch-branches'
Junio C Hamano
1
-0
/
+9
2010-01-18
Add branch --set-upstream
Ilari Liusvaara
1
-0
/
+21
2010-01-18
builtin-apply.c: fix the --- and +++ header filename consistency check
Andreas Gruenbacher
1
-0
/
+38
2010-01-18
Add git remote set-url
Ilari Liusvaara
1
-1
/
+215
2010-01-18
builtin-apply.c: Skip filenames without enough components
Andreas Gruenbacher
1
-0
/
+5
2010-01-17
Extend merge-subtree tests to test -Xsubtree=dir.
Avery Pennarun
1
-1
/
+46
2010-01-17
Teach git-pull to pass -X<option> to git-merge
Avery Pennarun
1
-0
/
+8
2010-01-17
git merge -X<option>
Avery Pennarun
1
-0
/
+56
2010-01-17
Merge branch 'tc/test-locate-httpd'
Junio C Hamano
1
-6
/
+24
2010-01-17
Merge branch 'jh/commit-status'
Junio C Hamano
1
-0
/
+109
2010-01-17
Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge'
Junio C Hamano
1
-0
/
+57
2010-01-17
Merge branch 'tc/clone-v-progress'
Junio C Hamano
1
-1
/
+2
2010-01-17
Merge branch 'tc/smart-http-restrict'
Junio C Hamano
5
-260
/
+349
2010-01-17
Merge branch 'jk/run-command-use-shell'
Junio C Hamano
3
-3
/
+4
2010-01-17
Merge branch 'sr/gfi-options'
Junio C Hamano
1
-0
/
+152
2010-01-17
git status: Show uncommitted submodule changes too when enabled
Jens Lehmann
2
-3
/
+3
2010-01-16
Merge branch 'cc/reset-more'
Junio C Hamano
1
-10
/
+10
2010-01-16
Teach diff that modified submodule directory is dirty
Junio C Hamano
1
-1
/
+83
2010-01-16
Show submodules as modified when they contain a dirty work tree
Jens Lehmann
1
-15
/
+68
2010-01-16
Add push --set-upstream
Ilari Liusvaara
1
-0
/
+69
2010-01-16
t7111: fix bad HEAD in tests with unmerged entries
Christian Couder
1
-10
/
+10
2010-01-15
difftool: Update copyright notices to list each year separately
David Aguilar
1
-1
/
+1
2010-01-15
Test t5560: Fix test when run with dash
Tarmigan Casebolt
1
-5
/
+10
2010-01-15
difftool: Use eval to expand '--extcmd' expressions
David Aguilar
1
-0
/
+13
2010-01-15
difftool: Add '-x' and as an alias for '--extcmd'
David Aguilar
1
-0
/
+8
[prev]
[next]