index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-23
Reindent closing bracket using tab instead of spaces
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-10-23
Git 1.7.7.1
Junio C Hamano
2
-2
/
+3
2011-10-23
RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile se...
Jonathan Nieder
1
-2
/
+3
2011-10-21
gitweb: fix regression when filtering out forks
Julien Muchembled
1
-1
/
+1
2011-10-21
Almost ready for 1.7.7.1
Junio C Hamano
1
-0
/
+20
2011-10-21
Merge branch 'nd/maint-autofix-tag-in-head' into maint
Junio C Hamano
7
-65
/
+93
2011-10-21
Merge branch 'jc/apply-blank-at-eof-fix' into maint
Junio C Hamano
1
-2
/
+9
2011-10-21
Merge branch 'jn/no-g-plus-s-on-bsd' into maint
Junio C Hamano
1
-0
/
+1
2011-10-21
Merge branch 'rs/diff-cleanup-records-fix' into maint
Junio C Hamano
3
-3
/
+15
2011-10-21
Merge branch 'il/archive-err-signal' into maint
Junio C Hamano
1
-0
/
+2
2011-10-21
Merge branch 'js/maint-merge-one-file-osx-expr' into maint
Junio C Hamano
1
-1
/
+1
2011-10-21
Merge branch 'jm/maint-apply-detects-corrupt-patch-header' into maint
Junio C Hamano
2
-0
/
+46
2011-10-21
Merge branch 'jc/checkout-from-tree-keep-local-changes' into maint
Junio C Hamano
2
-1
/
+47
2011-10-21
Merge branch 'mm/maint-config-explicit-bool-display' into maint
Junio C Hamano
2
-7
/
+19
2011-10-20
pack-objects: don't traverse objects unnecessarily
Dan McGee
1
-6
/
+12
2011-10-18
strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()
Brandon Casey
1
-1
/
+0
2011-10-18
pack-objects: rewrite add_descendants_to_write_order() iteratively
Dan McGee
1
-7
/
+37
2011-10-18
pack-objects: use unsigned int for counter and offset values
Dan McGee
1
-6
/
+6
2011-10-18
pack-objects: mark add_to_write_order() as inline
Dan McGee
1
-1
/
+1
2011-10-15
fetch: treat --tags like refs/tags/*:refs/tags/* when pruning
Carlos Martín Nieto
2
-4
/
+23
2011-10-15
fetch: honor the user-provided refspecs when pruning refs
Carlos Martín Nieto
5
-20
/
+36
2011-10-15
remote: separate out the remote_find_tracking logic into query_refspecs
Carlos Martín Nieto
1
-36
/
+33
2011-10-15
Prepare for 1.7.7.1
Junio C Hamano
2
-1
/
+40
2011-10-15
Merge branch 'ms/patch-id-with-overlong-line' into maint
Junio C Hamano
1
-4
/
+6
2011-10-15
Merge branch 'jc/maint-bundle-too-quiet' into maint
Junio C Hamano
4
-5
/
+10
2011-10-15
Merge branch 'jk/filter-branch-require-clean-work-tree' into maint
Junio C Hamano
1
-3
/
+1
2011-10-15
Merge branch 'jc/maint-fsck-fwrite-size-check' into maint
Junio C Hamano
1
-6
/
+3
2011-10-15
Merge branch 'bk/ancestry-path' into maint
Junio C Hamano
3
-10
/
+101
2011-10-15
Merge branch 'jk/maint-fetch-submodule-check-fix' into maint
Junio C Hamano
1
-5
/
+72
2011-10-15
Merge branch 'tr/mergetool-valgrind' into maint
Junio C Hamano
1
-0
/
+2
2011-10-15
Merge branch 'nm/grep-object-sha1-lock' into maint
Junio C Hamano
1
-0
/
+3
2011-10-15
Merge branch 'jc/diff-index-unpack' into maint
Junio C Hamano
5
-6
/
+38
2011-10-15
Merge branch 'mm/rebase-i-exec-edit' into maint
Junio C Hamano
2
-4
/
+40
2011-10-15
send-email: Honour SMTP domain when using TLS
Matthew Daley
1
-1
/
+1
2011-10-14
t1304: fall back to $USER if $LOGNAME is not defined
René Scharfe
1
-0
/
+5
2011-10-13
pull,rebase: handle GIT_WORK_TREE better
Jeff King
2
-2
/
+2
2011-10-12
fix "git apply --index ..." not to deref NULL
Jim Meyering
2
-0
/
+46
2011-10-12
branch -m/-M: remove undocumented RENAMED-REF
Junio C Hamano
1
-8
/
+0
2011-10-11
attr.c: respect core.ignorecase when matching attribute patterns
Brandon Casey
2
-3
/
+61
2011-10-10
config: display key_delim for config --bool --get-regexp
Matthieu Moy
2
-7
/
+19
2011-10-07
t5510: add tests for fetch --prune
Carlos Martín Nieto
1
-0
/
+50
2011-10-07
fetch: free all the additional refspecs
Carlos Martín Nieto
1
-1
/
+1
2011-10-06
attr: read core.attributesfile from git_default_core_config
Junio C Hamano
5
-13
/
+9
2011-10-06
builtin/mv.c: plug miniscule memory leak
Brandon Casey
1
-1
/
+5
2011-10-06
cleanup: use internal memory allocation wrapper functions everywhere
Brandon Casey
7
-8
/
+8
2011-10-06
attr.c: avoid inappropriate access to strbuf "buf" member
Brandon Casey
1
-13
/
+11
2011-10-06
merge-one-file: fix "expr: non-numeric argument"
Jay Soffian
1
-1
/
+1
2011-10-05
Support ERR in remote archive like in fetch/push
Ilari Liusvaara
1
-0
/
+2
2011-10-04
remote-curl: Fix warning after HTTP failure
Shawn O. Pearce
1
-1
/
+8
2011-10-03
Makefile: do not set setgid bit on directories on GNU/kFreeBSD
Jonathan Nieder
1
-0
/
+1
[prev]
[next]