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
2007-01-15
Replace "echo -n" with printf in shell scripts.
Jason Riedy
6
-7
/
+7
2007-01-15
Set _ALL_SOURCE for AIX, but avoid its struct list.
Jason Riedy
1
-2
/
+5
2007-01-15
Start all test scripts with /bin/sh.
Jason Riedy
3
-1
/
+3
2007-01-15
git-pull: disallow implicit merging to detached HEAD
Jeff King
2
-2
/
+15
2007-01-15
Fix git-fetch while on detached HEAD not to give needlessly alarming errors
Junio C Hamano
3
-8
/
+40
2007-01-15
git reflog expire: document --stale-fix option.
Junio C Hamano
2
-2
/
+2
2007-01-14
Merge git://git.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
1
-1
/
+2
2007-01-14
Use nice names in conflict markers during cherry-pick/revert.
Shawn O. Pearce
1
-0
/
+6
2007-01-14
Use merge-recursive in git-revert/git-cherry-pick
Junio C Hamano
2
-17
/
+74
2007-01-14
Documentation: merge-output is not too verbose now.
Junio C Hamano
2
-11
/
+2
2007-01-14
Remove hash in git-describe in favor of util slot.
Shawn O. Pearce
1
-64
/
+12
2007-01-14
Correct priority of lightweight tags in git-describe.
Shawn O. Pearce
1
-12
/
+25
2007-01-14
Add describe test.
Junio C Hamano
1
-0
/
+97
2007-01-14
Improve git-describe performance by reducing revision listing.
Shawn O. Pearce
2
-49
/
+106
2007-01-14
Use binary searching on large buckets in git-describe.
Shawn O. Pearce
1
-8
/
+21
2007-01-14
Hash tags by commit SHA1 in git-describe.
Shawn O. Pearce
1
-12
/
+17
2007-01-14
Always perfer annotated tags in git-describe.
Shawn O. Pearce
1
-11
/
+13
2007-01-14
some doc updates
Nicolas Pitre
5
-49
/
+29
2007-01-14
git log documentation: teach -<n> form.
Junio C Hamano
1
-1
/
+1
2007-01-14
Convert output messages in merge-recursive to past tense.
Shawn O. Pearce
1
-18
/
+18
2007-01-14
Display a progress meter during merge-recursive.
Shawn O. Pearce
1
-7
/
+66
2007-01-14
Enable output buffering in merge-recursive.
Shawn O. Pearce
1
-1
/
+39
2007-01-14
Allow the user to control the verbosity of merge-recursive.
Shawn O. Pearce
2
-38
/
+69
2007-01-14
Remove unnecessary call_depth parameter in merge-recursive.
Shawn O. Pearce
1
-9
/
+7
2007-01-14
Merge branch 'jc/int'
Junio C Hamano
6
-33
/
+333
2007-01-14
Merge branch 'sp/merge' (early part)
Junio C Hamano
1
-17
/
+23
2007-01-14
Merge branch 'jc/subdir'
Junio C Hamano
9
-31
/
+34
2007-01-14
Remove read_or_die in favor of better error messages.
Shawn O. Pearce
3
-15
/
+4
2007-01-14
Hide output about SVN::Core not being found during tests.
Shawn O. Pearce
1
-1
/
+1
2007-01-13
simplify the "no changes added to commit" message
Nicolas Pitre
1
-1
/
+1
2007-01-13
More tests in t3901.
Junio C Hamano
1
-36
/
+137
2007-01-13
Consistent message encoding while reusing log from an existing commit.
Junio C Hamano
2
-6
/
+15
2007-01-13
git-commit documentation: -a adds and also removes
Junio C Hamano
1
-1
/
+2
2007-01-13
t3901: test "format-patch | am" pipe with i18n
Junio C Hamano
3
-0
/
+162
2007-01-13
Use log output encoding in --pretty=email headers.
Junio C Hamano
1
-27
/
+55
2007-01-13
git-remote: no longer silent on unknown commands.
Quy Tonthat
1
-1
/
+6
2007-01-13
git-svn: fix tests to work with older svn
Eric Wong
2
-2
/
+4
2007-01-13
[PATCH] Make gitk work when launched in a subdirectory
Peter Baumann
1
-1
/
+1
2007-01-13
[PATCH] gitk: add current directory to main window title
Doug Maxey
1
-0
/
+1
2007-01-12
Allow whole-tree operations to be started from a subdirectory
Junio C Hamano
4
-2
/
+12
2007-01-12
Use cd_to_toplevel in scripts that implement it by hand.
Junio C Hamano
4
-29
/
+11
2007-01-12
Define cd_to_toplevel shell function in git-sh-setup
Junio C Hamano
1
-0
/
+11
2007-01-12
Make git-prune-packed a bit more chatty.
Junio C Hamano
3
-9
/
+22
2007-01-12
glossary typofix
Junio C Hamano
1
-1
/
+1
2007-01-12
use 'init' instead of 'init-db' for shipped docs and tools
Nicolas Pitre
29
-45
/
+42
2007-01-12
Explain "Not a git repository: '.git'".
Junio C Hamano
1
-1
/
+5
2007-01-12
merge-recursive: do not report the resulting tree object name
Junio C Hamano
1
-6
/
+3
2007-01-12
git-revert: Fix die before git-sh-setup defines it.
Bob Proulx
1
-1
/
+2
2007-01-12
fix documentation for git-commit --no-verify
Michael S. Tsirkin
1
-6
/
+2
2007-01-11
Fix up totally buggered read_or_die()
Linus Torvalds
1
-14
/
+8
[next]