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-08-01
symbolic-ref: refuse to set syntactically invalid target
Linus Torvalds
1
-0
/
+2
2022-08-01
Merge branch 'mt/checkout-count-fix'
Junio C Hamano
1
-1
/
+1
2022-08-01
Merge branch 'ds/rebase-update-ref'
Junio C Hamano
1
-0
/
+10
2022-07-27
Merge branch 'ro/mktree-allow-missing-fix' into maint
Junio C Hamano
1
-2
/
+9
2022-07-27
Merge branch 'jk/diff-files-cleanup-fix' into maint
Junio C Hamano
1
-1
/
+1
2022-07-23
ls-files: introduce "--format" option
ZheNing Hu
1
-0
/
+95
2022-07-22
merge: do not exit restore_state() prematurely
Elijah Newren
1
-4
/
+6
2022-07-22
merge: ensure we can actually restore pre-merge state
Elijah Newren
1
-5
/
+5
2022-07-22
merge: make restore_state() restore staged state too
Elijah Newren
1
-3
/
+5
2022-07-22
merge: fix save_state() to work when there are stat-dirty files
Elijah Newren
1
-0
/
+8
2022-07-22
merge: do not abort early if one strategy fails to handle the merge
Elijah Newren
1
-2
/
+4
2022-07-22
merge: abort if index does not match HEAD for trivial merges
Elijah Newren
1
-0
/
+15
2022-07-22
builtin/cat-file.c: support NUL-delimited input with `-z`
Taylor Blau
1
-3
/
+25
2022-07-22
Merge branch 'js/shortlog-sort-stably'
Junio C Hamano
1
-1
/
+1
2022-07-20
builtin/remote.c: use the right kind of STRING_LIST_INIT
Junio C Hamano
1
-2
/
+1
2022-07-19
Merge branch 'jk/diff-files-cleanup-fix'
Junio C Hamano
1
-1
/
+1
2022-07-19
Merge branch 'jk/clone-unborn-confusion'
Junio C Hamano
1
-36
/
+45
2022-07-19
Merge branch 'jc/resolve-undo'
Junio C Hamano
1
-0
/
+39
2022-07-19
rebase: add rebase.updateRefs config option
Derrick Stolee
1
-0
/
+5
2022-07-19
rebase: add --update-refs option
Derrick Stolee
1
-0
/
+5
2022-07-18
Merge branch 'sg/multi-pack-index-parse-options-fix'
Junio C Hamano
1
-4
/
+4
2022-07-18
Merge branch 'ab/cocci-unused'
Junio C Hamano
3
-8
/
+1
2022-07-18
Merge branch 'gc/submodule-use-super-prefix'
Junio C Hamano
1
-64
/
+22
2022-07-18
Merge branch 'ab/leakfix'
Junio C Hamano
8
-48
/
+92
2022-07-18
Merge branch 'jc/builtin-mv-move-array'
Junio C Hamano
1
-9
/
+7
2022-07-18
cat-file: add mailmap support
Siddharth Asthana
1
-1
/
+42
2022-07-14
Merge branch 'ab/submodule-cleanup'
Junio C Hamano
1
-24
/
+50
2022-07-14
Merge branch 'sy/mv-out-of-cone'
Junio C Hamano
1
-61
/
+172
2022-07-14
Merge branch 'hx/unpack-streaming'
Junio C Hamano
1
-12
/
+94
2022-07-14
Merge branch 'en/merge-tree'
Junio C Hamano
1
-12
/
+175
2022-07-14
shortlog: use a stable sort
Johannes Schindelin
1
-1
/
+1
2022-07-14
checkout: fix two bugs on the final count of updated entries
Matheus Tavares
1
-1
/
+1
2022-07-13
Merge branch 'cl/grep-max-count'
Junio C Hamano
1
-0
/
+9
2022-07-13
Merge branch 'jk/remote-show-with-negative-refspecs'
Junio C Hamano
1
-2
/
+10
2022-07-13
Merge branch 'ro/mktree-allow-missing-fix'
Junio C Hamano
1
-2
/
+9
2022-07-12
Merge branch 'ds/branch-checked-out' into ds/rebase-update-ref
Junio C Hamano
2
-37
/
+20
2022-07-12
diff-files: move misplaced cleanup label
Jeff King
1
-1
/
+1
2022-07-11
fsck: do not dereference NULL while checking resolve-undo data
Junio C Hamano
1
-0
/
+1
2022-07-11
Merge branch 'ds/branch-checked-out'
Junio C Hamano
2
-37
/
+20
2022-07-11
clone: move unborn head creation to update_head()
Jeff King
1
-12
/
+15
2022-07-10
multi-pack-index: simplify handling of unknown --options
SZEDER Gábor
1
-4
/
+4
2022-07-09
builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()
Junio C Hamano
1
-9
/
+7
2022-07-07
clone: use remote branch if it matches default HEAD
Jeff King
1
-3
/
+14
2022-07-07
clone: propagate empty remote HEAD even with other branches
Jeff King
1
-22
/
+17
2022-07-07
clone: drop extra newline from warning message
Jeff King
1
-1
/
+1
2022-07-06
cocci: generalize "unused" rule to cover more than "strbuf"
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2022-07-06
cocci: add and apply a rule to find "unused" strbufs
Ævar Arnfjörð Bjarmason
2
-6
/
+1
2022-07-01
mv: add check_dir_in_index() and solve general dir check issue
Shaoxuan Yuan
1
-6
/
+44
2022-07-01
mv: use flags mode for update_mode
Shaoxuan Yuan
1
-8
/
+17
2022-07-01
mv: check if <destination> exists in index to handle overwriting
Shaoxuan Yuan
1
-3
/
+12
[prev]
[next]