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-04-06
stash: drop dirty worktree check on apply
Jeff King
1
-4
/
+16
2011-04-05
stash: fix false positive in the invalid ref test.
Jon Seymour
1
-5
/
+5
2011-04-05
stash: fix accidental apply of non-existent stashes
Jeff King
1
-0
/
+6
2011-04-04
Merge branch 'jl/submodule-fetch-on-demand'
Junio C Hamano
3
-1
/
+276
2011-04-04
Merge branch 'nm/maint-conflicted-submodule-entries'
Junio C Hamano
1
-6
/
+52
2011-04-03
pull: do not clobber untracked files on initial pull
Jeff King
1
-0
/
+11
2011-04-03
Merge branch 'jc/maint-rev-list-culled-boundary' into maint
Junio C Hamano
1
-0
/
+27
2011-04-03
Merge branch 'mm/maint-log-n-with-diff-filtering' into maint
Junio C Hamano
4
-0
/
+19
2011-04-03
Merge branch 'jk/format-patch-multiline-header' into maint
Junio C Hamano
1
-0
/
+84
2011-04-03
Merge branch 'lp/config-vername-check' into maint
Junio C Hamano
1
-4
/
+18
2011-04-03
sha1_name: Suggest commit:./file for path in subdir
Michael J Gruber
1
-1
/
+1
2011-04-03
t1506: factor out test for "Did you mean..."
Michael J Gruber
1
-5
/
+12
2011-04-03
t2019-checkout-ambiguous-ref.sh: depend on C_LOCALE_OUTPUT
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2011-04-01
Merge branch 'nd/init-gitdir'
Junio C Hamano
2
-0
/
+59
2011-04-01
Merge branch 'jr/grep-en-config'
Junio C Hamano
1
-1
/
+23
2011-04-01
Merge branch 'ab/i18n-st'
Junio C Hamano
34
-156
/
+257
2011-04-01
Merge branch 'jk/pull-into-empty'
Junio C Hamano
2
-0
/
+15
2011-04-01
Merge branch 'pk/stash-apply-status-relative' into maint
Junio C Hamano
1
-0
/
+19
2011-04-01
Merge branch 'jc/maint-diff-q-filter' into maint
Junio C Hamano
1
-0
/
+7
2011-04-01
Merge branch 'jh/maint-do-not-track-non-branches' into maint
Junio C Hamano
3
-15
/
+31
2011-04-01
Merge branch 'js/checkout-untracked-symlink' into maint
Junio C Hamano
2
-3
/
+61
2011-04-01
Merge "checkout ambiguous ref bugfix" into maint
Junio C Hamano
1
-0
/
+59
2011-04-01
reflog: fix overriding of command line options
Michael J Gruber
1
-1
/
+1
2011-04-01
t/t1411: test reflog with formats
Michael J Gruber
1
-0
/
+18
2011-04-01
clean: unreadable directory may still be rmdir-able if it is empty
Alex Riesen
1
-0
/
+7
2011-03-30
submodule: process conflicting submodules only once
Nicolas Morey-Chaisemartin
1
-6
/
+52
2011-03-30
Merge branch 'maint'
Junio C Hamano
2
-10
/
+10
2011-03-30
remote: separate the concept of push and fetch mirrors
Jeff King
1
-0
/
+78
2011-03-30
grep: allow -E and -n to be turned on by default via configuration
Joe Ratterman
1
-1
/
+23
2011-03-30
t8001: check the exit status of the command being tested
Junio C Hamano
1
-5
/
+6
2011-03-30
Typos: t/README
Michael Witten
1
-5
/
+4
2011-03-30
Merge branch 'svn-fe' of git://repo.or.cz/git/jrn
Junio C Hamano
2
-8
/
+12
2011-03-29
tests: kill backgrounded processes more robustly
Jeff King
1
-6
/
+6
2011-03-29
Merge branch 'maint'
Junio C Hamano
1
-3
/
+3
2011-03-29
HOME must be set before calling git-init when creating test repositories
Alex Riesen
1
-3
/
+3
2011-03-29
tests: make sure input to sed is newline terminated
Jonathan Nieder
1
-2
/
+6
2011-03-28
tests: fix overeager scrubbing of environment variables
Jens Lehmann
1
-1
/
+10
2011-03-26
Merge branch 'mg/rev-list-n-parents'
Junio C Hamano
1
-10
/
+108
2011-03-26
Merge branch 'jk/checkout-orphan-warning'
Junio C Hamano
1
-0
/
+47
2011-03-26
Merge branch 'jc/maint-rerere-in-workdir'
Junio C Hamano
1
-0
/
+55
2011-03-26
Merge branch 'svn-fe' of git://repo.or.cz/git/jrn
Junio C Hamano
2
-22
/
+117
2011-03-26
vcs-svn: handle log message with embedded NUL
Jonathan Nieder
1
-0
/
+77
2011-03-26
vcs-svn: remove buffer_read_string
Jonathan Nieder
1
-22
/
+13
2011-03-26
vcs-svn: make reading of properties binary-safe
Jonathan Nieder
1
-0
/
+27
2011-03-25
pull: do not clobber untracked files on initial pull
Jeff King
1
-0
/
+11
2011-03-25
merge: merge unborn index before setting ref
Jeff King
1
-0
/
+4
2011-03-25
t7607: clean up stray untracked file
Jeff King
1
-1
/
+2
2011-03-25
t7607: mark known breakage in test 11 as fixed
Jeff King
1
-1
/
+1
2011-03-24
tests: avoid nonportable {foo,bar} glob
Jonathan Nieder
1
-8
/
+8
2011-03-23
diffcore-rename: don't consider unmerged path as source
Martin von Zweigbergk
1
-0
/
+62
[prev]
[next]