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
2011-08-22
git-p4: Add simple test case for branch import
Vitor Antunes
1
-0
/
+64
2011-08-22
clone: allow more than one --reference
Junio C Hamano
1
-0
/
+15
2011-08-22
Show interpreted branch name in error messages
Conrad Irwin
1
-0
/
+9
2011-08-22
Prevent force-updating of the current branch
Conrad Irwin
2
-0
/
+20
2011-08-22
clone: allow to clone from .git file
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2011-08-22
git-p4: Add test case for copy detection
Vitor Antunes
1
-0
/
+83
2011-08-22
git-p4: Add test case for rename detection
Vitor Antunes
1
-0
/
+53
2011-08-20
push: Don't push a repository with unpushed submodules
Fredrik Gustafsson
1
-0
/
+87
2011-08-20
Use kwset in grep
Fredrik Kuivinen
1
-2
/
+2
2011-08-19
support pager.* for external commands
Jeff King
1
-0
/
+36
2011-08-19
color: delay auto-color decision until point of use
Jeff King
1
-0
/
+12
2011-08-19
branch.c: use the parsed branch name
Michael J Gruber
1
-0
/
+14
2011-08-18
Merge branch 'db/am-skip-blank-at-the-beginning'
Junio C Hamano
1
-0
/
+18
2011-08-18
setup_pager: set GIT_PAGER_IN_USE
Jeff King
1
-0
/
+11
2011-08-18
t7006: use test_config helpers
Jeff King
1
-21
/
+18
2011-08-18
test-lib: add helper functions for config
Jeff King
1
-0
/
+18
2011-08-18
t7006: modernize calls to unset
Jeff King
1
-2
/
+2
2011-08-17
Merge branch 'mh/check-attr-relative'
Junio C Hamano
1
-21
/
+69
2011-08-17
Merge branch 'js/bisect-no-checkout'
Junio C Hamano
1
-3
/
+172
2011-08-17
Merge branch 'rc/histogram-diff'
Junio C Hamano
3
-159
/
+180
2011-08-17
Merge branch 'js/ref-namespaces'
Junio C Hamano
1
-0
/
+85
2011-08-17
doc/fast-import: document feature import-marks-if-exists
Dmitry Ivankov
1
-0
/
+47
2011-08-16
Merge branch 'jk/tag-list-multiple-patterns' into maint
Junio C Hamano
1
-0
/
+5
2011-08-16
Merge branch 'jl/submodule-update-quiet' into maint
Junio C Hamano
1
-2
/
+4
2011-08-16
Merge branch 'jl/submodule-add-relurl-wo-upstream' into maint
Junio C Hamano
1
-0
/
+10
2011-08-16
Merge branch 'js/ls-tree-error' into maint
Junio C Hamano
1
-0
/
+24
2011-08-16
Merge branch 'jk/fast-export-quote-path' into maint
Junio C Hamano
1
-1
/
+27
2011-08-16
Merge branch 'jc/maint-reset-unmerged-path' into maint
Junio C Hamano
1
-0
/
+15
2011-08-16
Merge branch 'jc/submodule-sync-no-auto-vivify' into maint
Junio C Hamano
1
-2
/
+13
2011-08-16
Merge branch 'bc/submodule-foreach-stdin-fix-1.7.4' into maint
Junio C Hamano
1
-0
/
+18
2011-08-16
Merge branch 'aw/rebase-i-p' into maint
Junio C Hamano
3
-3
/
+29
2011-08-16
Merge branch 'jk/combine-diff-binary-etc' into maint
Junio C Hamano
1
-0
/
+212
2011-08-16
revert: plug memory leak in "cherry-pick root commit" codepath
Jonathan Nieder
1
-1
/
+26
2011-08-14
fast-import: prevent producing bad delta
Dmitry Ivankov
1
-1
/
+1
2011-08-14
fast-import: add a test for tree delta base corruption
Dmitry Ivankov
1
-0
/
+41
2011-08-14
merge-recursive: Fix virtual merge base for rename/rename(1to2)/add-dest
Elijah Newren
1
-1
/
+1
2011-08-14
t6036: criss-cross + rename/rename(1to2)/add-dest + simple modify
Elijah Newren
1
-0
/
+69
2011-08-14
merge-recursive: Avoid unnecessary file rewrites
Elijah Newren
1
-3
/
+3
2011-08-14
t6022: Additional tests checking for unnecessary updates of files
Elijah Newren
1
-0
/
+91
2011-08-14
merge-recursive: Fix spurious 'refusing to lose untracked file...' messages
Elijah Newren
1
-1
/
+1
2011-08-14
t6022: Add testcase for spurious "refusing to lose untracked" messages
Elijah Newren
1
-0
/
+26
2011-08-14
t3030: fix accidental success in symlink rename
Jeff King
1
-2
/
+5
2011-08-14
merge-recursive: Fix working copy handling for rename/rename/add/add
Elijah Newren
1
-1
/
+10
2011-08-14
merge-recursive: add handling for rename/rename/add-dest/add-dest
Elijah Newren
1
-1
/
+1
2011-08-14
merge-recursive: Make modify/delete handling code reusable
Elijah Newren
1
-2
/
+2
2011-08-14
merge-recursive: Consider modifications in rename/rename(2to1) conflicts
Elijah Newren
2
-29
/
+11
2011-08-14
merge-recursive: Fix rename/rename(1to2) resolution for virtual merge base
Elijah Newren
1
-1
/
+1
2011-08-14
merge-recursive: Fix modify/delete resolution in the recursive case
Elijah Newren
1
-2
/
+2
2011-08-14
merge-recursive: When we detect we can skip an update, actually skip it
Elijah Newren
1
-2
/
+2
2011-08-14
merge-recursive: Provide more info in conflict markers with file renames
Elijah Newren
2
-5
/
+72
[prev]
[next]