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
*
Documentation: fix missing text for rev-parse --verify
brian m. carlson
2014-07-22
*
annotate: use argv_array
René Scharfe
2014-07-16
*
t7300: repair filesystem permissions with test_when_finished
Jeff King
2014-07-02
*
enums: remove trailing ',' after last item in enum
Ronnie Sahlberg
2014-07-02
*
Git 1.8.5.5
v1.8.5.5
Junio C Hamano
2014-02-13
*
Merge branch 'bm/merge-base-octopus-dedup' into maint
Junio C Hamano
2014-02-13
|
\
|
*
merge-base --octopus: reduce the result from get_octopus_merge_bases()
Junio C Hamano
2013-12-30
|
*
merge-base: separate "--independent" codepath into its own helper
Junio C Hamano
2013-12-30
*
|
Merge branch 'jc/revision-range-unpeel' into maint
Junio C Hamano
2014-02-13
|
\
\
|
*
|
revision: propagate flag bits from tags to pointees
Junio C Hamano
2014-01-15
|
*
|
revision: mark contents of an uninteresting tree uninteresting
Junio C Hamano
2014-01-15
*
|
|
Merge branch 'jk/allow-fetch-onelevel-refname' into maint
Junio C Hamano
2014-02-13
|
\
\
\
|
*
|
|
fetch-pack: do not filter out one-level refs
Jeff King
2014-01-15
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/interpret-branch-name-fix' into maint
Junio C Hamano
2014-02-13
|
\
\
\
|
*
|
|
interpret_branch_name: find all possible @-marks
Jeff King
2014-01-15
|
*
|
|
interpret_branch_name: avoid @{upstream} past colon
Jeff King
2014-01-15
|
*
|
|
interpret_branch_name: always respect "namelen" parameter
Jeff King
2014-01-15
|
*
|
|
interpret_branch_name: rename "cp" variable to "at"
Jeff King
2014-01-15
|
*
|
|
interpret_branch_name: factor out upstream handling
Jeff King
2014-01-15
*
|
|
|
Merge branch 'rk/send-email-ssl-cert' into maint
Junio C Hamano
2014-02-13
|
\
\
\
\
|
*
|
|
|
send-email: /etc/ssl/certs/ directory may not be usable as ca_path
Ruben Kerkhof
2014-01-16
|
|
/
/
/
*
|
|
|
Merge branch 'sb/repack-in-c' into maint
Junio C Hamano
2014-02-13
|
\
\
\
\
|
*
|
|
|
repack: propagate pack-objects options as strings
Jeff King
2014-01-23
|
*
|
|
|
repack: make parsed string options const-correct
Jeff King
2014-01-23
|
*
|
|
|
repack: fix typo in max-pack-size option
Jeff King
2014-01-23
*
|
|
|
|
Merge branch 'as/tree-walk-fix-aggressive-short-cut' into maint
Junio C Hamano
2014-02-13
|
\
\
\
\
\
|
*
|
|
|
|
tree_entry_interesting: match against all pathspecs
Andy Spencer
2014-01-27
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Git 1.8.5.4
v1.8.5.4
Junio C Hamano
2014-02-05
*
|
|
|
|
Merge branch 'jc/maint-pull-docfix' into maint
Junio C Hamano
2014-02-05
|
\
\
\
\
\
|
*
|
|
|
|
Documentation: "git pull" does not have the "-m" option
Junio C Hamano
2014-01-14
|
*
|
|
|
|
Merge branch 'jc/maint-pull-docfix-for-409b8d82' into jc/maint-pull-docfix
Junio C Hamano
2014-01-14
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Documentation: exclude irrelevant options from "git pull"
Junio C Hamano
2014-01-14
*
|
|
|
|
|
|
Merge branch 'ow/stash-with-ifs' into maint
Junio C Hamano
2014-02-05
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
stash: handle specifying stashes with $IFS
Øystein Walle
2014-01-07
*
|
|
|
|
|
|
|
Merge branch 'js/lift-parent-count-limit' into maint
Junio C Hamano
2014-02-05
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Remove the line length limit for graft files
Johannes Schindelin
2013-12-27
*
|
|
|
|
|
|
|
|
Merge branch 'nd/add-empty-fix' into maint
Junio C Hamano
2014-02-05
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
add: don't complain when adding empty project root
Nguyễn Thái Ngọc Duy
2013-12-26
*
|
|
|
|
|
|
|
|
|
Merge branch 'bc/log-decoration' into maint
Junio C Hamano
2014-02-05
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
log: properly handle decorations with chained tags
brian m. carlson
2013-12-20
|
|
|
_
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'jh/rlimit-nofile-fallback' into maint
Junio C Hamano
2014-02-05
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failure
Junio C Hamano
2013-12-18
|
|
|
_
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'jl/commit-v-strip-marker' into maint
Junio C Hamano
2014-02-05
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
commit -v: strip diffs and submodule shortlogs from the commit message
Jens Lehmann
2013-12-05
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'tr/send-email-ssl' into maint
Junio C Hamano
2014-02-05
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
send-email: set SSL options through IO::Socket::SSL::set_client_defaults
Thomas Rast
2013-12-04
|
*
|
|
|
|
|
|
|
|
|
|
send-email: --smtp-ssl-cert-path takes an argument
Thomas Rast
2013-12-04
|
*
|
|
|
|
|
|
|
|
|
|
send-email: pass Debug to Net::SMTP::SSL::new
Thomas Rast
2013-12-04
|
|
|
_
|
/
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'tb/clone-ssh-with-colon-for-port' into maint
Junio C Hamano
2014-02-05
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
git_connect(): use common return point
Torsten Bögershausen
2013-12-09
[next]