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
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
Merge branch 'kz/merge-tree-merge-base'
Junio C Hamano
1
-12
/
+53
2022-12-14
Merge branch 'dd/git-bisect-builtin'
Junio C Hamano
1
-50
/
+72
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
7
-7
/
+8
2022-12-13
am: don't pass strvec to apply_parse_options()
René Scharfe
1
-1
/
+11
2022-12-05
maintenance: compare output of pthread functions for inequality with 0
Seija
1
-2
/
+2
2022-12-02
fsmonitor: fix race seen in t7527
Jeff Hostetler
1
-0
/
+2
2022-12-02
diff: factor out add_diff_options()
René Scharfe
1
-1
/
+1
2022-11-30
pack-objects: simplify --filter handling
René Scharfe
1
-22
/
+6
2022-11-30
pack-objects: fix handling of multiple --filter options
René Scharfe
1
-1
/
+2
2022-11-29
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
1
-1
/
+1
2022-11-28
Merge branch 'ab/fewer-the-index-macros'
Junio C Hamano
33
-295
/
+317
2022-11-28
Merge branch 'ew/prune-with-missing-objects-pack'
Junio C Hamano
1
-1
/
+3
2022-11-27
i18n: fix command template placeholder format
Jean-Noël Avila
1
-1
/
+1
2022-11-27
var: allow GIT_EDITOR to return null
Sean Allred
1
-6
/
+1
2022-11-27
var: do not print usage() with a correct invocation
Sean Allred
1
-9
/
+13
2022-11-23
Merge branch 'ps/receive-use-only-advertised'
Junio C Hamano
3
-7
/
+22
2022-11-23
Merge branch 'jt/submodule-on-demand'
Junio C Hamano
1
-2
/
+10
2022-11-23
Merge branch 'mg/notes-newline'
Junio C Hamano
1
-1
/
+1
2022-11-23
Merge branch 'pw/rebase-no-reflog-action'
Junio C Hamano
1
-12
/
+15
2022-11-23
Merge branch 'rp/maintenance-qol'
Junio C Hamano
2
-14
/
+36
2022-11-23
Merge branch 'dd/bisect-helper-subcommand'
Junio C Hamano
1
-100
/
+129
2022-11-23
Merge branch 'ab/submodule-helper-prep-only'
Junio C Hamano
2
-102
/
+45
2022-11-21
prune: quiet ENOENT on missing directories
Eric Wong
1
-1
/
+3
2022-11-21
built-ins: use free() not UNLEAK() if trivial, rm dead code
Ævar Arnfjörð Bjarmason
6
-33
/
+35
2022-11-21
revert: fix parse_options_concat() leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-11-21
cherry-pick: free "struct replay_opts" members
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2022-11-21
rebase: don't leak on "--abort"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-11-21
ls-files: fix a --with-tree memory leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-11-21
unpack-file: fix ancient leak in create_temp_file()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-11-21
built-ins & libs & helpers: add/move destructors, fix leaks
Ævar Arnfjörð Bjarmason
5
-1
/
+9
2022-11-21
commit: discard partial cache before (re-)reading it
Ævar Arnfjörð Bjarmason
1
-2
/
+5
2022-11-21
{reset,merge}: call discard_index() before returning
Ævar Arnfjörð Bjarmason
2
-0
/
+3
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
27
-143
/
+160
2022-11-21
{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
4
-4
/
+4
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
14
-106
/
+107
2022-11-21
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
8
-21
/
+25
2022-11-21
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
11
-19
/
+20
2022-11-21
builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
2
-2
/
+0
2022-11-18
Merge branch 'jk/branch-delete-detached'
Taylor Blau
1
-6
/
+3
2022-11-18
Merge branch 'vd/skip-cache-tree-update'
Taylor Blau
2
-0
/
+6
2022-11-18
Merge branch 'tb/repack-expire-to'
Taylor Blau
1
-10
/
+61
2022-11-17
branch: force-copy a branch to itself via @{-1} is a no-op
Rubén Justo
1
-3
/
+3
2022-11-17
receive-pack: only use visible refs for connectivity check
Patrick Steinhardt
1
-0
/
+2
2022-11-17
rev-parse: add `--exclude-hidden=` option
Patrick Steinhardt
1
-0
/
+10
2022-11-17
revision: add new parameter to exclude hidden refs
Patrick Steinhardt
1
-0
/
+1
2022-11-17
revision: introduce struct to handle exclusions
Patrick Steinhardt
1
-4
/
+4
2022-11-17
refs: get rid of global list of hidden refs
Patrick Steinhardt
1
-3
/
+5
2022-11-16
notes: avoid empty line in template
Michael J Gruber
1
-1
/
+1
2022-11-15
builtin/gc.c: fix use-after-free in maintenance_unregister()
Taylor Blau
1
-3
/
+2
[prev]
[next]