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
2013-10-30
t5570: Update for clone-progress-to-stderr branch
Brian Gernhardt
1
-2
/
+1
2013-10-28
Merge branch 'jk/clone-progress-to-stderr' into maint
Junio C Hamano
3
-5
/
+11
2013-10-28
Merge branch 'jk/format-patch-from' into maint
Junio C Hamano
1
-0
/
+10
2013-10-28
Merge branch 'jk/shortlog-tolerate-broken-commit' into maint
Junio C Hamano
1
-0
/
+16
2013-10-28
test-lib: fix typo in comment
Torstein Hegge
1
-1
/
+1
2013-10-23
Merge branch 'jc/ls-files-killed-optim' into maint
Junio C Hamano
1
-8
/
+19
2013-10-23
Merge branch 'jh/checkout-auto-tracking' into maint
Junio C Hamano
2
-4
/
+40
2013-10-23
Merge branch 'nd/fetch-into-shallow' into maint
Junio C Hamano
2
-3
/
+11
2013-10-17
Merge branch 'nd/git-dir-pointing-at-gitfile' into maint
Junio C Hamano
1
-0
/
+4
2013-10-17
Merge branch 'ap/commit-author-mailmap' into maint
Junio C Hamano
1
-0
/
+11
2013-10-17
Merge branch 'es/rebase-i-no-abbrev' into maint
Junio C Hamano
1
-2
/
+87
2013-10-17
Merge branch 'rt/rebase-p-no-merge-summary' into maint
Junio C Hamano
1
-0
/
+23
2013-10-17
t4254: modernize tests
SZEDER Gábor
1
-21
/
+15
2013-10-14
clone --branch: refuse to clone if upstream repo is empty
Ralf Thielow
1
-1
/
+7
2013-09-20
format-patch: print in-body "From" only when needed
Jeff King
1
-0
/
+10
2013-09-18
shortlog: ignore commits with missing authors
Jeff King
1
-0
/
+16
2013-09-18
clone: always set transport options
Jeff King
1
-0
/
+4
2013-09-18
clone: treat "checking connectivity" like other progress
Jeff King
1
-1
/
+2
2013-09-18
clone: send diagnostic messages to stderr
Jeff King
2
-5
/
+6
2013-09-18
Merge branch 'bc/completion-for-bash-3.0' into maint
Junio C Hamano
1
-1
/
+1
2013-09-18
Merge branch 'mm/no-shell-escape-in-die-message' into maint
Junio C Hamano
1
-0
/
+13
2013-09-18
Merge branch 'jl/some-submodule-config-are-not-boolean' into maint
Junio C Hamano
1
-0
/
+10
2013-09-18
Merge branch 'tr/log-full-diff-keep-true-parents' into maint
Junio C Hamano
2
-0
/
+28
2013-09-18
Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch' into maint
Junio C Hamano
1
-0
/
+72
2013-09-18
Merge branch 'sp/clip-read-write-to-8mb' into maint
Junio C Hamano
1
-0
/
+14
2013-09-18
Merge branch 'jk/mailmap-incomplete-line' into maint
Junio C Hamano
1
-1
/
+15
2013-09-17
t3200: fix failure on case-insensitive filesystems
Eric Sunshine
1
-0
/
+1
2013-09-17
t7406-submodule-update: add missing &&
Tay Ray Chuan
1
-1
/
+1
2013-09-09
branch.c: Relax unnecessary requirement on upstream's remote ref name
Per Cederqvist
1
-1
/
+1
2013-09-09
t3200: Add test demonstrating minor regression in 41c21f2
Johan Herland
1
-0
/
+34
2013-09-09
t3200: Minor fix when preparing for tracking failure
Johan Herland
1
-1
/
+2
2013-09-09
t2024: Fix &&-chaining and a couple of typos
Johan Herland
1
-3
/
+3
2013-09-05
Merge branch 'nd/fetch-pack-shallow-fix' into maint
Junio C Hamano
1
-0
/
+16
2013-09-03
Make setup_git_env() resolve .git file when $GIT_DIR is not specified
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2013-08-28
mailmap: handle mailmap blobs without trailing newlines
Jeff King
1
-1
/
+15
2013-08-28
Add testcase for needless objects during a shallow fetch
Matthijs Kooijman
1
-0
/
+11
2013-08-28
upload-pack: delegate rev walking in shallow fetch to pack-objects
Nguyễn Thái Ngọc Duy
1
-3
/
+0
2013-08-25
rebase -i: fix short SHA-1 collision
Junio C Hamano
1
-1
/
+1
2013-08-25
t3404: rebase -i: demonstrate short SHA-1 collision
Eric Sunshine
1
-0
/
+24
2013-08-25
t3404: make tests more self-contained
Eric Sunshine
1
-2
/
+63
2013-08-25
fetch-pack: do not remove .git/shallow file when --depth is not specified
Nguyễn Thái Ngọc Duy
1
-0
/
+16
2013-08-24
commit: search author pattern against mailmap
Antoine Pelisse
1
-0
/
+11
2013-08-23
dir.c::test_one_path(): work around directory_exists_in_index_icase() breakage
Eric Sunshine
1
-6
/
+9
2013-08-21
t9902-completion.sh: old Bash still does not support array+=('') notation
Brandon Casey
1
-1
/
+1
2013-08-21
rebase --preserve-merges: ignore "merge.log" config
Ralf Thielow
1
-0
/
+23
2013-08-20
xread, xwrite: limit size of IO to 8MB
Steffen Prohaska
1
-0
/
+14
2013-08-19
avoid segfault on submodule.*.path set to an empty "true"
Jharrod LaFon
1
-0
/
+10
2013-08-15
t3010: update to demonstrate "ls-files -k" optimization pitfalls
Junio C Hamano
1
-3
/
+9
2013-08-14
Revert "Add new @ shortcut for HEAD"
Junio C Hamano
1
-2
/
+0
2013-08-14
Revert "git stash: avoid data loss when "git stash save" kills a directory"
Junio C Hamano
1
-18
/
+0
[next]