index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-10
Merge branch 'en/merge-recursive-directory-rename-fixes'
Junio C Hamano
4
-336
/
+582
2019-11-10
Merge branch 'js/rebase-deprecate-preserve-merges'
Junio C Hamano
1
-3
/
+4
2019-11-10
Merge branch 'hv/bitshift-constants-in-blame'
Junio C Hamano
1
-12
/
+12
2019-11-10
Merge branch 'dd/notes-copy-default-dst-to-head'
Junio C Hamano
3
-8
/
+46
2019-11-10
Merge branch 'pw/post-commit-from-sequencer'
Junio C Hamano
6
-265
/
+432
2019-11-10
Merge branch 'es/walken-tutorial'
Junio C Hamano
2
-0
/
+907
2019-11-10
Merge branch 'dl/format-patch-cover-from-desc'
Junio C Hamano
5
-34
/
+296
2019-11-10
Merge branch 'jt/fetch-pack-record-refs-in-the-dot-promisor'
Junio C Hamano
3
-4
/
+58
2019-11-10
convert: use skip_iprefix() in validate_encoding()
René Scharfe
1
-14
/
+8
2019-11-10
utf8: use skip_iprefix() in same_utf_encoding()
René Scharfe
1
-5
/
+4
2019-11-10
Fix spelling errors in no-longer-updated-from-upstream modules
Elijah Newren
11
-14
/
+14
2019-11-10
multimail: fix a few simple spelling errors
Elijah Newren
2
-5
/
+5
2019-11-10
sha1dc: fix trivial comment spelling error
Elijah Newren
1
-1
/
+1
2019-11-10
Fix spelling errors in test commands
Elijah Newren
7
-17
/
+17
2019-11-10
Fix spelling errors in messages shown to users
Elijah Newren
4
-4
/
+4
2019-11-10
Fix spelling errors in names of tests
Elijah Newren
12
-26
/
+26
2019-11-10
Fix spelling errors in comments of testcases
Elijah Newren
14
-18
/
+18
2019-11-10
Fix spelling errors in code comments
Elijah Newren
35
-52
/
+52
2019-11-10
userdiff: add Elixir to supported userdiff languages
Łukasz Niemier
13
-0
/
+78
2019-11-10
git-shortlog.txt: include commit limiting options
Pratyush Yadav
2
-1
/
+13
2019-11-08
fetch: remove fetch_if_missing=0
Jonathan Tan
3
-4
/
+74
2019-11-07
kset.h, tar.h: add missing header guard to prevent multiple inclusion
Elia Pinto
2
-0
/
+9
2019-11-07
t0028: eliminate non-standard usage of printf
Doan Tran Cong Danh
1
-2
/
+2
2019-11-07
parse-options.h: add new options `--pathspec-from-file`, `--pathspec-file-nul`
Alexandr Miloslavskiy
1
-0
/
+2
2019-11-07
t: fix typo in test descriptions
Nathan Stocks
1
-2
/
+2
2019-11-07
t6024: modernize style
Elijah Newren
1
-55
/
+59
2019-11-07
name-hash.c: remove duplicate word in comment
Elijah Newren
1
-1
/
+1
2019-11-07
hashmap: fix documentation misuses of -> versus .
Elijah Newren
1
-3
/
+3
2019-11-07
git-filter-branch.txt: correct argument name typo
Elijah Newren
1
-1
/
+1
2019-11-07
remote-curl: unbreak http.extraHeader with custom allocators
Johannes Schindelin
1
-10
/
+8
2019-11-07
Fix spelling errors in documentation outside of Documentation/
Elijah Newren
3
-3
/
+3
2019-11-07
Documentation: fix a bunch of typos, both old and new
Elijah Newren
54
-74
/
+74
2019-11-06
fsmonitor: fix watchman integration
Kevin Willford
2
-18
/
+8
2019-11-06
trace2: add dots directly to strbuf in perf_fmt_prepare()
René Scharfe
1
-15
/
+2
2019-11-06
fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraph
Johannes Schindelin
1
-1
/
+2
2019-11-06
fetch: add the command-line option `--write-commit-graph`
Johannes Schindelin
2
-1
/
+10
2019-11-04
Git 2.24
v2.24.0
Junio C Hamano
1
-1
/
+1
2019-11-04
Merge branch 'bc/doc-use-docbook-5'
Junio C Hamano
1
-1
/
+2
2019-11-04
Merge branch 'ds/commit-graph-on-fetch'
Junio C Hamano
4
-6
/
+25
2019-11-04
Merge branch 'jt/delay-fetch-if-missing'
Junio C Hamano
1
-2
/
+2
2019-11-04
Merge https://github.com/prati0100/git-gui
Junio C Hamano
4
-21
/
+210
2019-11-04
Merge tag 'l10n-2.24.0-rnd2' of https://github.com/git-l10n/git-po
Junio C Hamano
10
-22221
/
+23300
2019-11-02
l10n: zh_CN: for git v2.24.0 l10n round 1~2
Jiang Xin
1
-2439
/
+2539
2019-11-02
rebase: add --reset-author-date
Rohit Ashiwal
2
-0
/
+3
2019-11-02
rebase -i: support --ignore-date
Rohit Ashiwal
5
-11
/
+99
2019-11-02
sequencer: rename amend_author to author_to_rename
Rohit Ashiwal
1
-3
/
+3
2019-11-02
rebase -i: support --committer-date-is-author-date
Rohit Ashiwal
6
-11
/
+120
2019-11-02
sequencer: allow callers of read_author_script() to ignore fields
Rohit Ashiwal
1
-3
/
+13
2019-11-02
rebase -i: add --ignore-whitespace flag
Rohit Ashiwal
4
-7
/
+90
2019-11-02
myfirstcontrib: hint to find gitgitgadget allower
Emily Shaffer
1
-0
/
+8
[prev]
[next]