index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
checkout: drop 'checkout_opts' dependency from prepare_linked_checkout
Eric Sunshine
2015-07-06
1
-4
/
+5
*
checkout: make --to unconditionally verbose
Eric Sunshine
2015-07-06
1
-2
/
+1
*
checkout: prepare_linked_checkout: drop now-unused 'new' argument
Eric Sunshine
2015-07-06
1
-3
/
+2
*
checkout: relocate --to's "no branch specified" check
Eric Sunshine
2015-07-06
1
-3
/
+4
*
checkout: fix bug with --to and relative HEAD
Eric Sunshine
2015-07-06
1
-4
/
+12
*
worktree: new place for "git prune --worktrees"
Nguyễn Thái Ngọc Duy
2015-06-29
3
-100
/
+134
*
checkout: don't check worktrees when not necessary
Nguyễn Thái Ngọc Duy
2015-06-13
1
-12
/
+11
*
prune --worktrees: fix expire vs worktree existence condition
Max Kirillov
2015-03-31
1
-3
/
+7
*
checkout: add --ignore-other-wortrees
Nguyễn Thái Ngọc Duy
2015-01-07
1
-1
/
+5
*
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
*
checkout: do not fail if target is an empty directory
Max Kirillov
2014-12-01
1
-1
/
+1
*
checkout: don't require a work tree when checking out into a new one
Dennis Kaarsemaker
2014-12-01
1
-0
/
+3
*
count-objects: report unused files in $GIT_DIR/worktrees/...
Nguyễn Thái Ngọc Duy
2014-12-01
1
-1
/
+3
*
gc: support prune --worktrees
Nguyễn Thái Ngọc Duy
2014-12-01
1
-0
/
+10
*
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
1
-0
/
+48
*
checkout: reject if the branch is already checked out elsewhere
Nguyễn Thái Ngọc Duy
2014-12-01
1
-2
/
+84
*
prune: strategies for linked checkouts
Nguyễn Thái Ngọc Duy
2014-12-01
2
-2
/
+112
*
checkout: support checking out into a new working directory
Nguyễn Thái Ngọc Duy
2014-12-01
1
-2
/
+93
*
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
2014-12-01
2
-9
/
+2
*
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
2014-12-01
1
-0
/
+4
*
commit: use SEQ_DIR instead of hardcoding "sequencer"
Nguyễn Thái Ngọc Duy
2014-12-01
1
-1
/
+1
*
reflog: avoid constructing .lock path with git_path
Nguyễn Thái Ngọc Duy
2014-12-01
1
-1
/
+1
*
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
2014-12-01
1
-0
/
+7
*
git_snpath(): retire and replace with strbuf_git_path()
Nguyễn Thái Ngọc Duy
2014-12-01
1
-5
/
+8
*
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
2014-12-01
7
-14
/
+18
*
Merge branch 'jk/fetch-reflog-df-conflict'
Junio C Hamano
2014-11-06
1
-1
/
+1
|
\
|
*
fetch: load all default config at startup
Jeff King
2014-11-04
1
-1
/
+1
*
|
Merge branch 'jc/push-cert'
Junio C Hamano
2014-10-31
1
-2
/
+2
|
\
\
|
*
|
receive-pack: avoid minor leak in case start_async() fails
René Scharfe
2014-10-28
1
-2
/
+2
*
|
|
Merge branch 'jk/prune-mtime'
Junio C Hamano
2014-10-29
7
-199
/
+157
|
\
\
\
|
*
|
|
pack-objects: double-check options before discarding objects
Jeff King
2014-10-20
1
-0
/
+2
|
*
|
|
repack: pack objects mentioned by the index
Jeff King
2014-10-20
2
-0
/
+9
|
*
|
|
pack-objects: use argv_array
Jeff King
2014-10-20
1
-10
/
+10
|
*
|
|
make add_object_array_with_context interface more sane
Jeff King
2014-10-16
1
-4
/
+4
|
*
|
|
pack-objects: match prune logic for discarding objects
Jeff King
2014-10-16
1
-0
/
+39
|
*
|
|
pack-objects: refactor unpack-unreachable expiration check
Jeff King
2014-10-16
1
-5
/
+12
|
*
|
|
prune: keep objects reachable from recent objects
Jeff King
2014-10-16
2
-2
/
+2
|
*
|
|
count-objects: use for_each_loose_file_in_objdir
Jeff King
2014-10-16
1
-71
/
+30
|
*
|
|
count-objects: do not use xsize_t when counting object size
Jeff King
2014-10-16
1
-1
/
+1
|
*
|
|
prune-packed: use for_each_loose_file_in_objdir
Jeff King
2014-10-16
1
-46
/
+23
|
*
|
|
prune: factor out loose-object directory traversal
Jeff King
2014-10-16
1
-61
/
+26
*
|
|
|
Merge branch 'jc/push-cert'
Junio C Hamano
2014-10-25
1
-1
/
+12
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
push: heed user.signingkey for signed pushes
Michael J Gruber
2014-10-24
1
-1
/
+12
*
|
|
|
Merge branch 'eb/no-pthreads'
Junio C Hamano
2014-10-24
3
-7
/
+7
|
\
\
\
\
|
*
|
|
|
Handle atexit list internaly for unthreaded builds
Etienne Buira
2014-10-20
1
-5
/
+0
|
*
|
|
|
pack-objects: set number of threads before checking and warning
Junio C Hamano
2014-10-13
1
-2
/
+4
|
*
|
|
|
index-pack: fix compilation with NO_PTHREADS
Etienne Buira
2014-10-13
1
-0
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'rs/run-command-env-array'
Junio C Hamano
2014-10-24
1
-9
/
+14
|
\
\
\
\
[next]