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-03-09
Fix typo in t/README
Mathias Lafeldt
1
-1
/
+1
2011-03-09
ls-remote documentation: <refs> argument is optional
Piotr Krukowiecki
1
-1
/
+1
2011-03-09
Add Author and Documentation sections to git-for-each-ref.txt
Alexei Sholik
1
-0
/
+12
2011-03-09
Documentation: remove redundant colons in git-for-each-ref.txt
Alexei Sholik
1
-3
/
+3
2011-03-08
SubmittingPatches: clarify the expected commit log description
Junio C Hamano
1
-8
/
+18
2011-03-08
diff format documentation: clarify --cc and -c
Adam Monsen
1
-4
/
+7
2011-03-08
git-log.txt,rev-list-options.txt: -n/--max-count is commit limiting
Michael J Gruber
2
-1
/
+3
2011-03-08
rev-list-options.txt: typo fix
Michael J Gruber
1
-1
/
+1
2011-03-08
git-compat-util.h: Honor HP C's noreturn attribute
Michal Rokos
1
-1
/
+4
2011-03-08
Makefile: add NO_FNMATCH_CASEFOLD to HP-UX section
Michal Rokos
1
-0
/
+1
2011-03-06
apply -v: show offset count when patch did not apply exactly
Junio C Hamano
1
-2
/
+14
2011-03-04
apply: do not patch lines that were already patched
Junio C Hamano
1
-1
/
+6
2011-03-04
Documentation: fix a typo in git-apply.txt
Michał Kiedrowicz
1
-1
/
+1
2011-03-03
init: remove unnecessary check
Nguyễn Thái Ngọc Duy
1
-7
/
+5
2011-03-02
sha1_file.c: Don't retain open fds on small packs
Shawn O. Pearce
3
-6
/
+39
2011-03-02
mingw: add minimum getrlimit() compatibility stub
Erik Faye-Lund
1
-0
/
+16
2011-03-01
verify-pack: add --stat-only to the synopsis section
Junio C Hamano
1
-1
/
+1
2011-02-28
Limit file descriptors used by packs
Shawn O. Pearce
1
-13
/
+30
2011-02-27
git-instaweb: Change how gitweb.psgi is made runnable as standalone app
Jakub Narebski
1
-2
/
+4
2011-02-27
git-cvsimport.perl: Bail out right away when reading from the server fails
Fabian Keil
1
-1
/
+3
2011-02-27
doc: technical details about the index file format
Nguyễn Thái Ngọc Duy
1
-0
/
+165
2011-02-27
branch_merged: fix grammar in warning
Eric Hanchrow
1
-1
/
+1
2011-02-25
commit: error out for missing commit message template
Jonathan Nieder
2
-4
/
+12
2011-02-25
mergetool-lib: call vim in readonly mode for diffs
Michael J Gruber
1
-2
/
+2
2011-02-23
format-patch: rfc2047-encode newlines in headers
Jeff King
1
-2
/
+2
2011-02-23
format-patch: wrap long header lines
Jeff King
2
-8
/
+108
2011-02-23
strbuf: add fixed-length version of add_wrapped_text
Jeff King
2
-0
/
+11
2011-02-22
Disallow empty section and variable names
Libor Pechacek
2
-1
/
+10
2011-02-22
Sanity-check config variable names
Libor Pechacek
4
-50
/
+102
2011-02-22
diff: don't retrieve binary blobs for diffstat
Jeff King
1
-4
/
+11
2011-02-22
diff: handle diffstat of rewritten binary files
Jeff King
2
-10
/
+21
2011-02-21
do not overwrite untracked symlinks
Clemens Buchacher
2
-4
/
+12
2011-02-21
Documentation: clarify -u<mode> option defaults
Clemens Buchacher
2
-14
/
+14
2011-02-21
t/t7500-commit.sh: use test_cmp instead of test
Ævar Arnfjörð Bjarmason
1
-1
/
+6
2011-02-21
t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediate
Ævar Arnfjörð Bjarmason
3
-88
/
+6
2011-02-21
gitweb/gitweb.perl: don't call S_ISREG() with undef
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2011-02-21
gitweb/gitweb.perl: remove use of qw(...) as parentheses
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2011-02-18
diffcore-rename: improve estimate_similarity() heuristics
Linus Torvalds
1
-1
/
+1
2011-02-18
diffcore-rename: properly honor the difference between -M and -C
Linus Torvalds
6
-33
/
+32
2011-02-18
for_each_hash: allow passing a 'void *data' pointer to callback
Linus Torvalds
4
-11
/
+13
2011-02-18
clone: die when trying to clone missing local path
Jeff King
2
-1
/
+14
2011-02-17
tests: skip terminal output tests on OS X
Jonathan Nieder
1
-3
/
+19
2011-02-17
t7406: "git submodule update {--merge|--rebase]" with new submodules
Spencer E. Olson
1
-0
/
+52
2011-02-17
submodule: no [--merge|--rebase] when newly cloned
Spencer E. Olson
1
-0
/
+9
2011-02-17
git-patch-id: do not trip over "no newline" markers
Michael J Gruber
2
-1
/
+3
2011-02-17
git-patch-id: test for "no newline" markers
Michael J Gruber
1
-0
/
+36
2011-02-17
Make <identifier> lowercase in Documentation
Michael J Gruber
3
-13
/
+13
2011-02-16
branch/checkout --track: Ensure that upstream branch is indeed a branch
Johan Herland
4
-18
/
+39
2011-02-16
Merge branch 'maint-1.7.3' into maint
Junio C Hamano
0
-0
/
+0
2011-02-16
Merge branch 'maint-1.7.2' into maint-1.7.3
Junio C Hamano
3
-20
/
+26
[prev]
[next]