index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
checkout: fix bug with --to and relative HEAD
Eric Sunshine
2015-07-06
2
-4
/
+22
*
Documentation/git-worktree: add EXAMPLES section
Eric Sunshine
2015-07-06
1
-0
/
+22
*
Documentation/git-worktree: add high-level 'lock' overview
Eric Sunshine
2015-07-06
1
-9
/
+15
*
Documentation/git-worktree: split technical info from general description
Eric Sunshine
2015-07-06
1
-34
/
+36
*
Documentation/git-worktree: add BUGS section
Eric Sunshine
2015-07-06
1
-3
/
+16
*
Documentation: move linked worktree description from checkout to worktree
Eric Sunshine
2015-07-06
2
-67
/
+64
*
Documentation/git-worktree: associate options with commands
Eric Sunshine
2015-07-06
1
-3
/
+3
*
Documentation/git-checkout: fix incorrect worktree prune command
Eric Sunshine
2015-07-06
1
-1
/
+1
*
worktree: new place for "git prune --worktrees"
Nguyễn Thái Ngọc Duy
2015-06-29
11
-114
/
+198
*
checkout: don't check worktrees when not necessary
Nguyễn Thái Ngọc Duy
2015-06-13
2
-12
/
+19
*
prune --worktrees: fix expire vs worktree existence condition
Max Kirillov
2015-03-31
2
-3
/
+19
*
t1501: fix test with split index
Thomas Gummerer
2015-03-24
1
-0
/
+1
*
t2026: fix broken &&-chain
Junio C Hamano
2015-03-20
1
-2
/
+2
*
t2026 needs procondition SANITY
Torsten Bögershausen
2015-01-27
1
-1
/
+1
*
git-checkout.txt: a note about multiple checkout support for submodules
Nguyễn Thái Ngọc Duy
2015-01-07
1
-0
/
+3
*
checkout: add --ignore-other-wortrees
Nguyễn Thái Ngọc Duy
2015-01-07
3
-1
/
+18
*
checkout: pass whole struct to parse_branchname_arg instead of individual flags
Nguyễn Thái Ngọc Duy
2015-01-07
1
-7
/
+6
*
git-common-dir: make "modules/" per-working-directory directory
Max Kirillov
2014-12-01
3
-4
/
+52
*
checkout: do not fail if target is an empty directory
Max Kirillov
2014-12-01
2
-2
/
+7
*
t2025: add a test to make sure grafts is working from a linked checkout
Nguyễn Thái Ngọc Duy
2014-12-01
1
-0
/
+18
*
checkout: don't require a work tree when checking out into a new one
Dennis Kaarsemaker
2014-12-01
3
-1
/
+19
*
git_path(): keep "info/sparse-checkout" per work-tree
Nguyễn Thái Ngọc Duy
2014-12-01
2
-1
/
+3
*
count-objects: report unused files in $GIT_DIR/worktrees/...
Nguyễn Thái Ngọc Duy
2014-12-01
3
-3
/
+31
*
gc: support prune --worktrees
Nguyễn Thái Ngọc Duy
2014-12-01
3
-4
/
+24
*
gc: factor out gc.pruneexpire parsing code
Nguyễn Thái Ngọc Duy
2014-12-01
1
-10
/
+12
*
gc: style change -- no SP before closing parenthesis
Nguyễn Thái Ngọc Duy
2014-12-01
1
-1
/
+1
*
checkout: clean up half-prepared directories in --to mode
Nguyễn Thái Ngọc Duy
2014-12-01
2
-0
/
+54
*
checkout: reject if the branch is already checked out elsewhere
Nguyễn Thái Ngọc Duy
2014-12-01
2
-7
/
+104
*
prune: strategies for linked checkouts
Nguyễn Thái Ngọc Duy
2014-12-01
7
-2
/
+251
*
checkout: support checking out into a new working directory
Nguyễn Thái Ngọc Duy
2014-12-01
6
-4
/
+212
*
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
2014-12-01
5
-31
/
+8
*
wrapper.c: wrapper to open a file, fprintf then close
Nguyễn Thái Ngọc Duy
2014-12-01
2
-0
/
+33
*
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
2014-12-01
9
-14
/
+115
*
setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
Nguyễn Thái Ngọc Duy
2014-12-01
1
-2
/
+4
*
setup.c: convert check_repository_format_gently to use strbuf
Nguyễn Thái Ngọc Duy
2014-12-01
1
-4
/
+8
*
setup.c: detect $GIT_COMMON_DIR in is_git_directory()
Nguyễn Thái Ngọc Duy
2014-12-01
2
-6
/
+44
*
setup.c: convert is_git_directory() to use strbuf
Nguyễn Thái Ngọc Duy
2014-12-01
1
-16
/
+21
*
git-stash: avoid hardcoding $GIT_DIR/logs/....
Nguyễn Thái Ngọc Duy
2014-12-01
1
-2
/
+2
*
*.sh: avoid hardcoding $GIT_DIR/hooks/...
Nguyễn Thái Ngọc Duy
2014-12-01
6
-24
/
+22
*
git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
Nguyễn Thái Ngọc Duy
2014-12-01
1
-1
/
+1
*
$GIT_COMMON_DIR: a new environment variable
Nguyễn Thái Ngọc Duy
2014-12-01
6
-19
/
+117
*
commit: use SEQ_DIR instead of hardcoding "sequencer"
Nguyễn Thái Ngọc Duy
2014-12-01
1
-1
/
+1
*
fast-import: use git_path() for accessing .git dir instead of get_git_dir()
Nguyễn Thái Ngọc Duy
2014-12-01
1
-4
/
+1
*
reflog: avoid constructing .lock path with git_path
Nguyễn Thái Ngọc Duy
2014-12-01
1
-1
/
+1
*
*.sh: respect $GIT_INDEX_FILE
Nguyễn Thái Ngọc Duy
2014-12-01
2
-2
/
+2
*
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
2014-12-01
6
-7
/
+95
*
path.c: group git_path(), git_pathdup() and strbuf_git_path() together
Nguyễn Thái Ngọc Duy
2014-12-01
1
-10
/
+10
*
path.c: rename vsnpath() to do_git_path()
Nguyễn Thái Ngọc Duy
2014-12-01
1
-4
/
+4
*
git_snpath(): retire and replace with strbuf_git_path()
Nguyễn Thái Ngọc Duy
2014-12-01
5
-26
/
+55
*
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
2014-12-01
15
-32
/
+36
[prev]
[next]