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
2024-02-26
Revert "refs: allow @{n} to work with n-sized reflog"
Jeff King
3
-51
/
+50
2024-02-26
upload-pack: don't send null character in abort message to the client
SZEDER Gábor
1
-1
/
+1
2024-02-26
submodule: use strvec_pushf() for --submodule-prefix
René Scharfe
1
-15
/
+4
2024-02-26
userdiff: skip textconv caching when not in a repository
Jeff King
2
-1
/
+25
2024-02-26
name-rev: use mem_pool_strfmt()
René Scharfe
1
-19
/
+20
2024-02-26
mem-pool: add mem_pool_strfmt()
René Scharfe
2
-0
/
+44
2024-02-26
fetch: convert strncmp() with strlen() to starts_with()
René Scharfe
1
-3
/
+2
2024-02-24
compat: drop inclusion of <git-compat-util.h>
Junio C Hamano
2
-2
/
+0
2024-02-23
Documentation/config/pack.txt: fix broken AsciiDoc mark-up
Taylor Blau
1
-5
/
+4
2024-02-23
for-each-ref: add new option to include root refs
Karthik Nayak
6
-11
/
+79
2024-02-23
ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'
Karthik Nayak
3
-4
/
+4
2024-02-23
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
4
-5
/
+79
2024-02-23
refs: extract out `loose_fill_ref_dir_regular_file()`
Karthik Nayak
1
-29
/
+33
2024-02-23
refs: introduce `is_pseudoref()` and `is_headref()`
Karthik Nayak
2
-0
/
+44
2024-02-23
fill_tree_descriptor(): mark error message for translation
Johannes Schindelin
2
-2
/
+2
2024-02-23
cache-tree: avoid an unnecessary check
Johannes Schindelin
1
-1
/
+1
2024-02-23
Always check `parse_tree*()`'s return value
Johannes Schindelin
12
-10
/
+52
2024-02-23
t4301: verify that merge-tree fails on missing blob objects
Johannes Schindelin
1
-0
/
+16
2024-02-23
merge-ort: do check `parse_tree()`'s return value
Johannes Schindelin
1
-2
/
+4
2024-02-23
merge-tree: fail with a non-zero exit code on missing tree objects
Johannes Schindelin
2
-3
/
+15
2024-02-22
Git 2.44
v2.44.0
Junio C Hamano
2
-1
/
+13
2024-02-22
Git 2.43.3
v2.43.3
Junio C Hamano
3
-2
/
+14
2024-02-22
Merge branch 'la/trailer-cleanups' into maint-2.43
Junio C Hamano
3
-8
/
+44
2024-02-21
doc: apply the new placeholder rules to git-add documentation
Junio C Hamano
1
-10
/
+10
2024-02-21
doc: clarify the format of placeholders
Jean-Noël Avila
1
-0
/
+7
2024-02-21
git-remote.txt: fix typo
Jakub Wilk
1
-1
/
+1
2024-02-21
builtin/reflog: introduce subcommand to list reflogs
Patrick Steinhardt
3
-0
/
+145
2024-02-21
refs: stop resolving ref corresponding to reflogs
Patrick Steinhardt
2
-14
/
+4
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
11
-54
/
+65
2024-02-21
refs: always treat iterators as ordered
Patrick Steinhardt
8
-50
/
+20
2024-02-21
refs/files: sort merged worktree and common reflogs
Patrick Steinhardt
4
-73
/
+56
2024-02-21
refs/files: sort reflogs returned by the reflog iterator
Patrick Steinhardt
4
-6
/
+6
2024-02-21
dir-iterator: support iteration in sorted order
Patrick Steinhardt
2
-13
/
+89
2024-02-21
dir-iterator: pass name to `prepare_next_entry_data()` directly
Patrick Steinhardt
1
-4
/
+4
2024-02-21
rebase: make warning less passive aggressive
Harmen Stoppels
1
-1
/
+1
2024-02-20
doc: end sentences with full-stop
Jean-Noël Avila
2
-3
/
+3
2024-02-20
doc: close unclosed angle-bracket of a placeholder in git-clone doc
Jean-Noël Avila
1
-1
/
+1
2024-02-20
doc: git-rev-parse: enforce command-line description syntax
Jean-Noël Avila
1
-12
/
+12
2024-02-20
documentation: send-email: use camel case consistently
Dragan Simic
2
-15
/
+15
2024-02-20
git-difftool--helper: honor `--trust-exit-code` with `--dir-diff`
Patrick Steinhardt
3
-46
/
+67
2024-02-19
Git 2.44-rc2
v2.44.0-rc2
Junio C Hamano
2
-1
/
+2
2024-02-19
Merge branch 'la/trailer-cleanups'
Junio C Hamano
3
-8
/
+44
2024-02-19
trailer: fix comment/cut-line regression with opts->no_divider
Jeff King
3
-8
/
+44
2024-02-19
doc: remove outdated information about interactive.singleKey
Julio Bacellari
1
-3
/
+1
2024-02-19
t0303: check that helper_test_clean removes all credentials
Jeff King
1
-2
/
+24
2024-02-19
Merge branch 'ba/credential-test-clean-fix' into jk/t0303-clean
Junio C Hamano
1
-0
/
+1
2024-02-19
libsecret: retrieve empty password
M Hickford
1
-0
/
+3
2024-02-19
Merge branch 'ps/reftable-backend' into ps/reflog-list
Junio C Hamano
17
-7
/
+3248
2024-02-19
mergetools: vimdiff: use correct tool's name when reading mergetool config
Kipras Melnikovas
3
-9
/
+25
2024-02-19
Merge tag 'l10n-2.44.0-rnd3' of https://github.com/git-l10n/git-po
Junio C Hamano
11
-1509
/
+2894
[prev]
[next]