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-07-01
mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
Shaoxuan Yuan
1
-2
/
+19
2022-07-01
mv: decouple if/else-if checks using goto
Shaoxuan Yuan
1
-56
/
+77
2022-07-01
mv: update sparsity after moving from out-of-cone to in-cone
Shaoxuan Yuan
1
-0
/
+17
2022-07-01
pull: fix a "struct oid_array" memory leak
Ævar Arnfjörð Bjarmason
1
-6
/
+10
2022-07-01
cat-file: fix a common "struct object_context" memory leak
Ævar Arnfjörð Bjarmason
1
-10
/
+22
2022-07-01
gc: fix a memory leak
Ævar Arnfjörð Bjarmason
1
-1
/
+7
2022-07-01
checkout: avoid "struct unpack_trees_options" leak
Ævar Arnfjörð Bjarmason
1
-14
/
+22
2022-07-01
merge-file: fix memory leaks on error path
Ævar Arnfjörð Bjarmason
1
-4
/
+6
2022-07-01
merge-file: refactor for subsequent memory leak fix
Ævar Arnfjörð Bjarmason
1
-12
/
+14
2022-07-01
cat-file: fix a memory leak in --batch-command mode
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-07-01
revert: free "struct replay_opts" members
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2022-07-01
clone: fix memory leak in wanted_peer_refs()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-07-01
check-ref-format: fix trivial memory leak
Ævar Arnfjörð Bjarmason
1
-3
/
+8
2022-06-30
submodule--helper: remove display path helper
Glen Choo
1
-16
/
+8
2022-06-30
submodule--helper update: use --super-prefix
Glen Choo
1
-20
/
+10
2022-06-30
submodule--helper: remove unused SUPPORT_SUPER_PREFIX flags
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-06-30
submodule--helper: use correct display path helper
Glen Choo
1
-11
/
+3
2022-06-30
submodule--helper: don't recreate recursive prefix
Glen Choo
1
-11
/
+4
2022-06-30
submodule--helper update: use display path helper
Glen Choo
1
-14
/
+5
2022-06-30
Merge branch 'ab/submodule-cleanup' into gc/submodule-use-super-prefix
Junio C Hamano
1
-24
/
+50
2022-06-28
submodule--helper: eliminate internal "--update" option
Glen Choo
1
-20
/
+13
2022-06-28
submodule--helper: understand --checkout, --merge and --rebase synonyms
Ævar Arnfjörð Bjarmason
1
-0
/
+30
2022-06-28
submodule--helper: report "submodule" as our name in some "-h" output
Ævar Arnfjörð Bjarmason
1
-9
/
+9
2022-06-28
submodule--helper: rename "absorb-git-dirs" to "absorbgitdirs"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-06-28
submodule--helper: have --require-init imply --init
Ævar Arnfjörð Bjarmason
1
-1
/
+4
2022-06-22
merge-tree: add a --allow-unrelated-histories flag
Elijah Newren
1
-1
/
+6
2022-06-22
merge-tree: allow `ls-files -u` style info to be NUL terminated
Elijah Newren
1
-1
/
+3
2022-06-22
merge-ort: optionally produce machine-readable output
Elijah Newren
1
-1
/
+2
2022-06-22
merge-tree: provide easy access to `ls-files -u` style info
Elijah Newren
1
-1
/
+10
2022-06-22
merge-tree: provide a list of which files have conflicts
Elijah Newren
1
-3
/
+23
2022-06-22
merge-tree: support including merge messages in output
Elijah Newren
1
-2
/
+19
2022-06-22
merge-tree: implement real merges
Elijah Newren
1
-1
/
+40
2022-06-22
merge-tree: add option parsing and initial shell for real merge function
Elijah Newren
1
-9
/
+75
2022-06-22
merge-tree: move logic for existing merge into new function
Elijah Newren
1
-4
/
+8
2022-06-22
merge-tree: rename merge_trees() to trivial_merge_trees()
Elijah Newren
1
-4
/
+4
2022-06-22
grep: add --max-count command line option
Carlos López
1
-0
/
+9
2022-06-21
mktree: do not check type of remote objects
Richard Oliver
1
-2
/
+9
2022-06-21
branch: drop unused worktrees variable
Jeff King
1
-4
/
+0
2022-06-21
fetch: stop passing around unused worktrees variable
Jeff King
1
-15
/
+9
2022-06-20
name-rev: prefix annotate-stdin with '--' in message
Alexander Shopov
1
-1
/
+1
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
5
-5
/
+5
2022-06-17
Merge branch 'js/misc-fixes'
Junio C Hamano
1
-0
/
+1
2022-06-17
remote: handle negative refspecs in git remote show
Jacob Keller
1
-2
/
+10
2022-06-16
submodule--helper: avoid memory leak when fetching submodules
Johannes Schindelin
1
-0
/
+1
2022-06-16
builtin/rebase: remove a redundant space in l10n string
Fangyi Zhou
1
-1
/
+1
2022-06-15
Merge branch 'po/rebase-preserve-merges'
Junio C Hamano
1
-5
/
+9
2022-06-15
Merge branch 'jc/revert-show-parent-info'
Junio C Hamano
1
-0
/
+7
2022-06-15
push: fix capitalisation of the option name autoSetupMerge
Fangyi Zhou
1
-1
/
+1
2022-06-15
branch: use branch_checked_out() when deleting refs
Derrick Stolee
1
-4
/
+3
2022-06-15
fetch: use new branch_checked_out() and add tests
Derrick Stolee
1
-14
/
+8
[prev]
[next]