index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-10-06
xdiff: cast arguments for ctype functions to unsigned char
Jonathan Nieder
3
-10
/
+11
2010-10-06
init: plug tiny one-time memory leak
Jonathan Nieder
1
-13
/
+19
2010-10-05
diffcore-pickaxe.c: remove unnecessary curly braces
Brandon Casey
1
-2
/
+1
2010-10-04
send-email: Don't leak To: headers between patches
Stephen Boyd
2
-8
/
+25
2010-10-04
t3020 (ls-files-error-unmatch): remove stray '1' from end of file
Elijah Newren
1
-1
/
+0
2010-10-04
setup: make sure git dir path is in a permanent buffer
Jonathan Nieder
1
-1
/
+3
2010-10-04
environment.c: remove unused variable
Jonathan Nieder
1
-3
/
+1
2010-10-04
Add MinGW-specific execv() override.
Eric Sunshine
2
-0
/
+7
2010-10-04
Fix Windows-specific macro redefinition warning.
Eric Sunshine
1
-0
/
+6
2010-10-04
Fix 'clone' failure at DOS root directory.
Eric Sunshine
1
-1
/
+5
2010-10-04
mingw: do not crash on open(NULL, ...)
Erik Faye-Lund
1
-2
/
+2
2010-10-04
git-am: fix detection of absolute paths for windows
Pat Thoyts
2
-6
/
+21
2010-10-04
Side-step MSYS-specific path "corruption" leading to t5560 failure.
Eric Sunshine
1
-2
/
+1
2010-10-04
Side-step sed line-ending "corruption" leading to t6038 failure.
Eric Sunshine
1
-1
/
+3
2010-10-02
Skip 'git archive --remote' test on msysGit
Pat Thoyts
1
-1
/
+1
2010-10-02
Do not strip CR when grepping HTTP headers.
Pat Thoyts
2
-0
/
+3
2010-10-02
Skip t1300.70 and 71 on msysGit.
Pat Thoyts
3
-10
/
+6
2010-10-02
merge-octopus: Work around environment issue on Windows
Johannes Schindelin
1
-0
/
+5
2010-10-02
MinGW: Report errors when failing to launch the html browser.
Pat Thoyts
1
-2
/
+6
2010-10-02
MinGW: fix stat() and lstat() implementations for handling symlinks
Pat Thoyts
2
-5
/
+37
2010-10-02
MinGW: Add missing file mode bit defines
Sebastian Schuberth
1
-1
/
+13
2010-10-02
MinGW: Use pid_t more consequently, introduce uid_t for greater compatibility
Sebastian Schuberth
1
-5
/
+6
2010-09-30
send-email: extract_valid_address use qr// regexes
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2010-09-30
send-email: is_rfc2047_quoted use qr// regexes
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2010-09-30
Fix typo in pack-objects' usage
Johannes Schindelin
1
-1
/
+1
2010-09-30
Make sure that git_getpass() never returns NULL
Johannes Schindelin
1
-2
/
+6
2010-09-30
send-email: use Perl idioms in while loop
Ævar Arnfjörð Bjarmason
2
-4
/
+3
2010-09-30
send-email: make_message_id use "require" instead of "use"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-09-30
send-email: send_message die on $!, not $?
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-09-30
send-email: use (?:) instead of () if no match variables are needed
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-09-30
send-email: sanitize_address use qq["foo"], not "\"foo\""
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-09-30
send-email: sanitize_address use $foo, not "$foo"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-09-30
send-email: use \E***\Q instead of \*\*\*
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-09-30
send-email: cleanup_compose_files doesn't need a prototype
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2010-09-30
send-email: unique_email_list doesn't need a prototype
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2010-09-30
send-email: file_declares_8bit_cte doesn't need a prototype
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-09-30
send-email: get_patch_subject doesn't need a prototype
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-09-30
send-email: use lexical filehandles during sending
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2010-09-30
send-email: use lexical filehandles for $compose
Ævar Arnfjörð Bjarmason
1
-11
/
+11
2010-09-30
send-email: use lexical filehandle for opendir
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2010-09-30
t0004 (unwritable files): simplify error handling
Jonathan Nieder
1
-38
/
+14
2010-09-30
rev-list-options: clarify --parents and --children
Michael J Gruber
1
-4
/
+4
2010-09-30
Start 1.7.4 cycle
Junio C Hamano
3
-2
/
+56
2010-09-29
MinGW: avoid collisions between "tags" and "TAGS"
Junio C Hamano
1
-6
/
+9
2010-09-29
diff: trivial fix for --output file error message
Matthieu Moy
1
-1
/
+1
2010-09-29
send-email: Use To: headers in patch files
Stephen Boyd
2
-0
/
+31
2010-09-29
user-manual: fix anchor name Finding-comments-With-given-Content
Michael J Gruber
1
-1
/
+1
2010-09-29
user-manual: be consistent in illustrations to 'git rebase'
Kirill Smelkov
1
-2
/
+2
2010-09-29
stash: simplify parsing fixes
Jon Seymour
1
-21
/
+7
2010-09-29
diff: add synonyms for -M, -C, -B
Kevin Ballard
2
-3
/
+25
[prev]
[next]