index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
url.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-16
t0000-t0999: fix broken &&-chains
Eric Sunshine
3
-15
/
+15
2018-07-16
t9814: simplify convoluted check that command correctly errors out
Eric Sunshine
1
-15
/
+3
2018-07-16
t9001: fix broken "invoke hook" test
Eric Sunshine
1
-2
/
+2
2018-07-16
t7810: use test_expect_code() instead of hand-rolled comparison
Eric Sunshine
1
-4
/
+3
2018-07-16
t7400: fix broken "submodule add/reconfigure --force" test
Eric Sunshine
1
-5
/
+6
2018-07-03
t7201: drop pointless "exit 0" at end of subshell
Eric Sunshine
1
-1
/
+0
2018-07-03
t6036: fix broken "merge fails but has appropriate contents" tests
Eric Sunshine
1
-4
/
+4
2018-07-03
t5505: modernize and simplify hard-to-digest test
Eric Sunshine
1
-6
/
+2
2018-07-03
t5406: use write_script() instead of birthing shell script manually
Eric Sunshine
1
-2
/
+3
2018-07-03
t5405: use test_must_fail() instead of checking exit code manually
Eric Sunshine
1
-2
/
+1
2018-07-03
t/lib-submodule-update: fix "absorbing" test
Eric Sunshine
1
-3
/
+2
2018-07-03
t: drop unnecessary terminating semicolon in subshell
Eric Sunshine
3
-4
/
+4
2018-07-03
t: use sane_unset() rather than 'unset' with broken &&-chain
Eric Sunshine
2
-3
/
+3
2018-07-03
t: use test_write_lines() instead of series of 'echo' commands
Eric Sunshine
10
-62
/
+61
2018-07-03
t: use test_might_fail() instead of manipulating exit code manually
Eric Sunshine
4
-10
/
+8
2018-06-28
Second batch for 2.19 cycle
Junio C Hamano
1
-0
/
+44
2018-06-25
First batch for 2.19 cycle
Junio C Hamano
1
-0
/
+43
2018-06-25
Prepare to start 2.19 cycle
Junio C Hamano
3
-2
/
+16
2018-06-25
sequencer.c: plug mem leak in git_sequencer_config
Stefan Beller
1
-0
/
+1
2018-06-21
Git 2.18
v2.18.0
Junio C Hamano
1
-1
/
+1
2018-06-19
t7400: encapsulate setup code in test_expect_success
Stefan Beller
1
-2
/
+4
2018-06-19
t3404: check root commit in 'rebase -i --root reword root commit'
Todd Zullinger
1
-1
/
+2
2018-06-19
doc: fix typos in documentation and release notes
Karthikeyan Singaravelan
4
-4
/
+4
2018-06-18
git-credential-netrc: make "all" default target of Makefile
Todd Zullinger
1
-0
/
+3
2018-06-18
Almost 2.18 final
Junio C Hamano
1
-0
/
+11
2018-06-18
A bunch of micro-fixes before going 2.18 final
Junio C Hamano
1
-0
/
+11
2018-06-18
l10n: ko.po: Update Korean translation
Changwoo Ryu
2
-2522
/
+3541
2018-06-18
merge-recursive: use xstrdup() instead of fixed buffer
René Scharfe
1
-5
/
+5
2018-06-18
RelNotes 2.18: minor fix to entry about dynamically loading completions
SZEDER Gábor
1
-1
/
+1
2018-06-18
t7406-submodule-update: fix broken &&-chains
SZEDER Gábor
1
-6
/
+6
2018-06-18
rebase --root: fix amending root commit messages
Johannes Schindelin
2
-2
/
+2
2018-06-18
rebase --root: demonstrate a bug while amending root commit messages
Todd Zullinger
1
-0
/
+9
2018-06-18
ewah: adjust callers of ewah_read_mmap()
Jeff King
2
-2
/
+3
2018-06-18
ewah_read_mmap: bounds-check mmap reads
Jeff King
3
-5
/
+35
2018-06-18
t3200: clarify description of --set-upstream test
Kaartic Sivaraam
1
-1
/
+1
2018-06-18
git-credential-netrc: fix exit status when tests fail
Luis Marsano
1
-1
/
+3
2018-06-18
git-credential-netrc: use in-tree Git.pm for tests
Luis Marsano
2
-2
/
+2
2018-06-18
git-credential-netrc: minor whitespace cleanup in test script
Todd Zullinger
1
-4
/
+4
2018-06-17
l10n: zh_CN: for git v2.18.0 l10n round 1 to 3
Jiang Xin
1
-2452
/
+3552
2018-06-17
l10n: bg.po: Updated Bulgarian translation (3608t)
Alexander Shopov
1
-19
/
+19
2018-06-17
l10n: vi.po(3608t): Update Vietnamese translation for v2.18.0 round 3
Tran Ngoc Quan
1
-21
/
+21
2018-06-16
l10n: fr.po v2.18.0 round 3
Jean-Noël Avila
1
-466
/
+1071
2018-06-16
l10n: es.po: Spanish update for v2.18.0 round 3
Christopher Diaz Riveros
1
-20
/
+20
2018-06-16
l10n: git.pot: v2.18.0 round 3 (1 new, 1 removed)
Jiang Xin
1
-17
/
+17
2018-06-15
Makefile: make NO_ICONV really mean "no iconv"
Eric Sunshine
1
-10
/
+12
2018-06-15
tests: clean after SANITY tests
Junio C Hamano
5
-9
/
+6
2018-06-14
t5526: test recursive submodules when fetching moved submodules
Stefan Beller
1
-5
/
+1
2018-06-14
submodule: fix NULL correctness in renamed broken submodules
Stefan Beller
1
-2
/
+4
2018-06-14
doc: update the order of the syntax `git merge --continue`
Meng-Sung Wu
1
-1
/
+1
2018-06-14
blame: release string_list after use in parse_color_fields()
René Scharfe
1
-0
/
+1
[next]