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
*
builtin/fetch: rewrite to take an object_id argument
Michael Haggerty
2015-05-25
*
get_name(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
*
add_pending_uninteresting_ref(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
*
append_ref(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
*
builtin/rev-parse: rewrite to take an object_id argument
Michael Haggerty
2015-05-25
*
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
*
Merge branch 'mh/clone-verbosity-fix'
Junio C Hamano
2015-05-22
|
\
|
*
clone: call transport_set_verbosity before anything else on the newly created...
Mike Hommey
2015-05-19
*
|
Merge branch 'jk/add-e-kill-editor'
Junio C Hamano
2015-05-22
|
\
\
|
*
|
add: check return value of launch_editor
Jeff King
2015-05-12
*
|
|
Merge branch 'ps/bundle-verify-arg'
Junio C Hamano
2015-05-22
|
\
\
\
|
*
|
|
bundle: verify arguments more strictly
Patrick Steinhardt
2015-05-08
|
|
/
/
*
|
|
Merge branch 'dl/branch-error-message'
Junio C Hamano
2015-05-22
|
\
\
\
|
*
|
|
branch: do not call a "remote-tracking branch" a "remote branch"
Danny Lin
2015-05-06
*
|
|
|
Merge branch 'kn/cat-file-literally'
Junio C Hamano
2015-05-19
|
\
\
\
\
|
*
|
|
|
cat-file: teach cat-file a '--allow-unknown-type' option
Karthik Nayak
2015-05-06
|
*
|
|
|
cat-file: make the options mutually exclusive
Karthik Nayak
2015-05-06
*
|
|
|
|
Merge branch 'jc/merge'
Junio C Hamano
2015-05-19
|
\
\
\
\
\
|
*
|
|
|
|
merge: deprecate 'git merge <message> HEAD <commit>' syntax
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: handle FETCH_HEAD internally
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: decide if we auto-generate the message early in collect_parents()
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: make collect_parents() auto-generate the merge message
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: extract prepare_merge_message() logic out
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: narrow scope of merge_names
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: split reduce_parents() out of collect_parents()
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: clarify collect_parents() logic
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: small leakfix and code simplification
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: do not check argc to determine number of remote heads
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: clarify "pulling into void" special case
Junio C Hamano
2015-04-29
|
*
|
|
|
|
merge: simplify code flow
Junio C Hamano
2015-04-29
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'nd/diff-i-t-a'
Junio C Hamano
2015-05-19
|
\
\
\
\
\
|
*
|
|
|
|
diff-lib.c: adjust position of i-t-a entries in diff
Nguyễn Thái Ngọc Duy
2015-03-23
*
|
|
|
|
|
Merge branch 'pt/xdg-config-path'
Junio C Hamano
2015-05-11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
git-config: replace use of home_config_paths()
Paul Tan
2015-05-06
|
*
|
|
|
|
|
git-commit: replace use of home_config_paths()
Paul Tan
2015-05-06
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'jc/hash-object'
Junio C Hamano
2015-05-11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
hash-object --literally: fix buffer overrun with extra-long object type
Eric Sunshine
2015-05-05
*
|
|
|
|
|
|
Merge branch 'sb/prefix-path-free-results'
Junio C Hamano
2015-05-11
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
prefix_path(): unconditionally free results in the callers
Stefan Beller
2015-05-05
*
|
|
|
|
|
|
|
Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'
Junio C Hamano
2015-05-11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
config: use error() instead of fprintf(stderr, ...)
Jonathan Nieder
2015-05-04
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge branch 'tb/blame-resurrect-convert-to-git'
Junio C Hamano
2015-05-11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
blame: CRLF in the working tree and LF in the repo
Torsten Bögershausen
2015-05-03
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'jc/plug-fmt-merge-msg-leak'
Junio C Hamano
2015-05-11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
fmt-merge-msg: plug small leak of commit buffer
Junio C Hamano
2015-04-20
*
|
|
|
|
|
|
|
|
Merge branch 'nd/slim-index-pack-memory-usage'
Junio C Hamano
2015-05-11
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
index-pack: kill union delta_base to save memory
Nguyễn Thái Ngọc Duy
2015-04-18
|
*
|
|
|
|
|
|
|
|
index-pack: reduce object_entry size to save memory
Nguyễn Thái Ngọc Duy
2015-02-27
|
|
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'jk/sha1-file-reduce-useless-warnings'
Junio C Hamano
2015-05-11
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
sha1_file: squelch "packfile cannot be accessed" warnings
Jeff King
2015-03-30
[next]