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 'bw/ls-files-recurse-submodules'
Junio C Hamano
2016-10-26
|
\
|
*
ls-files: add pathspec matching for submodules
Brandon Williams
2016-10-10
|
*
ls-files: pass through safe options for --recurse-submodules
Brandon Williams
2016-10-10
|
*
ls-files: optionally recurse into submodules
Brandon Williams
2016-10-10
*
|
Merge branch 'js/libify-require-clean-work-tree'
Junio C Hamano
2016-10-26
|
\
\
|
*
|
wt-status: teach has_{unstaged,uncommitted}_changes() about submodules
Johannes Schindelin
2016-10-07
|
*
|
wt-status: make the require_clean_work_tree() function reusable
Johannes Schindelin
2016-10-07
|
*
|
pull: make code more similar to the shell script again
Johannes Schindelin
2016-10-07
|
*
|
pull: drop confusing prefix parameter of die_on_unclean_work_tree()
Johannes Schindelin
2016-10-07
*
|
|
Merge branch 'js/reset-usage'
Junio C Hamano
2016-10-17
|
\
\
\
|
*
|
|
reset: fix usage
Johannes Schindelin
2016-10-11
*
|
|
|
Merge branch 'jk/quarantine-received-objects'
Junio C Hamano
2016-10-17
|
\
\
\
\
|
*
|
|
|
receive-pack: quarantine objects until pre-receive accepts
Jeff King
2016-10-10
*
|
|
|
|
Merge branch 'jk/alt-odb-cleanup'
Junio C Hamano
2016-10-17
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
alternates: use fspathcmp to detect duplicates
Jeff King
2016-10-10
|
*
|
|
|
count-objects: report alternates via verbose mode
Jeff King
2016-10-10
|
*
|
|
|
alternates: use a separate scratch space
Jeff King
2016-10-10
*
|
|
|
|
Merge branch 'jk/clone-copy-alternates-fix'
Junio C Hamano
2016-10-17
|
\
\
\
\
\
|
*
|
|
|
|
clone: detect errors in normalize_path_copy
Jeff King
2016-10-05
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'jc/blame-reverse'
Junio C Hamano
2016-10-10
|
\
\
\
\
\
|
*
|
|
|
|
blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."
Junio C Hamano
2016-06-14
|
*
|
|
|
|
blame: improve diagnosis for "--reverse NEW"
Junio C Hamano
2016-06-14
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'nd/shallow-deepen'
Junio C Hamano
2016-10-10
|
\
\
\
\
\
|
*
|
|
|
|
fetch, upload-pack: --deepen=N extends shallow boundary by N commits
Nguyễn Thái Ngọc Duy
2016-06-13
|
*
|
|
|
|
clone: define shallow clone boundary with --shallow-exclude
Nguyễn Thái Ngọc Duy
2016-06-13
|
*
|
|
|
|
fetch: define shallow boundary with --shallow-exclude
Nguyễn Thái Ngọc Duy
2016-06-13
|
*
|
|
|
|
clone: define shallow clone boundary based on time with --shallow-since
Nguyễn Thái Ngọc Duy
2016-06-13
|
*
|
|
|
|
fetch: define shallow boundary with --shallow-since
Nguyễn Thái Ngọc Duy
2016-06-13
|
*
|
|
|
|
fetch-pack: use skip_prefix() instead of starts_with()
Nguyễn Thái Ngọc Duy
2016-06-13
*
|
|
|
|
|
Merge branch 'jk/pack-objects-optim-mru'
Junio C Hamano
2016-10-10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
pack-objects: use mru list when iterating over packs
Jeff King
2016-08-11
|
*
|
|
|
|
|
pack-objects: break delta cycles before delta-search phase
Jeff King
2016-08-11
|
*
|
|
|
|
|
provide an initializer for "struct object_info"
Jeff King
2016-08-11
*
|
|
|
|
|
|
Merge branch 'rs/qsort'
Junio C Hamano
2016-10-10
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
show-branch: use QSORT
René Scharfe
2016-10-03
|
*
|
|
|
|
|
|
use QSORT, part 2
René Scharfe
2016-09-29
|
*
|
|
|
|
|
|
remove unnecessary check before QSORT
René Scharfe
2016-09-29
|
*
|
|
|
|
|
|
use QSORT
René Scharfe
2016-09-29
*
|
|
|
|
|
|
|
Merge branch 'rs/cocci'
Junio C Hamano
2016-10-06
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
use strbuf_addstr() instead of strbuf_addf() with "%s", part 2
René Scharfe
2016-09-27
*
|
|
|
|
|
|
|
|
Merge branch 'jc/blame-abbrev'
Junio C Hamano
2016-10-06
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
blame: use DEFAULT_ABBREV macro
Junio C Hamano
2016-09-28
*
|
|
|
|
|
|
|
|
|
Merge branch 'vn/revision-shorthand-for-side-branch-log'
Junio C Hamano
2016-10-06
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
revision: new rev^-n shorthand for rev^n..rev
Vegard Nossum
2016-09-27
|
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
Merge branch 'jk/ambiguous-short-object-names'
Junio C Hamano
2016-10-06
|
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
sha1_array: let callbacks interrupt iteration
Jeff King
2016-09-26
*
|
|
|
|
|
|
|
|
|
Merge branch 'nd/init-core-worktree-in-multi-worktree-world'
Junio C Hamano
2016-10-03
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
init: kill git_link variable
Nguyễn Thái Ngọc Duy
2016-09-25
|
*
|
|
|
|
|
|
|
|
|
init: do not set unnecessary core.worktree
Nguyễn Thái Ngọc Duy
2016-09-25
|
*
|
|
|
|
|
|
|
|
|
init: kill set_git_dir_init()
Nguyễn Thái Ngọc Duy
2016-09-25
[next]