index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-21
legacy-rebase: backport -C<n> and --whitespace=<option> checks
Johannes Schindelin
1
-0
/
+8
2018-11-20
test-lib-functions: make 'test_cmp_rev' more informative on failure
SZEDER Gábor
1
-3
/
+17
2018-11-20
tests: send "bug in the test script" errors to the script's stderr
SZEDER Gábor
7
-23
/
+26
2018-11-20
l10n: git.pot: v2.20.0 round 1 (254 new, 27 removed)
Jiang Xin
1
-2969
/
+4032
2018-11-20
msvc: directly use MS version (_stricmp) of strcasecmp
Sven Strickroth
1
-7
/
+1
2018-11-19
Prepare for 2.20-rc1
Junio C Hamano
1
-0
/
+29
2018-11-19
read-cache: make the split index obey umask settings
Ævar Arnfjörð Bjarmason
2
-1
/
+22
2018-11-19
RelNotes: name the release properly
Junio C Hamano
1
-2
/
+2
2018-11-18
Git 2.20-rc0
v2.20.0-rc0
Junio C Hamano
2
-1
/
+63
2018-11-17
bundle: dup() output descriptor closer to point-of-use
Jeff King
2
-21
/
+24
2018-11-16
tests: add a special setup where rebase.useBuiltin is off
Ævar Arnfjörð Bjarmason
2
-1
/
+8
2018-11-16
rebase doc: document rebase.useBuiltin
Ævar Arnfjörð Bjarmason
1
-0
/
+14
2018-11-16
mingw: replace an obsolete link with the superseding one
Johannes Schindelin
1
-2
/
+2
2018-11-16
Makefile: use FUZZ_CXXFLAGS for linking fuzzers
Josh Steadmon
1
-2
/
+4
2018-11-16
tests: explicitly use `git.exe` on Windows
Johannes Schindelin
3
-5
/
+11
2018-11-16
tests: do not require Git to be built when testing an installed Git
Johannes Schindelin
1
-2
/
+7
2018-11-16
doc: move extensions.worktreeConfig to the right place
Nguyễn Thái Ngọc Duy
3
-19
/
+16
2018-11-16
ref-filter: don't look for objects when outside of a repository
SZEDER Gábor
2
-0
/
+10
2018-11-16
config: report a bug if git_dir exists without commondir
Johannes Schindelin
1
-0
/
+2
2018-11-16
rebase: validate -C<n> and --whitespace=<mode> parameters early
Johannes Schindelin
2
-1
/
+18
2018-11-16
rebase: really just passthru the `git am` options
Johannes Schindelin
1
-63
/
+35
2018-11-14
push: change needlessly ambiguous example in error
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2018-11-14
git-compat-util: prefer poll.h to sys/poll.h
Đoàn Trần Công Danh
3
-2
/
+17
2018-11-14
range-diff: make diff option behavior (e.g. --stat) consistent
Ævar Arnfjörð Bjarmason
2
-24
/
+2
2018-11-14
win32: replace pthread_cond_*() with much simpler code
Loo Rong Jie
2
-159
/
+7
2018-11-14
mingw: use `CreateHardLink()` directly
Johannes Schindelin
1
-13
/
+1
2018-11-14
t/lib-gettext: test installed git-sh-i18n if GIT_TEST_INSTALLED is set
Johannes Schindelin
1
-1
/
+6
2018-11-14
tests: respect GIT_TEST_INSTALLED when initializing repositories
Johannes Schindelin
1
-1
/
+2
2018-11-14
tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/
Johannes Schindelin
1
-1
/
+1
2018-11-14
coccicheck: introduce 'pending' semantic patches
SZEDER Gábor
2
-2
/
+46
2018-11-13
Tenth batch for 2.20
Junio C Hamano
1
-0
/
+98
2018-11-13
format-patch: respect --stat in cover letter's diffstat
Nguyễn Thái Ngọc Duy
2
-17
/
+33
2018-11-13
built-in rebase: reinstate `checkout -q` behavior where appropriate
Johannes Schindelin
1
-15
/
+25
2018-11-13
rebase: prepare reset_head() for more flags
Johannes Schindelin
1
-3
/
+6
2018-11-13
rebase: consolidate clean-up code before leaving reset_head()
Johannes Schindelin
1
-18
/
+18
2018-11-13
refs: fix some exclude patterns being ignored
Rafael Ascensão
2
-12
/
+16
2018-11-13
refs: show --exclude failure with --branches/tags/remotes=glob
Rafael Ascensão
1
-3
/
+57
2018-11-13
apply --recount: allow "no-op hunks"
Johannes Schindelin
2
-1
/
+13
2018-11-13
status: rebase and merge can be in progress at the same time
Johannes Schindelin
1
-2
/
+7
2018-11-13
built-in rebase --skip/--abort: clean up stale .git/<name> files
Johannes Schindelin
1
-0
/
+3
2018-11-13
rebase -i: include MERGE_HEAD into files to clean up
Johannes Schindelin
1
-0
/
+2
2018-11-13
rebase -r: do not write MERGE_HEAD unless needed
Johannes Schindelin
2
-5
/
+5
2018-11-13
rebase -r: demonstrate bug with conflicting merges
Johannes Schindelin
1
-0
/
+16
2018-11-13
builtin/notes: remove unnecessary free
Carlo Marcelo Arenas Belón
1
-3
/
+1
2018-11-12
remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)
Torsten Bögershausen
1
-3
/
+4
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
11
-23
/
+24
2018-11-12
p3400: replace calls to `git checkout -b' by `git checkout -B'
Alban Gruin
1
-5
/
+5
2018-11-12
build: fix broken command-list.h generation with core.autocrlf
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
Update .mailmap
Johannes Schindelin
1
-0
/
+13
2018-11-12
range-diff: fix regression in passing along diff options
Ævar Arnfjörð Bjarmason
2
-1
/
+54
[prev]
[next]