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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-05
Merge branch 'jc/fetch-pack-fsck-objects'
Junio C Hamano
2
-4
/
+33
2011-10-05
Merge branch 'jc/traverse-commit-list'
Junio C Hamano
1
-15
/
+2
2011-10-05
Merge branch 'rr/revert-cherry-pick-continue'
Junio C Hamano
1
-154
/
+583
2011-10-05
Merge branch 'ms/patch-id-with-overlong-line'
Junio C Hamano
1
-4
/
+6
2011-10-05
Merge branch 'jc/maint-bundle-too-quiet'
Junio C Hamano
1
-1
/
+1
2011-10-05
Merge branch 'jc/want-commit'
Junio C Hamano
1
-5
/
+14
2011-10-05
Merge branch 'jc/maint-fsck-fwrite-size-check'
Junio C Hamano
1
-6
/
+3
2011-10-05
Merge branch 'nm/grep-object-sha1-lock'
Junio C Hamano
1
-0
/
+3
2011-10-05
Support ERR in remote archive like in fetch/push
Ilari Liusvaara
1
-0
/
+2
2011-10-04
Merge branch 'jc/maint-grep-untracked-exclude' into jc/grep-untracked-exclude
Junio C Hamano
1
-10
/
+20
2011-10-03
name-rev: split usage string
René Scharfe
1
-1
/
+3
2011-10-03
commit: factor out clear_commit_marks_for_object_array
René Scharfe
1
-7
/
+1
2011-10-03
checkout: use leak_pending flag
René Scharfe
1
-13
/
+12
2011-10-03
checkout: use add_pending_{object,sha1} in orphan check
René Scharfe
1
-27
/
+12
2011-09-30
receive-pack: don't pass non-existent refs to post-{receive,update} hooks
Pang Yan Han
1
-6
/
+12
2011-09-30
checkout $tree $path: do not clobber local changes in $path not in $tree
Junio C Hamano
1
-1
/
+5
2011-09-28
apply: use OPT_NOOP_NOARG
René Scharfe
1
-7
/
+2
2011-09-28
revert: use OPT_NOOP_NOARG
René Scharfe
1
-3
/
+1
2011-09-22
Teach '--cached' option to check-attr
Jay Soffian
1
-0
/
+5
2011-09-22
patch-id.c: use strbuf instead of a fixed buffer
Michael Schubert
1
-4
/
+6
2011-09-19
Teach progress eye-candy to fetch_refs_from_bundle()
Junio C Hamano
1
-1
/
+1
2011-09-18
Accept tags in HEAD or MERGE_HEAD
Nguyễn Thái Ngọc Duy
3
-8
/
+7
2011-09-18
merge: remove global variable head[]
Nguyễn Thái Ngọc Duy
1
-44
/
+53
2011-09-18
merge: use return value of resolve_ref() to determine if HEAD is invalid
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-09-16
Merge branch 'ci/forbid-unwanted-current-branch-update'
Junio C Hamano
2
-2
/
+3
2011-09-16
branch --set-upstream: regression fix
Junio C Hamano
2
-2
/
+3
2011-09-16
ls-remote: a lone "-h" is asking for help
Junio C Hamano
1
-0
/
+3
2011-09-15
Allow git merge ":/<pattern>"
Junio C Hamano
1
-5
/
+14
2011-09-14
Merge branch 'ph/format-patch-no-color'
Junio C Hamano
1
-1
/
+2
2011-09-14
checkout: use argv_array API
Jeff King
1
-19
/
+8
2011-09-12
rename "match_refs()" to "match_push_refs()"
Junio C Hamano
2
-3
/
+3
2011-09-12
refactor run_receive_hook()
Junio C Hamano
1
-19
/
+52
2011-09-12
send-pack: typofix error message
Junio C Hamano
1
-1
/
+1
2011-09-12
rename pathspec_prefix() to common_prefix() and move to dir.[ch]
Clemens Buchacher
2
-2
/
+2
2011-09-12
format-patch: ignore ui.color
Pang Yan Han
1
-1
/
+2
2011-09-12
Sync with 1.7.6.3
Junio C Hamano
1
-6
/
+9
2011-09-12
Merge branch 'jl/maint-fetch-submodule-check-fix' into maint
Junio C Hamano
1
-6
/
+9
2011-09-11
Merge branch 'ms/reflog-show-is-default' into maint
Junio C Hamano
1
-2
/
+1
2011-09-11
Merge branch 'jk/reset-reflog-message-fix' into maint
Junio C Hamano
1
-33
/
+16
2011-09-11
Merge branch 'jk/tag-contains-ab' (early part) into maint
Junio C Hamano
1
-1
/
+45
2011-09-11
remote: only update remote-tracking branch if updating refspec
Martin von Zweigbergk
1
-3
/
+7
2011-09-11
remote rename: warn when refspec was not updated
Martin von Zweigbergk
1
-0
/
+6
2011-09-11
remote: "rename o foo" should not rename ref "origin/bar"
Martin von Zweigbergk
1
-1
/
+1
2011-09-11
remote: write correct fetch spec when renaming remote 'remote'
Martin von Zweigbergk
1
-4
/
+8
2011-09-11
fsck: do not abort upon finding an empty blob
Junio C Hamano
1
-6
/
+3
2011-09-11
builtin/revert.c: make commit_list_append() static
Junio C Hamano
1
-2
/
+2
2011-09-09
receive-pack: check connectivity before concluding "git push"
Junio C Hamano
1
-0
/
+43
2011-09-09
check_everything_connected(): libify
Junio C Hamano
1
-65
/
+1
2011-09-09
check_everything_connected(): refactor to use an iterator
Junio C Hamano
1
-14
/
+36
2011-09-09
fetch: verify we have everything we need before updating our ref
Junio C Hamano
1
-56
/
+63
[prev]
[next]