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-11-15
revert: prettify fatal messages
Ramkumar Ramachandra
1
-5
/
+5
2011-11-15
git-compat-util: don't assume value for undefined variable
Ramkumar Ramachandra
1
-1
/
+1
2011-11-15
sha1_file: don't mix enum with int
Ramkumar Ramachandra
1
-1
/
+1
2011-11-15
convert: don't mix enum with int
Ramkumar Ramachandra
1
-3
/
+3
2011-11-15
http: remove unused function hex()
Ramkumar Ramachandra
1
-8
/
+0
2011-11-15
name-rev --all: do not even attempt to describe non-commit object
Junio C Hamano
1
-1
/
+1
2011-11-15
Revert "upload-archive: use start_command instead of fork"
Junio C Hamano
4
-31
/
+55
2011-11-12
Git 1.7.8-rc2
Junio C Hamano
2
-2
/
+2
2011-11-11
Merge branch 'ly/mktree-using-strbuf'
Junio C Hamano
1
-0
/
+1
2011-11-10
Merge "Move 'builtin-*' into a 'builtin/' subdirectory"
Junio C Hamano
943
-17539
/
+77997
2011-11-10
Merge 'build-in git-mktree'
Junio C Hamano
1366
-45469
/
+172869
2011-11-10
mktree: fix a memory leak in write_tree()
Liu Yuan
1
-0
/
+1
2011-11-09
Merge branch 'sn/complete-bash-wo-process-subst'
Junio C Hamano
1
-1
/
+1
2011-11-09
completion: don't leak variable from the prompt into environment
SZEDER Gábor
1
-1
/
+1
2011-11-08
Update draft release notes to 1.7.8
Junio C Hamano
1
-14
/
+5
2011-11-08
Merge branch 'jc/remote-setbranches-usage-fix'
Junio C Hamano
1
-1
/
+1
2011-11-08
Merge branch 'fc/remote-seturl-usage-fix'
Junio C Hamano
1
-1
/
+1
2011-11-08
Sync with 1.7.7.3
Junio C Hamano
5
-50
/
+67
2011-11-08
Git 1.7.7.3
Junio C Hamano
3
-2
/
+21
2011-11-08
Merge branch 'jc/maint-remove-renamed-ref' into maint
Junio C Hamano
1
-8
/
+0
2011-11-08
Merge branch 'jm/maint-gitweb-filter-forks-fix' into maint
Junio C Hamano
1
-1
/
+1
2011-11-08
Merge branch 'dm/pack-objects-update' into maint
Junio C Hamano
1
-19
/
+55
2011-11-08
docs: Update install-doc-quick
Junio C Hamano
3
-50
/
+46
2011-11-08
docs: don't mention --quiet or --exit-code in git-log(1)
Jeff King
1
-0
/
+2
2011-11-07
reachable: per-object progress
Jeff King
1
-14
/
+37
2011-11-07
prune: handle --progress/no-progress
Jeff King
2
-3
/
+12
2011-11-07
prune: show progress while marking reachable objects
Nguyễn Thái Ngọc Duy
4
-7
/
+18
2011-11-07
Git 1.7.8-rc1
Junio C Hamano
2
-2
/
+6
2011-11-07
Merge branch 'ss/blame-textconv-fake-working-tree'
Junio C Hamano
1
-4
/
+3
2011-11-07
blame.c: Properly initialize strbuf after calling textconv_object(), again
Sebastian Schuberth
1
-4
/
+3
2011-11-06
Merge branch 'ab/i18n-test-fix'
Junio C Hamano
2
-3
/
+3
2011-11-06
Merge branch 'sn/http-auth-with-netrc-fix'
Junio C Hamano
1
-4
/
+3
2011-11-06
Merge branch 'pw/p4-appledouble-fix'
Junio C Hamano
2
-0
/
+44
2011-11-06
remote: fix remote set-url usage
Felipe Contreras
1
-1
/
+1
2011-11-06
remote: fix set-branches usage
Junio C Hamano
1
-1
/
+1
2011-11-06
fsck: print progress
Nguyễn Thái Ngọc Duy
4
-7
/
+61
2011-11-06
fsck: avoid reading every object twice
Nguyễn Thái Ngọc Duy
3
-21
/
+39
2011-11-06
verify_packfile(): check as many object as possible in a pack
Nguyễn Thái Ngọc Duy
1
-7
/
+2
2011-11-06
fsck: return error code when verify_pack() goes wrong
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2011-11-06
cast variable in call to free() in builtin/diff.c and submodule.c
Ævar Arnfjörð Bjarmason
2
-2
/
+2
2011-11-06
apply: get rid of useless x < 0 comparison on a size_t type
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2011-11-05
git-p4: ignore apple filetype
Pete Wyckoff
2
-0
/
+44
2011-11-05
t/t7508-status.sh: use test_i18ncmp
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2011-11-05
t/t6030-bisect-porcelain.sh: use test_i18ngrep
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2011-11-05
Support sizes >=2G in various config options accepting 'g' sizes.
Nick Alcock
1
-10
/
+31
2011-11-05
Compatibility: declare strtoimax() under NO_STRTOUMAX
Johannes Sixt
1
-0
/
+2
2011-11-04
http: drop "local" member from request struct
Jeff King
2
-7
/
+0
2011-11-04
http.c: Rely on select instead of tracking whether data was received
Mika Fischer
2
-16
/
+1
2011-11-04
http.c: Use timeout suggested by curl instead of fixed 50ms timeout
Mika Fischer
1
-2
/
+18
2011-11-04
http.c: Use curl_multi_fdset to select on curl fds instead of just sleeping
Mika Fischer
1
-3
/
+3
[prev]
[next]