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
*
Git 1.7.1.2
v1.7.1.2
Junio C Hamano
2010-07-27
*
Sync with 1.7.0 series
Junio C Hamano
2010-07-27
|
\
|
*
Git 1.7.0.7
v1.7.0.7
Junio C Hamano
2010-07-27
|
*
config --get --path: check for unset $HOME
Jonathan Nieder
2010-07-27
*
|
Merge branch 'maint-1.7.0' into maint-1.7.1
Junio C Hamano
2010-07-25
|
\
\
|
|
/
|
*
Merge branch 'maint-1.6.6' into maint-1.7.0
Junio C Hamano
2010-07-25
|
|
\
|
|
*
Merge branch 'maint-1.6.5' into maint-1.6.6
Junio C Hamano
2010-07-25
|
|
|
\
|
|
|
*
request-pull.txt: Document -p option
Stephen Boyd
2010-07-25
|
|
|
*
Merge branch 'maint-1.6.4' into maint-1.6.5
Junio C Hamano
2010-07-25
|
|
|
|
\
|
|
|
|
*
Check size of path buffer before writing into it
Greg Brockman
2010-07-25
*
|
|
|
|
t/README: clarify test_must_fail description
Brandon Casey
2010-07-20
*
|
|
|
|
Check size of path buffer before writing into it
Greg Brockman
2010-07-20
*
|
|
|
|
update-server-info: Shorten read_pack_info_file()
Ralf Thielow
2010-07-19
*
|
|
|
|
Documentation: Explain git-mergetool's use of temporary files
David Aguilar
2010-07-19
*
|
|
|
|
Documentation: add submodule.* to the big configuration variable list
Jonathan Nieder
2010-07-15
*
|
|
|
|
gitmodules.5: url can be a relative path
Jonathan Nieder
2010-07-15
*
|
|
|
|
gitweb: fix esc_url
Pavan Kumar Sunkara
2010-07-15
*
|
|
|
|
git fetch documentation: describe short '-p' synonym to '--prune' option
Oren Held
2010-07-13
*
|
|
|
|
format-patch: document the format.to configuration setting
Miklos Vajna
2010-07-13
*
|
|
|
|
Documentation: Spelling fix in protocol-capabilities.txt
Fredrik Skolmli
2010-07-09
*
|
|
|
|
checkout: accord documentation to what git does
Nicolas Sebrecht
2010-07-09
*
|
|
|
|
t0005: work around strange $? in ksh when program terminated by a signal
Johannes Sixt
2010-07-09
*
|
|
|
|
backmerge a few more fixes to 1.7.1.X series
Junio C Hamano
2010-07-07
*
|
|
|
|
Merge branch 'maint-1.6.4' into maint
Junio C Hamano
2010-07-07
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-option
Uwe Kleine-König
2010-07-07
*
|
|
|
|
Merge branch 'mg/doc-rev-parse-treepath-syntax' into maint
Junio C Hamano
2010-07-07
|
\
\
\
\
\
|
*
|
|
|
|
git-rev-parse.txt: Add more examples for caret and colon
Michael J Gruber
2010-06-29
|
*
|
|
|
|
git-rev-parse.txt: Document ":path" specifier
Michael J Gruber
2010-06-27
*
|
|
|
|
|
Merge branch 'tr/receive-pack-aliased-update-fix' into maint
Junio C Hamano
2010-07-07
|
\
\
\
\
\
\
|
*
|
|
|
|
|
check_aliased_update: strcpy() instead of strcat() to copy
Thomas Rast
2010-06-11
|
*
|
|
|
|
|
receive-pack: detect aliased updates which can occur with symrefs
Jay Soffian
2010-04-19
|
*
|
|
|
|
|
receive-pack: switch global variable 'commands' to a parameter
Jay Soffian
2010-04-19
*
|
|
|
|
|
|
fix git branch -m in presence of cross devices
Pierre Habouzit
2010-07-07
*
|
|
|
|
|
|
add missing && to submodule-merge testcase
Heiko Voigt
2010-07-06
*
|
|
|
|
|
|
test-date: fix sscanf type conversion
Jeff King
2010-07-06
*
|
|
|
|
|
|
xdiff: optimise for no whitespace difference when ignoring whitespace.
Dylan Reid
2010-07-05
*
|
|
|
|
|
|
t0006: test timezone parsing
Jeff King
2010-07-05
*
|
|
|
|
|
|
rerere.txt: Document forget subcommand
Michael J Gruber
2010-07-05
*
|
|
|
|
|
|
Documentation/git-gc.txt: add reference to githooks
Chris Packham
2010-07-02
*
|
|
|
|
|
|
Git 1.7.1.1
v1.7.1.1
Junio C Hamano
2010-06-29
*
|
|
|
|
|
|
t/t9001: use egrep when regular expressions are involved
Brandon Casey
2010-06-29
*
|
|
|
|
|
|
Update draft release notes to 1.7.1.1
Junio C Hamano
2010-06-28
*
|
|
|
|
|
|
Merge branch 'tr/send-email-8bit' into maint
Junio C Hamano
2010-06-28
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
send-email: ask about and declare 8bit mails
Thomas Rast
2010-06-18
*
|
|
|
|
|
|
|
Merge branch 'pb/maint-perl-errmsg-no-dir' into maint
Junio C Hamano
2010-06-28
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Git.pm: better error message
Philippe Bruhat (BooK)
2010-06-18
*
|
|
|
|
|
|
|
|
Merge branch 'js/maint-am-rebase-invalid-author' into maint
Junio C Hamano
2010-06-28
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
am: use get_author_ident_from_commit instead of mailinfo when rebasing
Jay Soffian
2010-06-16
*
|
|
|
|
|
|
|
|
|
Merge branch 'jc/maint-simpler-common-prefix' into maint
Junio C Hamano
2010-06-28
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
common_prefix: simplify and fix scanning for prefixes
Junio C Hamano
2010-06-16
|
|
/
/
/
/
/
/
/
/
/
[next]