index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Update draft release notes to 1.8.4
Junio C Hamano
2013-06-23
*
Merge branch 'mz/rebase-tests'
Junio C Hamano
2013-06-23
|
\
|
*
rebase topology tests: fix commit names on case-insensitive file systems
Johannes Sixt
2013-06-18
|
*
tests: move test for rebase messages from t3400 to t3406
Martin von Zweigbergk
2013-06-07
|
*
t3406: modernize style
Martin von Zweigbergk
2013-06-07
|
*
add tests for rebasing merged history
Martin von Zweigbergk
2013-06-07
|
*
add tests for rebasing root
Martin von Zweigbergk
2013-06-07
|
*
add tests for rebasing of empty commits
Martin von Zweigbergk
2013-06-07
|
*
add tests for rebasing with patch-equivalence present
Martin von Zweigbergk
2013-06-07
|
*
add simple tests of consistency across rebase types
Martin von Zweigbergk
2013-06-07
*
|
Merge branch 'jk/unpack-entry-fallback-to-another'
Junio C Hamano
2013-06-23
|
\
\
|
*
|
unpack_entry: do not die when we fail to apply a delta
Jeff King
2013-06-14
|
*
|
t5303: drop "count=1" from corruption dd
Jeff King
2013-06-14
*
|
|
Merge branch 'jk/apache-test-for-2.4'
Junio C Hamano
2013-06-23
|
\
\
\
|
*
|
|
lib-httpd/apache.conf: check version only after mod_version loads
Jeff King
2013-06-21
|
*
|
|
t/lib-httpd/apache.conf: configure an MPM module for apache 2.4
Jeff King
2013-06-14
|
*
|
|
t/lib-httpd/apache.conf: load compat access module in apache 2.4
Jeff King
2013-06-14
|
*
|
|
t/lib-httpd/apache.conf: load extra auth modules in apache 2.4
Jeff King
2013-06-14
|
*
|
|
t/lib-httpd/apache.conf: do not use LockFile in apache >= 2.4
Jeff King
2013-06-14
*
|
|
|
Merge branch 'cm/remote-mediawiki-perlcritique'
Junio C Hamano
2013-06-23
|
\
\
\
\
|
*
|
|
|
git-remote-mediawiki: make error message more precise
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: add a perlcritic rule in Makefile
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: add a .perlcriticrc file
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: clearly rewrite double dereference
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: fix a typo ("mediwiki" instead of "mediawiki")
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: put non-trivial numeric values in constants.
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: don't use quotes for empty strings
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: replace "unless" statements with negated "if" statements
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: brace file handles for print for more clarity
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: modify strings for a better coding-style
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: put long code into a subroutine
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: remove import of unused open2
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: check return value of open
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: assign a variable as undef and make proper indentation
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: rename a variable ($last) which has the name of a keyword
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: remove unused variable $entry
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: turn double-negated expressions into simple expressions
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: change the name of a variable
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: add newline in the end of die() error messages
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: change style in a regexp
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: change style in a regexp
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: change separator of some regexps
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: change the behaviour of a split
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: remove useless regexp modifier (m)
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: rewrite unclear line of instructions
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: change syntax of map calls
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: move a variable declaration at the top of the code
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: always end a subroutine with a return
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: replace :utf8 by :encoding(UTF-8)
Célestin Matte
2013-06-14
|
*
|
|
|
git-remote-mediawiki: move "use warnings;" before any instruction
Célestin Matte
2013-06-14
[next]