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
*
Show submodules as modified when they contain a dirty work tree
Jens Lehmann
2010-01-16
*
Merge branch 'jc/checkout-merge-base'
Junio C Hamano
2010-01-13
|
\
|
*
rebase -i: teach --onto A...B syntax
Nanako Shiraishi
2010-01-07
|
*
rebase: fix --onto A...B parsing and add tests
Nanako Shiraishi
2010-01-07
|
*
"rebase --onto A...B" replays history on the merge base between A and B
Junio C Hamano
2009-11-21
|
*
"checkout A...B" switches to the merge base between A and B
Junio C Hamano
2009-10-18
*
|
Merge branch 'rs/maint-archive-match-pathspec'
Junio C Hamano
2010-01-13
|
\
\
|
*
|
archive: complain about path specs that don't match anything
René Scharfe
2009-12-30
*
|
|
Merge branch 'il/vcs-helper'
Junio C Hamano
2010-01-13
|
\
\
\
|
*
|
|
Reset possible helper before reusing remote structure
Ilari Liusvaara
2010-01-09
|
*
|
|
Remove special casing of http, https and ftp
Ilari Liusvaara
2009-12-28
|
*
|
|
Support remote archive from all smart transports
Ilari Liusvaara
2009-12-28
|
*
|
|
Support remote helpers implementing smart transports
Ilari Liusvaara
2009-12-28
|
*
|
|
Support taking over transports
Ilari Liusvaara
2009-12-09
|
*
|
|
Refactor git transport options parsing
Ilari Liusvaara
2009-12-09
|
*
|
|
Pass unknown protocols to external protocol handlers
Ilari Liusvaara
2009-12-09
|
*
|
|
Support mandatory capabilities
Ilari Liusvaara
2009-12-09
|
*
|
|
Add remote helper debug mode
Ilari Liusvaara
2009-12-09
|
*
|
|
Merge branch 'master' into il/vcs-helper
Junio C Hamano
2009-12-06
|
|
\
\
\
*
|
\
\
\
Merge branch 'cc/reset-more'
Junio C Hamano
2010-01-13
|
\
\
\
\
\
|
*
|
|
|
|
t7111: check that reset options work as described in the tables
Christian Couder
2010-01-09
|
*
|
|
|
|
Documentation: reset: add some missing tables
Christian Couder
2010-01-04
|
*
|
|
|
|
Fix bit assignment for CE_CONFLICTED
Junio C Hamano
2010-01-04
|
*
|
|
|
|
"reset --merge": fix unmerged case
Junio C Hamano
2010-01-03
|
*
|
|
|
|
reset: use "unpack_trees()" directly instead of "git read-tree"
Stephan Beyer
2010-01-03
|
*
|
|
|
|
reset: add a few tests for "git reset --merge"
Christian Couder
2009-12-30
|
*
|
|
|
|
Documentation: reset: add some tables to describe the different options
Christian Couder
2009-12-30
|
*
|
|
|
|
reset: improve mixed reset error message when in a bare repo
Christian Couder
2009-12-30
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'nd/sparse'
Junio C Hamano
2010-01-13
|
\
\
\
\
\
|
*
|
|
|
|
t7002: test for not using external grep on skip-worktree paths
Nguyễn Thái Ngọc Duy
2010-01-06
|
*
|
|
|
|
t7002: set test prerequisite "external-grep" if supported
Nguyễn Thái Ngọc Duy
2010-01-06
|
*
|
|
|
|
grep: do not do external grep on skip-worktree entries
Nguyễn Thái Ngọc Duy
2009-12-30
|
*
|
|
|
|
commit: correctly respect skip-worktree bit
Nguyễn Thái Ngọc Duy
2009-12-14
|
*
|
|
|
|
ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID
Nguyễn Thái Ngọc Duy
2009-12-14
|
*
|
|
|
|
tests: rename duplicate t1009
Jeff King
2009-11-25
|
*
|
|
|
|
sparse checkout: inhibit empty worktree
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
Add tests for sparse checkout
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
read-tree: add --no-sparse-checkout to disable sparse checkout support
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
unpack-trees(): ignore worktree check outside checkout area
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final index
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
unpack-trees.c: generalize verify_* functions
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
unpack-trees(): add CE_WT_REMOVE to remove on worktree alone
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
Introduce "sparse checkout"
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
dir.c: export excluded_1() and add_excludes_from_file_1()
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
excluded_1(): support exclude files in index
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
unpack-trees(): carry skip-worktree bit over in merged_entry()
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
Read .gitignore from index if it is skip-worktree
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
Avoid writing to buffer in add_excludes_from_file_1()
Nguyễn Thái Ngọc Duy
2009-08-23
|
*
|
|
|
|
Teach Git to respect skip-worktree bit (writing part)
Nguyễn Thái Ngọc Duy
2009-08-23
[next]