6137 Commits (58ebd936cc92441ec672b96e98ad12b34b3cb4a8)

Author SHA1 Message Date
Jeff King 10ecfa7649 verify_path: disallow symlinks in .gitmodules 7 years ago
Jeff King eb12dd0c76 update-index: stat updated files earlier 7 years ago
Jeff King 0383bbb901 submodule-config: verify submodule names as paths 7 years ago
Shuyu Wei ffb4568afe pull: pass -4/-6 option to 'git fetch' 7 years ago
Todd Zullinger 89b9e31dd5 notes: send "Automatic notes merge failed" messages to stderr 7 years ago
Martin Ågren 4da72644b7 reduce_heads: fix memory leaks 7 years ago
Martin Ågren a452d0f4ba builtin/merge-base: free commit lists 7 years ago
Martin Ågren 24d707f636 bisect: change calling-convention of `find_bisection()` 7 years ago
Martin Ågren 9560e6245a grep: take the read-lock when adding a submodule 7 years ago
Jeff King 752848df0f remote: handle broken symrefs 7 years ago
Andrey Okoshkin c26de08370 commit: check result of resolve_ref_unsafe 7 years ago
Junio C Hamano 7ccc94ff45 check-ref-format --branch: strip refs/heads/ using skip_prefix 7 years ago
Jeff King b521fd1228 tag: respect color.ui config 7 years ago
Jeff King 33c643bb08 Revert "color: check color.ui in git_default_config()" 7 years ago
Derrick Stolee 19716b21a4 cleanup: fix possible overflow errors in binary search 7 years ago
Stefan Beller a9155c50bd branch: reset instead of release a strbuf 7 years ago
Kaartic Sivaraam f777623514 branch: change the error messages to be more meaningful 7 years ago
Jeff King 0c88bf5050 provide --color option for all ref-filter users 7 years ago
René Scharfe 72d4a9a721 use strbuf_addstr() for adding strings to strbufs 7 years ago
Martin Ågren 886e1084d7 builtin/: add UNLEAKs 7 years ago
René Scharfe efbd4fdfc9 refs: pass NULL to resolve_refdup() if hash is not needed 7 years ago
Jeff King 27344d6a6c git: add --no-optional-locks option 7 years ago
Jeff King 8a1a8d2ad1 worktree: check the result of read_in_full() 7 years ago
Jeff King 228740b67b worktree: use xsize_t to access file size 7 years ago
Jeff King 41dcc4dccc distinguish error versus short read from read_in_full() 7 years ago
Jeff King 61d36330b4 prefer "!=" when checking read_in_full() result 7 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 8 years ago
Martin Ågren 7199203937 object_array: add and use `object_array_pop()` 8 years ago
Martin Ågren dcb572ab94 object_array: use `object_array_clear()`, not `free()` 8 years ago
Martin Ågren b2ccdf7fc1 leak_pending: use `object_array_clear()`, not `free()` 8 years ago
Martin Ågren dd1055ed59 builtin/commit: fix memory leak in `prepare_index()` 8 years ago
Junio C Hamano e5435ff1fc branch: fix "copy" to never touch HEAD 8 years ago
Ramsay Jones 071bcaab64 ALLOC_GROW: avoid -Wsign-compare warnings 8 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 8 years ago
Jeff King cc0ea7c9e5 cat-file: handle NULL object_context.path 8 years ago
Jonathan Tan b3e8ca89cf fast-export: do not copy from modified file 8 years ago
Max Kirillov 6d68b2ab78 describe: teach --match to handle branches and remotes 8 years ago
Øystein Walle 417abfde35 rev-parse: rev-parse: add --is-shallow-repository 8 years ago
Brandon Casey 33e75122f4 rev-parse parseopt: interpret any whitespace as start of help text 8 years ago
Brandon Casey 28a8d0f77a rev-parse parseopt: do not search help text for flag chars 8 years ago
Junio C Hamano afe2fab72c gc: call fscanf() with %<len>s, not %<len>c, when reading hostname 8 years ago
Max Kirillov da769d2986 describe: fix matching to actually match all patterns 8 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 8 years ago
Jeff King 68a423ab3e get-tar-commit-id: check write_in_full() return against 0 8 years ago
Jonathan Nieder 607bd8315c pack: make packed_git_mru global a value instead of a pointer 8 years ago
Kaartic Sivaraam b3a8076e0d help: change a message to be more precise 8 years ago
Ross Kabus c818e74332 commit-tree: do not complete line in -F input 8 years ago
Jeff King 1ab03a57e1 shortlog: skip format/parse roundtrip for internal traversal 8 years ago
Jeff King 0e5bba53af add UNLEAK annotation for reducing leak false positives 8 years ago
Stefan Beller f8b863598c builtin/merge: honor commit-msg hook for merges 8 years ago