index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progress.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-30
worktree: teach 'remove' to override lock when --force given twice
Eric Sunshine
3
-5
/
+17
2018-08-30
worktree: teach 'move' to override lock when --force given twice
Eric Sunshine
3
-4
/
+26
2018-08-30
worktree: teach 'add' to respect --force for registered but missing path
Eric Sunshine
3
-5
/
+26
2018-08-30
worktree: disallow adding same path multiple times
Eric Sunshine
2
-0
/
+32
2018-08-30
worktree: prepare for more checks of whether path can become worktree
Eric Sunshine
1
-2
/
+7
2018-08-30
worktree: generalize delete_git_dir() to reduce code duplication
Eric Sunshine
1
-16
/
+9
2018-08-30
worktree: move delete_git_dir() earlier in file for upcoming new callers
Eric Sunshine
1
-14
/
+14
2018-08-30
worktree: don't die() in library function find_worktree()
Eric Sunshine
2
-1
/
+13
2018-08-28
Git 2.19-rc1
v2.19.0-rc1
Junio C Hamano
1
-1
/
+1
2018-08-27
Getting ready for -rc1
Junio C Hamano
1
-1
/
+34
2018-08-27
range-diff: update stale summary of --no-dual-color
Kyle Meyer
1
-1
/
+1
2018-08-23
i18n: fix mistakes in translated strings
Jean-Noël Avila
3
-3
/
+3
2018-08-23
config: fix commit-graph related config docs
Derrick Stolee
1
-6
/
+11
2018-08-23
t/lib-rebase.sh: support explicit 'pick' commands in 'fake_editor.sh'
SZEDER Gábor
1
-3
/
+3
2018-08-23
hashcmp: assert constant hash size
Jeff King
1
-0
/
+10
2018-08-22
t3420-rebase-autostash: don't try to grep non-existing files
SZEDER Gábor
1
-4
/
+4
2018-08-22
t3903-stash: don't try to grep non-existing file
SZEDER Gábor
1
-1
/
+1
2018-08-22
t6018-rev-list-glob: fix 'empty stdin' test
SZEDER Gábor
1
-1
/
+1
2018-08-22
t4051-diff-function-context: read the right file
SZEDER Gábor
1
-1
/
+1
2018-08-22
t0020-crlf: check the right file
SZEDER Gábor
1
-1
/
+1
2018-08-22
t7501-commit: drop silly command substitution
SZEDER Gábor
1
-1
/
+1
2018-08-21
commit: use timestamp_t for author_date_slab
Derrick Stolee
1
-1
/
+1
2018-08-21
test-tool.h: include git-compat-util.h
Jeff King
1
-0
/
+2
2018-08-21
tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'
SZEDER Gábor
46
-226
/
+114
2018-08-21
tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'
SZEDER Gábor
10
-16
/
+16
2018-08-21
tests: use 'test_must_be_empty' instead of 'test ! -s'
SZEDER Gábor
4
-4
/
+4
2018-08-21
tests: use 'test_must_be_empty' instead of '! test -s'
SZEDER Gábor
25
-99
/
+98
2018-08-21
parseopt: group literal string alternatives in argument help
René Scharfe
3
-4
/
+4
2018-08-21
remote: improve argument help for add --mirror
René Scharfe
1
-1
/
+1
2018-08-21
checkout-index: improve argument help for --stage
René Scharfe
1
-1
/
+1
2018-08-21
generate-cmdlist.sh: collect config from all config.txt files
Nguyễn Thái Ngọc Duy
4
-14
/
+14
2018-08-20
Git 2.19-rc0
v2.19.0-rc0
Junio C Hamano
2
-1
/
+81
2018-08-18
t2024: mark test using "checkout -p" with PERL prerequisite
Ævar Arnfjörð Bjarmason
1
-2
/
+7
2018-08-18
sideband: do not read beyond the end of input
Junio C Hamano
2
-2
/
+20
2018-08-18
worktree: add --quiet option
Elia Pinto
3
-3
/
+22
2018-08-17
Seventh batch for 2.19 cycle
Junio C Hamano
1
-0
/
+64
2018-08-17
refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)
Ævar Arnfjörð Bjarmason
4
-12
/
+4
2018-08-17
config.txt: clarify core.checkStat
Junio C Hamano
1
-4
/
+14
2018-08-16
branch: support configuring --sort via .gitconfig
Samuel Maftoul
4
-3
/
+64
2018-08-16
builtin/submodule--helper: remove stray new line
Stefan Beller
1
-1
/
+0
2018-08-16
t7410: update to new style
Stefan Beller
1
-41
/
+58
2018-08-16
cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD
Nguyễn Thái Ngọc Duy
2
-3
/
+13
2018-08-16
rebase -i: fix SIGSEGV when 'merge <branch>' fails
Phillip Wood
2
-6
/
+33
2018-08-16
t3430: add conflicting commit
Phillip Wood
1
-6
/
+9
2018-08-16
Sixth batch for 2.19 cycle
Junio C Hamano
1
-0
/
+77
2018-08-15
Remove forward declaration of an enum
Elijah Newren
1
-1
/
+1
2018-08-15
compat/precompose_utf8.h: use more common include guard style
Elijah Newren
1
-1
/
+2
2018-08-15
urlmatch.h: fix include guard
Elijah Newren
1
-0
/
+2
2018-08-15
Move definition of enum branch_track from cache.h to branch.h
Elijah Newren
4
-10
/
+13
2018-08-15
alloc: make allocate_alloc_state and clear_alloc_state more consistent
Elijah Newren
2
-2
/
+2
[next]