Andrew's git
/
gitweb.git
/ search
summary
|
log
|
commit
|
diff
|
tree
first ⋅ prev ⋅ next
commit
grep
author
committer
pickaxe
?
re
Merge git://git.kernel.org/pub/scm/gitk/gitk
2010-12-07
setup: save prefix (original cwd relative to toplevel...
diff
|
tree
2010-11-29
entry.c: remove "checkout-index" from error messages
diff
|
tree
2010-11-17
clean: remove redundant variable baselen
diff
|
tree
2010-11-16
clean: avoid quoting twice
diff
|
tree
2010-11-13
add: do not rely on dtype being NULL behavior
diff
|
tree
2010-11-08
dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkout
diff
|
tree
2010-10-22
update-index -h: show usage even with corrupt index
diff
|
tree
2010-10-22
merge -h: show usage even with corrupt index
diff
|
tree
2010-10-22
ls-files -h: show usage even with corrupt index
diff
|
tree
2010-10-22
gc -h: show usage even with broken configuration
diff
|
tree
2010-10-22
commit/status -h: show usage even with broken configuration
diff
|
tree
2010-10-22
checkout-index -h: show usage even in an invalid repository
diff
|
tree
2010-10-22
branch -h: show usage even in an invalid repository
diff
|
tree
2010-09-04
parse_object: pass on the original sha1, not the replaced one
diff
|
tree
2010-08-24
clone: warn users --depth is ignored in local clones
diff
|
tree
2010-08-16
merge-file: run setup_git_directory_gently() sooner
diff
|
tree
2010-08-16
var: run setup_git_directory_gently() sooner
diff
|
tree
2010-08-16
ls-remote: run setup_git_directory_gently() sooner
diff
|
tree
2010-08-16
index-pack: run setup_git_directory_gently() sooner
diff
|
tree
2010-08-16
config: run setup_git_directory_gently() sooner
diff
|
tree
2010-08-16
bundle: run setup_git_directory_gently() sooner
diff
|
tree
2010-08-16
apply: run setup_git_directory_gently() sooner
diff
|
tree
2010-08-11
grep: run setup_git_directory_gently() sooner
diff
|
tree
2010-08-11
shortlog: run setup_git_directory_gently() sooner
diff
|
tree
2010-08-11
git wrapper: allow setup_git_directory_gently() be...
diff
|
tree
2010-08-11
setup: remember whether repository was found
diff
|
tree
2010-08-11
git wrapper: introduce startup_info struct
diff
|
tree
2010-08-09
unpack-trees: mark new entries skip-worktree appropriately
diff
|
tree
2010-08-09
unpack-trees: do not check for conflict entries too...
diff
|
tree
2010-08-09
unpack-trees: let read-tree -u remove index entries...
diff
|
tree
2010-08-09
unpack-trees: only clear CE_UPDATE|CE_REMOVE when skip...
diff
|
tree
2010-08-04
setup: split off a function to handle ordinary .git...
diff
|
tree
2010-08-04
Revert "rehabilitate 'git index-pack' inside the object...
diff
|
tree
2010-08-04
setup: do not forget working dir from subdir of gitdir
diff
|
tree
2010-07-28
upload-pack: remove unused "create_full_pack" code...
diff
|
tree
2010-07-26
git-read-tree.txt: acknowledge the directory matching...
diff
|
tree
2010-06-28
git --paginate: do not commit pager choice too early
diff
|
tree
2010-02-16
Add test for using Git at root of file system
diff
|
tree
2010-02-16
Support working directory located at root
diff
|
tree
2010-02-16
Move offset_1st_component() to path.c
diff
|
tree
2010-02-14
init-db, rev-parse --git-dir: do not append redundant...
diff
|
tree
2010-02-14
make_absolute_path(): Do not append redundant slash
diff
|
tree
2010-01-21
Fix memory corruption when .gitignore does not end...
diff
|
tree
2010-01-19
rm: only refresh entries that we may touch
diff
|
tree
2010-01-16
status: only touch path we may need to check
diff
|
tree
2010-01-12
Add missing #include to support TIOCGWINSZ on Solaris
diff
|
tree
2010-01-07
t7002: test for not using external grep on skip-worktree...
diff
|
tree
2010-01-07
t7002: set test prerequisite "external-grep" if supported
diff
|
tree
2009-12-31
grep: do not do external grep on skip-worktree entries
diff
|
tree
2009-12-30
t7102: make the test fail if one of its check fails
diff
|
tree
2009-12-29
Documentation: always respect core.worktree if set
diff
|
tree
2009-12-14
commit: correctly respect skip-worktree bit
diff
|
tree
2009-12-14
ie_match_stat(): do not ignore skip-worktree bit with...
diff
|
tree
2009-08-24
sparse checkout: inhibit empty worktree
diff
|
tree
2009-08-24
Add tests for sparse checkout
diff
|
tree
2009-08-24
read-tree: add --no-sparse-checkout to disable sparse...
diff
|
tree
2009-08-24
unpack-trees(): ignore worktree check outside checkout...
diff
|
tree
2009-08-24
unpack_trees(): apply $GIT_DIR/info/sparse-checkout...
diff
|
tree
2009-08-24
unpack-trees(): "enable" sparse checkout and load ...
diff
|
tree
2009-08-24
unpack-trees.c: generalize verify_* functions
diff
|
tree
2009-08-24
unpack-trees(): add CE_WT_REMOVE to remove on worktree...
diff
|
tree
2009-08-24
Introduce "sparse checkout"
diff
|
tree
2009-08-24
dir.c: export excluded_1() and add_excludes_from_file_1()
diff
|
tree
2009-08-24
excluded_1(): support exclude files in index
diff
|
tree
2009-08-24
unpack-trees(): carry skip-worktree bit over in merged_entry()
diff
|
tree
2009-08-24
Read .gitignore from index if it is skip-worktree
diff
|
tree
2009-08-24
Avoid writing to buffer in add_excludes_from_file_1()
diff
|
tree
2009-08-24
Teach Git to respect skip-worktree bit (writing part)
diff
|
tree
2009-08-24
Teach Git to respect skip-worktree bit (reading part)
diff
|
tree
2009-08-24
Introduce "skip-worktree" bit in index, teach Git to...
diff
|
tree
2009-08-24
Add test-index-version
diff
|
tree
2009-08-24
update-index: refactor mark_valid() in preparation...
diff
|
tree
2009-08-12
Prevent diff machinery from examining assume-unchanged...
diff
|
tree
2009-05-24
t/t3400-rebase.sh: add more tests to help migrating...
diff
|
tree
2009-05-21
Terminate argv with NULL before calling setup_revisions()
diff
|
tree
2009-05-21
doc/git-rebase.txt: remove mention of multiple strategies
diff
|
tree
2009-05-07
t4029: use sh instead of bash
diff
|
tree
2009-04-20
Makefile: remove {fetch,send}-pack from PROGRAMS as...
diff
|
tree
2009-04-18
archive: do not read .gitattributes in working directory
diff
|
tree
2009-04-18
attr: add GIT_ATTR_INDEX "direction"
diff
|
tree
2009-04-18
get_local_heads(): do not return random pointer if...
diff
|
tree
2009-03-18
grep: prefer builtin over external one when coloring...
diff
|
tree
2008-12-27
grep: grep cache entries if they are "assume unchanged"
diff
|
tree
2008-12-27
grep: support --no-ext-grep to test builtin grep
diff
|
tree
2008-12-01
generate-cmdlist.sh: avoid selecting synopsis at wrong...
diff
|
tree
2008-10-12
Extend index to save more flags
diff
|
tree
2008-08-31
setup_git_directory(): fix move to worktree toplevel...
diff
|
tree
2008-08-31
update-index: fix worktree setup
diff
|
tree
2008-08-29
read-tree: setup worktree if merge is required
diff
|
tree
2008-08-29
grep: fix worktree setup
diff
|
tree
2008-08-29
diff*: fix worktree setup
diff
|
tree
2008-08-26
index-pack: setup git repository
diff
|
tree
2008-08-11
Fix typo in comments of longest_ancestor_length()
diff
|
tree
2008-06-19
Move all dashed-form commands to libexecdir
diff
|
tree
2007-12-09
Remove repo version check from setup_git_directory
diff
|
tree
2007-12-05
Do check_repository_format() early (re-fix)
diff
|
tree
2007-11-30
Do check_repository_format() early
diff
|
tree
2007-11-04
Add missing inside_work_tree setting in setup_git_directory_...
diff
|
tree
2007-10-30
git-sh-setup.sh: use "git rev-parse --show-cdup" to...
diff
|
tree
2007-07-26
git-write-tree should not crash if prefix does not...
diff
|
tree