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
2006-12-30
Documentation/config.txt (and repo-config manpage): mark-up fix.
Junio C Hamano
1
-7
/
+7
2006-12-30
Teach Git how to parse standard power of 2 suffixes.
Shawn O. Pearce
3
-1
/
+20
2006-12-30
Use /dev/null for update hook stdin.
Shawn O. Pearce
3
-6
/
+8
2006-12-30
Redirect update hook stdout to stderr.
Shawn O. Pearce
3
-7
/
+30
2006-12-30
Remove unnecessary argc parameter from run_command_v.
Shawn O. Pearce
4
-9
/
+9
2006-12-30
Automatically detect a bare git repository.
Shawn O. Pearce
1
-34
/
+39
2006-12-30
Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.
Shawn O. Pearce
1
-3
/
+3
2006-12-30
Use PATH_MAX constant for --bare.
Shawn O. Pearce
1
-2
/
+2
2006-12-30
Force core.filemode to false on Cygwin.
Shawn O. Pearce
2
-4
/
+18
2006-12-30
Fix formatting for urls section of fetch, pull, and push manpages
Theodore Ts'o
1
-7
/
+16
2006-12-30
Fix yet another subtle xdl_merge() bug
Johannes Schindelin
1
-2
/
+5
2006-12-30
i18n: drop "encoding" header in the output after re-coding.
Junio C Hamano
1
-0
/
+45
2006-12-30
commit-tree: cope with different ways "utf-8" can be spelled.
Junio C Hamano
3
-2
/
+12
2006-12-30
Move commit reencoding parameter parsing to revision.c
Junio C Hamano
3
-0
/
+16
2006-12-30
Documentation: minor rewording for git-log and git-show pages.
Junio C Hamano
2
-5
/
+9
2006-12-30
Documentation: i18n commit log message notes.
Junio C Hamano
5
-0
/
+78
2006-12-30
t3900: test log --encoding=none
Junio C Hamano
1
-1
/
+8
2006-12-30
commit re-encoding: fix confusion between no and default conversion.
Junio C Hamano
1
-0
/
+2
2006-12-29
Merge branch 'jc/curl'
Junio C Hamano
1
-1
/
+1
2006-12-29
Fix 'git add' with .gitignore
Junio C Hamano
4
-29
/
+69
2006-12-29
Revert "read_directory: show_both option."
Junio C Hamano
2
-16
/
+9
2006-12-29
Add info about new test families (8 and 9) to t/README
Jakub Narebski
1
-0
/
+2
2006-12-29
t5400 send-pack test: try a bit more nontrivial transfer.
Junio C Hamano
2
-9
/
+45
2006-12-28
Merge branch 'jc/utf8'
Junio C Hamano
18
-43
/
+308
2006-12-28
Allow non-fast-forward of remote tracking branches in default clone
Junio C Hamano
1
-1
/
+1
2006-12-28
core.logallrefupdates: log remotes/ tracking branches.
Junio C Hamano
1
-1
/
+2
2006-12-28
GIT_SKIP_TESTS: allow users to omit tests that are known to break
Junio C Hamano
1
-18
/
+70
2006-12-28
t3900: test conversion to non UTF-8 as well
Junio C Hamano
1
-0
/
+11
2006-12-28
Merge branch 'jc/make'
Junio C Hamano
1
-6
/
+16
2006-12-28
update hook: redirect _both_ diagnostic lines to stderr upon tag failure
Jim Meyering
1
-1
/
+1
2006-12-28
xdl_merge(): fix a segmentation fault when refining conflicts
Johannes Schindelin
2
-0
/
+26
2006-12-28
git-svn: sort multi-init output
Eric Wong
1
-1
/
+1
2006-12-28
git-svn: verify_ref() should actually --verify
Eric Wong
1
-1
/
+2
2006-12-28
git-svn: print out the SVN library version in --version, too
Eric Wong
1
-1
/
+1
2006-12-28
git-svn: remove non-delta fetch code paths
Eric Wong
2
-176
/
+21
2006-12-28
t9200-git-cvsexportcommit.sh: quiet down commit
Eric Wong
1
-4
/
+6
2006-12-28
test-lib: quiet down init-db output for tests
Eric Wong
1
-1
/
+1
2006-12-28
t6024-recursive-merge: quiet down this test
Eric Wong
1
-43
/
+47
2006-12-28
Merge branch 'js/shallow'
Junio C Hamano
9
-48
/
+445
2006-12-28
Allow git-merge to select the default strategy.
Shawn O. Pearce
1
-18
/
+0
2006-12-28
Honor pull.{twohead,octopus} in git-merge.
Shawn O. Pearce
1
-2
/
+14
2006-12-28
Ensure `git-pull` fails if `git-merge` fails.
Shawn O. Pearce
1
-1
/
+1
2006-12-28
Use branch names in 'git-rebase -m' conflict hunks.
Shawn O. Pearce
1
-1
/
+10
2006-12-28
Honor GIT_REFLOG_ACTION in git-rebase.
Shawn O. Pearce
1
-1
/
+2
2006-12-28
Use GIT_REFLOG_ACTION environment variable instead.
Shawn O. Pearce
7
-41
/
+30
2006-12-28
gitweb: Precompile CGI routines for mod_perl
Jakub Narebski
1
-0
/
+4
2006-12-28
gitweb: Add mod_perl version string to "generator" meta header
Jakub Narebski
1
-1
/
+2
2006-12-27
Rename t3900 test vector file
Junio C Hamano
2
-5
/
+5
2006-12-27
Work around http-fetch built with cURL 7.16.0
Junio C Hamano
1
-1
/
+1
2006-12-27
gcc does not necessarily pass runtime libpath with -R
Junio C Hamano
1
-6
/
+16
[next]