index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Commit message (
Expand
)
Author
Age
*
Merge branch 'tg/ls-remote-symref'
Junio C Hamano
2016-02-03
|
\
|
*
ls-remote: add support for showing symrefs
Thomas Gummerer
2016-01-19
|
*
ls-remote: use parse-options api
Thomas Gummerer
2016-01-19
|
*
ls-remote: document --refs option
Thomas Gummerer
2016-01-19
*
|
Merge branch 'tb/ls-files-eol'
Junio C Hamano
2016-02-03
|
\
\
|
*
|
ls-files: add eol diagnostics
Torsten Bögershausen
2016-01-18
*
|
|
Merge branch 'jk/notes-merge-from-anywhere'
Junio C Hamano
2016-02-03
|
\
\
\
|
*
|
|
notes: allow merging from arbitrary references
Jacob Keller
2016-01-17
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jc/peace-with-crlf'
Junio C Hamano
2016-02-03
|
\
\
\
|
*
|
|
grep: read -f file with strbuf_getline()
Junio C Hamano
2016-01-15
|
*
|
|
send-pack: read list of refs with strbuf_getline()
Junio C Hamano
2016-01-15
|
*
|
|
column: read lines with strbuf_getline()
Junio C Hamano
2016-01-15
|
*
|
|
cat-file: read batch stream with strbuf_getline()
Junio C Hamano
2016-01-15
|
*
|
|
clone/sha1_file: read info/alternates with strbuf_getline()
Junio C Hamano
2016-01-15
|
*
|
|
rev-parse: read parseopt spec with strbuf_getline()
Junio C Hamano
2016-01-15
|
*
|
|
hash-object: read --stdin-paths with strbuf_getline()
Junio C Hamano
2016-01-15
*
|
|
|
Merge branch 'jk/list-tag-2.7-regression'
Junio C Hamano
2016-02-01
|
\
\
\
\
|
*
|
|
|
tag: do not show ambiguous tag names as "tags/foo"
Jeff King
2016-01-26
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'jk/shortlog'
Junio C Hamano
2016-01-28
|
\
\
\
\
|
*
|
|
|
shortlog: don't warn on empty author
Jeff King
2016-01-19
|
*
|
|
|
shortlog: optimize out useless string list
Jeff King
2016-01-19
|
*
|
|
|
shortlog: optimize out useless "<none>" normalization
Jeff King
2016-01-19
|
*
|
|
|
shortlog: optimize "--summary" mode
Jeff King
2016-01-19
|
*
|
|
|
shortlog: replace hand-parsing of author with pretty-printer
Jeff King
2016-01-19
|
*
|
|
|
shortlog: use strbufs to read from stdin
Jeff King
2016-01-19
|
*
|
|
|
shortlog: match both "Author:" and "author" on stdin
Jeff King
2016-01-19
|
|
/
/
/
*
|
|
|
Merge branch 'jc/strbuf-getline'
Junio C Hamano
2016-01-28
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
strbuf: give strbuf_getline() to the "most text friendly" variant
Junio C Hamano
2016-01-15
|
*
|
|
checkout-index: there are only two possible line terminations
Junio C Hamano
2016-01-15
|
*
|
|
update-index: there are only two possible line terminations
Junio C Hamano
2016-01-15
|
*
|
|
check-ignore: there are only two possible line terminations
Junio C Hamano
2016-01-15
|
*
|
|
check-attr: there are only two possible line terminations
Junio C Hamano
2016-01-15
|
*
|
|
mktree: there are only two possible line terminations
Junio C Hamano
2016-01-15
|
*
|
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
|
*
|
|
strbuf: make strbuf_getline_crlf() global
Junio C Hamano
2016-01-14
|
|
/
/
*
|
|
Merge branch 'tk/interpret-trailers-in-place'
Junio C Hamano
2016-01-28
|
\
\
\
|
*
|
|
interpret-trailers: add option for in-place editing
Tobias Klauser
2016-01-14
|
|
/
/
*
|
|
Merge branch 'jk/symbolic-ref'
Junio C Hamano
2016-01-26
|
\
\
\
|
*
|
|
checkout,clone: check return value of create_symref
Jeff King
2016-01-12
|
|
/
/
*
|
|
Merge branch 'ak/format-patch-odir-config'
Junio C Hamano
2016-01-26
|
\
\
\
|
*
|
|
format-patch: introduce format.outputDirectory configuration
Alexander Kuleshov
2016-01-13
|
|
/
/
*
|
|
Merge branch 'js/close-packs-before-gc'
Junio C Hamano
2016-01-26
|
\
\
\
|
*
|
|
receive-pack: release pack files before garbage-collecting
Johannes Schindelin
2016-01-13
|
*
|
|
merge: release pack files before garbage-collecting
Johannes Schindelin
2016-01-13
|
*
|
|
am: release pack files before garbage-collecting
Johannes Schindelin
2016-01-13
|
*
|
|
fetch: release pack files before garbage-collecting
Johannes Schindelin
2016-01-13
|
|
/
/
*
|
|
Merge branch 'js/pull-rebase-i'
Junio C Hamano
2016-01-26
|
\
\
\
|
*
|
|
remote: handle the config setting branch.*.rebase=interactive
Johannes Schindelin
2016-01-13
|
*
|
|
pull: allow interactive rebase with --rebase=interactive
Johannes Schindelin
2016-01-13
|
|
/
/
*
|
|
Merge branch 'tg/grep-no-index-fallback'
Junio C Hamano
2016-01-20
|
\
\
\
[next]