index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2021-10-21
git-sh-setup: remove "sane_grep", it's not needed anymore
Ævar Arnfjörð Bjarmason
-22
/
+4
2021-10-21
git-sh-setup: remove unused sane_egrep() function
Ævar Arnfjörð Bjarmason
-4
/
+0
2021-10-21
git-instaweb: unconditionally assume that gitweb is mod_perl capable
Ævar Arnfjörð Bjarmason
-4
/
+1
2021-10-21
Makefile: remove $(NO_CURL) from $(SCRIPT_DEFINES)
Ævar Arnfjörð Bjarmason
-2
/
+1
2021-10-21
Makefile: remove $(GIT_VERSION) from $(SCRIPT_DEFINES)
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-10-21
Makefile: move git-SCRIPT-DEFINES adjacent to $(SCRIPT_DEFINES)
Ævar Arnfjörð Bjarmason
-8
/
+7
2021-10-21
git-sh-setup: remove messaging supporting --preserve-merges
Ævar Arnfjörð Bjarmason
-11
/
+1
2021-10-21
git-sh-i18n: remove unused eval_ngettext()
Ævar Arnfjörð Bjarmason
-12
/
+0
2021-10-21
midx.c: clean up chunkfile after reading the MIDX
Taylor Blau
-1
/
+2
2021-10-20
for-each-ref: delay parsing of --sort=<atom> options
Junio C Hamano
-52
/
+95
2021-10-20
Merge branch 'ab/ref-filter-leakfix' into jc/fix-ref-sorting-parse
Junio C Hamano
-16
/
+34
2021-10-20
branch: use ref_sorting_release()
Ævar Arnfjörð Bjarmason
-3
/
+5
2021-10-20
ref-filter API user: add and use a ref_sorting_release()
Ævar Arnfjörð Bjarmason
-1
/
+13
2021-10-20
tag: use a "goto cleanup" pattern, leak less memory
Ævar Arnfjörð Bjarmason
-12
/
+16
2021-10-20
git config doc: fix recent ASCIIDOC formatting regression
Ævar Arnfjörð Bjarmason
-2
/
+0
2021-10-18
The fourteenth batch
Junio C Hamano
-0
/
+38
2021-10-18
Merge branch 'tz/doc-link-to-bundle-format-fix'
Junio C Hamano
-0
/
+1
2021-10-18
Merge branch 'js/windows-ci-path-fix'
Junio C Hamano
-3
/
+3
2021-10-18
Merge branch 'bs/doc-blame-color-lines'
Junio C Hamano
-17
/
+44
2021-10-18
Merge branch 'rs/make-verify-path-really-verify-again'
Junio C Hamano
-15
/
+36
2021-10-18
Merge branch 'jk/cat-file-batch-all-wo-replace'
Junio C Hamano
-16
/
+119
2021-10-18
Merge branch 'cm/save-restore-terminal'
Junio C Hamano
-15
/
+71
2021-10-18
Merge branch 'ab/designated-initializers-more'
Junio C Hamano
-88
/
+82
2021-10-18
Merge branch 'tb/repack-write-midx'
Junio C Hamano
-56
/
+723
2021-10-18
Merge branch 'js/retire-preserve-merges'
Junio C Hamano
-2263
/
+33
2021-10-18
Merge branch 'rs/mergesort'
Junio C Hamano
-67
/
+473
2021-10-18
transport-helper: recognize "expecting report" error from send-pack
Jeff King
-1
/
+5
2021-10-18
send-pack: complain about "expecting report" with --helper-status
Jeff King
-0
/
+31
2021-10-18
gpg-interface: fix leak of strbufs in get_ssh_key_fingerprint()
Jeff King
-1
/
+5
2021-10-18
gpg-interface: fix leak of "line" in parse_ssh_output()
Jeff King
-2
/
+6
2021-10-18
stash: implement '--staged' option for 'push' and 'save'
Sergey Organov
-12
/
+113
2021-10-18
t1092: run "rebase --apply" without "-q" in testing
Phillip Wood
-1
/
+1
2021-10-16
refs API: post-migration API renaming [2/2]
Ævar Arnfjörð Bjarmason
-29
/
+22
2021-10-16
refs API: post-migration API renaming [1/2]
Ævar Arnfjörð Bjarmason
-27
/
+15
2021-10-16
refs API: don't expose "errno" in run_transaction_hook()
Ævar Arnfjörð Bjarmason
-1
/
+4
2021-10-16
refs API: make expand_ref() & repo_dwim_log() not set errno
Ævar Arnfjörð Bjarmason
-5
/
+10
2021-10-16
refs API: make resolve_ref_unsafe() not set errno
Ævar Arnfjörð Bjarmason
-4
/
+12
2021-10-16
refs API: make refs_ref_exists() not set errno
Ævar Arnfjörð Bjarmason
-1
/
+3
2021-10-16
refs API: make refs_resolve_refdup() not set errno
Ævar Arnfjörð Bjarmason
-2
/
+3
2021-10-16
refs tests: ignore ignore errno in test-ref-store helper
Ævar Arnfjörð Bjarmason
-2
/
+3
2021-10-16
refs API: ignore errno in worktree.c's find_shared_symref()
Ævar Arnfjörð Bjarmason
-2
/
+4
2021-10-16
refs API: ignore errno in worktree.c's add_head_info()
Ævar Arnfjörð Bjarmason
-2
/
+4
2021-10-16
refs API: make files_copy_or_rename_ref() et al not set errno
Ævar Arnfjörð Bjarmason
-4
/
+6
2021-10-16
refs API: make loose_fill_ref_dir() not set errno
Ævar Arnfjörð Bjarmason
-2
/
+3
2021-10-16
refs API: make resolve_gitlink_ref() not set errno
Ævar Arnfjörð Bjarmason
-2
/
+3
2021-10-16
refs API: remove refs_read_ref_full() wrapper
Ævar Arnfjörð Bjarmason
-31
/
+36
2021-10-16
refs/files: remove "name exist?" check in lock_ref_oid_basic()
Ævar Arnfjörð Bjarmason
-24
/
+24
2021-10-16
reflog tests: add --updateref tests
Ævar Arnfjörð Bjarmason
-0
/
+65
2021-10-16
refs API: make refs_rename_ref_available() static
Ævar Arnfjörð Bjarmason
-33
/
+29
2021-10-16
refs API: make parse_loose_ref_contents() not set errno
Han-Wen Nienhuys
-16
/
+29
[prev]
[next]