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
2009-03-24
close_sha1_file(): make it easier to diagnose errors
Linus Torvalds
1
-1
/
+1
2009-03-24
avoid possible overflow in delta size filtering computation
Nicolas Pitre
1
-1
/
+1
2009-03-22
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
1
-1
/
+1
2009-03-22
diff --cached: do not borrow from a work tree when a path is marked as assume...
Junio C Hamano
2
-1
/
+17
2009-03-22
everyday: use the dashless form of git-init
David Aguilar
1
-1
/
+1
2009-03-21
Merge branch 'js/maint-1.6.0-path-normalize' into maint-1.6.1
Junio C Hamano
6
-152
/
+115
2009-03-21
Merge branch 'jc/maint-1.6.0-pack-directory' into maint-1.6.1
Junio C Hamano
7
-27
/
+73
2009-03-21
pack-objects: don't loosen objects available in alternate or kept packs
Brandon Casey
2
-2
/
+26
2009-03-21
Propagate --exec-path setting to external commands via GIT_EXEC_PATH
Johannes Sixt
1
-0
/
+4
2009-03-21
t7700: demonstrate repack flaw which may loosen objects unnecessarily
Brandon Casey
1
-0
/
+17
2009-03-21
git-branch: display "was sha1" on branch deletion rather than just "sha1"
Brandon Casey
2
-2
/
+2
2009-03-20
Remove --kept-pack-only option and associated infrastructure
Brandon Casey
5
-31
/
+2
2009-03-20
pack-objects: only repack or loosen objects residing in "local" packs
Brandon Casey
2
-3
/
+3
2009-03-20
git-repack.sh: don't use --kept-pack-only option to pack-objects
Brandon Casey
2
-6
/
+2
2009-03-20
t7700-repack: add two new tests demonstrating repacking flaws
Brandon Casey
1
-0
/
+44
2009-03-18
blame: read custom grafts given by -S before calling setup_revisions()
Junio C Hamano
1
-4
/
+4
2009-03-12
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
4
-38
/
+82
2009-03-12
Merge branch 'en/maint-1.6.1-hash-object' into maint-1.6.1
Junio C Hamano
1
-2
/
+2
2009-03-12
Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0
Junio C Hamano
22
-10
/
+229
2009-03-12
Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0
Junio C Hamano
2
-36
/
+73
2009-03-12
Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0
Junio C Hamano
2
-2
/
+9
2009-03-12
Merge branch 'js/maint-1.6.1-filter-branch-submodule' into maint-1.6.1
Junio C Hamano
1
-1
/
+1
2009-03-12
Merge branch 'gt/maint-1.6.1-utf8-width' into maint-1.6.1
Junio C Hamano
3
-5
/
+27
2009-03-12
Merge branch 'js/maint-1.6.1-remote-remove-mirror' into maint-1.6.1
Junio C Hamano
2
-7
/
+58
2009-03-12
Merge branch 'ek/maint-1.6.1-filter-branch-bare' into maint-1.6.1
Junio C Hamano
2
-13
/
+16
2009-03-12
Merge branch 'jc/maint-1.6.1-add-u-remove-conflicted' into maint-1.6.1
Junio C Hamano
2
-1
/
+69
2009-03-12
Merge branch 'js/maint-1.6.1-rebase-i-submodule' into maint-1.6.1
Junio C Hamano
2
-5
/
+30
2009-03-12
Merge branch 'jc/maint-1.6.1-allow-uninteresting-missing' into maint-1.6.1
Junio C Hamano
2
-3
/
+44
2009-03-12
Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.1
Junio C Hamano
22
-10
/
+229
2009-03-12
Merge branch 'jk/maint-1.6.1-cleanup-after-exec-failure' into maint-1.6.1
Junio C Hamano
3
-10
/
+30
2009-03-12
Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0
Junio C Hamano
2
-66
/
+98
2009-03-07
builtin-revert.c: release index lock when cherry-picking an empty commit
Chris Johnsen
2
-0
/
+34
2009-02-28
Documentation: minor grammatical fixes.
David J. Mellor
1
-6
/
+6
2009-02-28
Ensure proper setup of git_dir for git-hash-object
Elijah Newren
1
-2
/
+2
2009-02-28
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-1
/
+1
2009-02-28
added missing backtick in git-apply.txt
Danijel Tasov
1
-1
/
+1
2009-02-28
is_kept_pack(): final clean-up
Junio C Hamano
5
-21
/
+13
2009-02-28
Simplify is_kept_pack()
Junio C Hamano
5
-51
/
+18
2009-02-28
Consolidate ignore_packed logic more
Junio C Hamano
4
-21
/
+17
2009-02-28
has_sha1_kept_pack(): take "struct rev_info"
Junio C Hamano
4
-9
/
+12
2009-02-28
has_sha1_pack(): refactor "pretend these packs do not exist" interface
Junio C Hamano
7
-13
/
+33
2009-02-28
git-repack: resist stray environment variable
Junio C Hamano
1
-0
/
+1
2009-02-27
bisect: fix another instance of eval'ed string
Christian Couder
1
-1
/
+7
2009-02-27
bisect: fix quoting TRIED revs when "bad" commit is also "skip"ped
Christian Couder
2
-35
/
+66
2009-02-26
Fix odb_mkstemp() on AIX
Mike Ralphson
1
-1
/
+2
2009-02-25
Make sure objects/pack exists before creating a new pack
Junio C Hamano
7
-27
/
+72
2009-02-19
More friendly message when locking the index fails.
Matthieu Moy
3
-3
/
+17
2009-02-19
Document git blame --reverse.
Matthieu Moy
2
-1
/
+8
2009-02-18
Documentation: Note file formats send-email accepts
Todd Zullinger
1
-0
/
+13
2009-02-18
tests: fix "export var=val"
Junio C Hamano
2
-3
/
+3
[prev]
[next]