index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
attr.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-16
l10n: git.pot: v2.17.0 round 1 (132 new, 44 removed)
Jiang Xin
1
-1996
/
+2400
2018-03-15
Git 2.17-rc0
v2.17.0-rc0
Junio C Hamano
2
-1
/
+11
2018-03-09
t9402-git-cvsserver-refs: don't check the stderr of a subshell
SZEDER Gábor
1
-4
/
+4
2018-03-09
t9400-git-cvsserver-server: don't rely on the output of 'test_cmp'
SZEDER Gábor
1
-5
/
+3
2018-03-08
Eighth batch for 2.17
Junio C Hamano
1
-5
/
+40
2018-03-08
git manpage: note git-security@googlegroups.com
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2018-03-08
userdiff.c: add C# async keyword in diff pattern
Thomas Levesque
1
-1
/
+1
2018-03-07
completion: more subcommands in _git_notes()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-03-07
completion: complete --{reuse,reedit}-message= for all notes subcmds
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2018-03-07
completion: simplify _git_notes
Nguyễn Thái Ngọc Duy
1
-11
/
+3
2018-03-07
completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdate
Nguyễn Thái Ngọc Duy
3
-6
/
+5
2018-03-06
Seventh batch for 2.17
Junio C Hamano
1
-0
/
+50
2018-03-06
t2028: fix minor error and issues in newly-added "worktree move" tests
Eric Sunshine
1
-10
/
+9
2018-03-06
object.h: realign object flag allocation comment
Nguyễn Thái Ngọc Duy
1
-16
/
+16
2018-03-06
object.h: update flag allocation comment
Nguyễn Thái Ngọc Duy
5
-1
/
+9
2018-03-06
send-email: support separate Reply-To address
Christian Ludwig
4
-2
/
+25
2018-03-06
send-email: rename variable for clarity
Christian Ludwig
1
-19
/
+19
2018-03-05
add--interactive: detect bogus diffFilter output
Jeff King
2
-0
/
+16
2018-03-05
t3701: add a test for interactive.diffFilter
Jeff King
1
-0
/
+12
2018-03-05
smart-http: document flush after "# service" line
Jeff King
1
-0
/
+3
2018-03-05
perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKS
Ævar Arnfjörð Bjarmason
3
-5
/
+44
2018-03-05
Makefile: add NO_PERL_CPAN_FALLBACKS knob
Todd Zullinger
1
-0
/
+8
2018-03-05
perl: move the perl/Git/FromCPAN tree to perl/FromCPAN
Ævar Arnfjörð Bjarmason
5
-3
/
+5
2018-03-05
perl: generalize the Git::LoadCPAN facility
Ævar Arnfjörð Bjarmason
3
-58
/
+82
2018-03-05
perl: move CPAN loader wrappers to another namespace
Ævar Arnfjörð Bjarmason
5
-10
/
+10
2018-03-05
perl: update our copy of Mail::Address
Ævar Arnfjörð Bjarmason
1
-2
/
+6
2018-03-05
perl: update our ancient copy of Error.pm
Ævar Arnfjörð Bjarmason
2
-41
/
+255
2018-03-05
git-send-email: unconditionally use Net::{SMTP,Domain}
Ævar Arnfjörð Bjarmason
1
-13
/
+11
2018-03-05
Git.pm: hard-depend on the File::{Temp,Spec} modules
Ævar Arnfjörð Bjarmason
1
-8
/
+2
2018-03-05
gitweb: hard-depend on the Digest::MD5 5.8 module
Ævar Arnfjörð Bjarmason
2
-15
/
+5
2018-03-05
add -p: don't rely on apply's '--recount' option
Phillip Wood
1
-1
/
+1
2018-03-05
add -p: fix counting when splitting and coalescing
Phillip Wood
2
-8
/
+34
2018-03-05
add -p: calculate offset delta for edited patches
Phillip Wood
2
-10
/
+51
2018-03-01
userdiff: add built-in pattern for golang
Alban Gruin
8
-0
/
+37
2018-03-01
add -p: adjust offsets of subsequent hunks when one is skipped
Phillip Wood
2
-3
/
+14
2018-03-01
t3701: add failing test for pathological context lines
Phillip Wood
1
-0
/
+30
2018-03-01
t3701: don't hard code sha1 hash values
Phillip Wood
1
-10
/
+23
2018-03-01
commit: run git gc --auto just before the post-commit hook
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2018-02-28
hooks/pre-auto-gc-battery: allow gc to run on non-laptops
Adam Borowski
1
-1
/
+1
2018-02-28
Sixth batch for 2.17
Junio C Hamano
1
-5
/
+25
2018-02-28
untracked cache: use git_env_bool() not getenv() for customization
Junio C Hamano
2
-4
/
+14
2018-02-28
travis-ci: run tests with '-x' tracing
SZEDER Gábor
1
-1
/
+1
2018-02-28
t/README: add a note about don't saving stderr of compound commands
SZEDER Gábor
1
-3
/
+17
2018-02-28
t1510-repo-setup: mark as untraceable with '-x'
SZEDER Gábor
1
-0
/
+4
2018-02-28
t9903-bash-prompt: don't check the stderr of __git_ps1()
SZEDER Gábor
1
-12
/
+2
2018-02-28
t5570-git-daemon: don't check the stderr of a subshell
SZEDER Gábor
1
-1
/
+1
2018-02-28
t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log file
SZEDER Gábor
1
-1
/
+1
2018-02-28
t5500-fetch-pack: don't check the stderr of a subshell
SZEDER Gábor
1
-6
/
+6
2018-02-28
t3030-merge-recursive: don't check the stderr of a subshell
SZEDER Gábor
1
-16
/
+20
2018-02-28
sequencer: do not roll back lockfile unnecessarily
Martin Ågren
1
-12
/
+6
[next]