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
*
Merge branch 'mr/vcs-svn-printf-ulong'
Junio C Hamano
2016-09-21
|
\
|
*
vcs-svn/fast_export: fix timestamp fmt specifiers
Mike Ralphson
2016-09-14
*
|
Merge branch 'rs/xdiff-merge-overlapping-hunks-for-W-context'
Junio C Hamano
2016-09-21
|
\
\
|
*
|
xdiff: fix merging of hunks with -W context and -u context
René Scharfe
2016-09-14
*
|
|
Merge branch 'rs/unpack-trees-reduce-file-scope-global'
Junio C Hamano
2016-09-21
|
\
\
\
|
*
|
|
unpack-trees: pass checkout state explicitly to check_updates()
René Scharfe
2016-09-13
*
|
|
|
Merge branch 'rs/strbuf-remove-fix'
Junio C Hamano
2016-09-21
|
\
\
\
\
|
*
|
|
|
strbuf: use valid pointer in strbuf_remove()
René Scharfe
2016-09-13
*
|
|
|
|
Merge branch 'rs/pack-sort-with-llist-mergesort'
Junio C Hamano
2016-09-21
|
\
\
\
\
\
|
*
|
|
|
|
sha1_file: use llist_mergesort() for sorting packs
René Scharfe
2016-09-13
*
|
|
|
|
|
Merge branch 'rs/checkout-some-states-are-const'
Junio C Hamano
2016-09-21
|
\
\
\
\
\
\
|
*
|
|
|
|
|
checkout: constify parameters of checkout_stage() and checkout_merged()
René Scharfe
2016-09-13
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'jk/setup-sequence-update'
Junio C Hamano
2016-09-21
|
\
\
\
\
\
\
|
*
|
|
|
|
|
t1007: factor out repeated setup
Jeff King
2016-09-13
|
*
|
|
|
|
|
init: reset cached config when entering new repo
Jeff King
2016-09-13
|
*
|
|
|
|
|
init: expand comments explaining config trickery
Jeff King
2016-09-13
|
*
|
|
|
|
|
config: only read .git/config from configured repos
Jeff King
2016-09-13
|
*
|
|
|
|
|
test-config: setup git directory
Jeff King
2016-09-13
|
*
|
|
|
|
|
t1302: use "git -C"
Jeff King
2016-09-13
|
*
|
|
|
|
|
pager: handle early config
Jeff King
2016-09-13
|
*
|
|
|
|
|
pager: use callbacks instead of configset
Jeff King
2016-09-13
|
*
|
|
|
|
|
pager: make pager_program a file-local static
Jeff King
2016-09-13
|
*
|
|
|
|
|
pager: stop loading git_default_config()
Jeff King
2016-09-13
|
*
|
|
|
|
|
pager: remove obsolete comment
Jeff King
2016-09-13
|
*
|
|
|
|
|
diff: always try to set up the repository
Jeff King
2016-09-13
|
*
|
|
|
|
|
diff: handle --no-index prefixes consistently
Jeff King
2016-09-13
|
*
|
|
|
|
|
diff: skip implicit no-index check when given --no-index
Jeff King
2016-09-13
|
*
|
|
|
|
|
patch-id: use RUN_SETUP_GENTLY
Jeff King
2016-09-13
|
*
|
|
|
|
|
hash-object: always try to set up the git repository
Jeff King
2016-09-13
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle'
Junio C Hamano
2016-09-21
|
\
\
\
\
\
\
|
*
|
|
|
|
|
http: always remove curl easy from curlm session on release
Eric Wong
2016-09-13
|
*
|
|
|
|
|
http: consolidate #ifdefs for curl_multi_remove_handle
Eric Wong
2016-09-13
|
*
|
|
|
|
|
http: warn on curl_multi_add_handle failures
Eric Wong
2016-09-13
*
|
|
|
|
|
|
Merge branch 'bw/pathspec-remove-unused-extern-decl'
Junio C Hamano
2016-09-21
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
pathspec: remove unnecessary function prototypes
Brandon Williams
2016-09-13
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'ks/pack-objects-bitmap'
Junio C Hamano
2016-09-21
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
pack-objects: use reachability bitmap index when generating non-stdout pack
Kirill Smelkov
2016-09-12
|
*
|
|
|
|
|
|
pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ...
Kirill Smelkov
2016-09-12
*
|
|
|
|
|
|
|
Merge branch 'jk/patch-ids-no-merges'
Junio C Hamano
2016-09-21
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
patch-ids: refuse to compute patch-id for merge commit
Jeff King
2016-09-12
|
*
|
|
|
|
|
|
|
patch-ids: turn off rename detection
Jeff King
2016-09-09
*
|
|
|
|
|
|
|
|
Merge branch 'jk/delta-base-cache'
Junio C Hamano
2016-09-21
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
add_delta_base_cache: use list_for_each_safe
Jeff King
2016-09-12
*
|
|
|
|
|
|
|
|
|
Merge branch 'et/add-chmod-x'
Junio C Hamano
2016-09-21
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
add: document the chmod option
Thomas Gummerer
2016-09-12
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'js/cat-file-filters'
Junio C Hamano
2016-09-21
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
cat-file: support --textconv/--filters in batch mode
Johannes Schindelin
2016-09-11
|
*
|
|
|
|
|
|
|
|
|
|
cat-file --textconv/--filters: allow specifying the path separately
Johannes Schindelin
2016-09-11
|
*
|
|
|
|
|
|
|
|
|
|
cat-file: introduce the --filters option
Johannes Schindelin
2016-09-11
|
*
|
|
|
|
|
|
|
|
|
|
cat-file: fix a grammo in the man page
Johannes Schindelin
2016-08-24
[next]