index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove pack file handling dependency from wrapper.o
Jonathan Nieder
2010-11-10
2
-3
/
+13
*
pack-objects: mark file-local variable static
Jonathan Nieder
2010-11-10
1
-1
/
+1
*
wrapper: give zlib wrappers their own translation unit
Jonathan Nieder
2010-11-10
3
-60
/
+62
*
strbuf: move strbuf_branchname to sha1_name.c
Jonathan Nieder
2010-11-10
2
-18
/
+18
*
path helpers: move git_mkstemp* to wrapper.c
Jonathan Nieder
2010-11-10
2
-113
/
+113
*
wrapper: move odb_* to environment.c
Jonathan Nieder
2010-11-10
3
-37
/
+38
*
wrapper: move xmmap() to sha1_file.c
Jonathan Nieder
2010-11-10
2
-15
/
+15
*
Merge branch 'maint'
Junio C Hamano
2010-11-09
4
-4
/
+16
|
\
|
*
Documentation: document show -s
Jonathan Nieder
2010-11-09
2
-0
/
+7
|
*
dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkout
Nguyễn Thái Ngọc Duy
2010-11-08
2
-4
/
+9
*
|
Merge branch 'aw/git-p4-deletion'
Junio C Hamano
2010-11-05
1
-1
/
+3
|
\
\
|
*
|
Fix handling of git-p4 on deleted files
Andrew Waters
2010-10-22
1
-1
/
+3
*
|
|
Merge branch 'master' of git://repo.or.cz/git-gui
Junio C Hamano
2010-11-05
3
-23
/
+90
|
\
\
\
|
*
|
|
git-gui: apply color information from git diff output
Pat Thoyts
2010-10-28
2
-2
/
+42
|
*
|
|
git-gui: use wordprocessor tab style to ensure tabs work as expected
Pat Thoyts
2010-10-28
1
-0
/
+1
|
*
|
|
git-gui: correct assignment of work-tree
Pat Thoyts
2010-10-20
1
-5
/
+14
|
*
|
|
git-gui: use full dialog width for old name when renaming branch
Pat Thoyts
2010-10-08
1
-1
/
+1
|
*
|
|
git-gui: generic version trimming
Pat Thoyts
2010-10-07
1
-5
/
+12
|
*
|
|
git-gui: enable the Tk console when tracing/debugging on Windows
Pat Thoyts
2010-10-06
1
-0
/
+2
|
*
|
|
git-gui: show command-line errors in a messagebox on Windows
Pat Thoyts
2010-10-06
1
-10
/
+16
|
*
|
|
On Windows, avoid git-gui to call Cygwin's nice utility
Sebastian Schuberth
2010-10-05
1
-0
/
+2
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2010-11-05
1
-7
/
+7
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Fix a formatting error in git-merge.txt
Nathan W. Panike
2010-10-29
1
-7
/
+7
*
|
|
|
t0003: properly quote $HOME
Thomas Rast
2010-10-29
1
-1
/
+1
*
|
|
|
contrib/ciabot: git-describe commit instead of HEAD
Sven Eckelmann
2010-10-29
1
-1
/
+1
*
|
|
|
completion: fix zsh check under bash with 'set -u'
Mark Lodato
2010-10-28
1
-3
/
+3
*
|
|
|
Merge branch 'ab/send-email-perl'
Junio C Hamano
2010-10-27
2
-40
/
+36
|
\
\
\
\
|
*
|
|
|
send-email: extract_valid_address use qr// regexes
Ævar Arnfjörð Bjarmason
2010-09-30
1
-2
/
+2
|
*
|
|
|
send-email: is_rfc2047_quoted use qr// regexes
Ævar Arnfjörð Bjarmason
2010-09-30
1
-2
/
+2
|
*
|
|
|
send-email: use Perl idioms in while loop
Ævar Arnfjörð Bjarmason
2010-09-30
2
-4
/
+3
|
*
|
|
|
send-email: make_message_id use "require" instead of "use"
Ævar Arnfjörð Bjarmason
2010-09-30
1
-1
/
+1
|
*
|
|
|
send-email: send_message die on $!, not $?
Ævar Arnfjörð Bjarmason
2010-09-30
1
-1
/
+1
|
*
|
|
|
send-email: use (?:) instead of () if no match variables are needed
Ævar Arnfjörð Bjarmason
2010-09-30
1
-1
/
+1
|
*
|
|
|
send-email: sanitize_address use qq["foo"], not "\"foo\""
Ævar Arnfjörð Bjarmason
2010-09-30
1
-1
/
+1
|
*
|
|
|
send-email: sanitize_address use $foo, not "$foo"
Ævar Arnfjörð Bjarmason
2010-09-30
1
-1
/
+1
|
*
|
|
|
send-email: use \E***\Q instead of \*\*\*
Ævar Arnfjörð Bjarmason
2010-09-30
1
-1
/
+1
|
*
|
|
|
send-email: cleanup_compose_files doesn't need a prototype
Ævar Arnfjörð Bjarmason
2010-09-30
1
-3
/
+1
|
*
|
|
|
send-email: unique_email_list doesn't need a prototype
Ævar Arnfjörð Bjarmason
2010-09-30
1
-2
/
+1
|
*
|
|
|
send-email: file_declares_8bit_cte doesn't need a prototype
Ævar Arnfjörð Bjarmason
2010-09-30
1
-1
/
+1
|
*
|
|
|
send-email: get_patch_subject doesn't need a prototype
Ævar Arnfjörð Bjarmason
2010-09-30
1
-1
/
+1
|
*
|
|
|
send-email: use lexical filehandles during sending
Ævar Arnfjörð Bjarmason
2010-09-30
1
-7
/
+7
|
*
|
|
|
send-email: use lexical filehandles for $compose
Ævar Arnfjörð Bjarmason
2010-09-30
1
-11
/
+11
|
*
|
|
|
send-email: use lexical filehandle for opendir
Ævar Arnfjörð Bjarmason
2010-09-30
1
-3
/
+3
*
|
|
|
|
Merge branch 'sb/send-email-use-to-from-input'
Junio C Hamano
2010-10-27
2
-8
/
+56
|
\
\
\
\
\
|
*
|
|
|
|
send-email: Don't leak To: headers between patches
Stephen Boyd
2010-10-04
2
-8
/
+25
|
*
|
|
|
|
send-email: Use To: headers in patch files
Stephen Boyd
2010-09-29
2
-0
/
+31
*
|
|
|
|
|
Merge branch 'ab/require-perl-5.8'
Junio C Hamano
2010-10-27
16
-13
/
+27
|
\
\
\
\
\
\
|
*
|
|
|
|
|
perl: use "use warnings" instead of -w
Ævar Arnfjörð Bjarmason
2010-09-27
7
-7
/
+10
|
*
|
|
|
|
|
perl: bump the required Perl version to 5.8 from 5.6.[21]
Ævar Arnfjörð Bjarmason
2010-09-27
14
-6
/
+17
*
|
|
|
|
|
|
Merge branch 'kb/merge-recursive-rename-threshold'
Junio C Hamano
2010-10-27
6
-6
/
+41
|
\
\
\
\
\
\
\
[next]