summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2017-09-27git: add --no-optional-locks optionJeff King1-1/+4
2017-09-27worktree: check the result of read_in_full()Jeff King1-1/+18
2017-09-27worktree: use xsize_t to access file sizeJeff King1-2/+3
2017-09-27distinguish error versus short read from read_in_full()Jeff King1-1/+3
2017-09-27prefer "!=" when checking read_in_full() resultJeff King1-1/+1
2017-09-25Merge branch 'ow/rev-parse-is-shallow-repo'Junio C Hamano1-0/+5
2017-09-25Merge branch 'aw/gc-lockfile-fscanf-fix'Junio C Hamano1-1/+1
2017-09-25Merge branch 'ks/help-alias-label'Junio C Hamano1-1/+1
2017-09-25Merge branch 'jn/per-repo-object-store-fixes'Junio C Hamano1-2/+2
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano4-5/+4
2017-09-24update-index: add a new --force-write-index optionBen Peart1-1/+4
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe6-14/+7
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren3-9/+3
2017-09-24object_array: use `object_array_clear()`, not `free()`Martin Ågren1-2/+2
2017-09-24leak_pending: use `object_array_clear()`, not `free()`Martin Ågren1-1/+8
2017-09-24builtin/commit: fix memory leak in `prepare_index()`Martin Ågren1-5/+10
2017-09-24branch: fix "copy" to never touch HEADJunio C Hamano1-6/+3
2017-09-22ALLOC_GROW: avoid -Wsign-compare warningsRamsay Jones1-2/+2
2017-09-22consistently use "fallthrough" comments in switchesJeff King4-1/+4
2017-09-22cat-file: handle NULL object_context.pathJeff King1-2/+2
2017-09-21fast-export: do not copy from modified fileJonathan Tan1-13/+31
2017-09-20describe: teach --match to handle branches and remotesMax Kirillov1-11/+16
2017-09-20Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-allJunio C Hamano1-3/+6
2017-09-19rev-parse: rev-parse: add --is-shallow-repositoryØystein Walle1-0/+5
2017-09-19rev-parse parseopt: interpret any whitespace as start of help textBrandon Casey1-2/+10
2017-09-19rev-parse parseopt: do not search help text for flag charsBrandon Casey1-2/+4
2017-09-19Merge branch 'rk/commit-tree-make-F-verbatim'Junio C Hamano1-1/+0
2017-09-19Merge branch 'rs/strbuf-leakfix'Junio C Hamano8-20/+45
2017-09-19Merge branch 'jk/shortlog-ident-cleanup'Junio C Hamano1-21/+35
2017-09-19Merge branch 'sb/merge-commit-msg-hook'Junio C Hamano1-0/+8
2017-09-19Merge branch 'jk/leak-checkers'Junio C Hamano8-10/+38
2017-09-19Merge branch 'nm/pull-submodule-recurse-config'Junio C Hamano1-2/+6
2017-09-19Merge branch 'mh/packed-ref-store-prep'Junio C Hamano1-2/+2
2017-09-19Merge branch 'jh/hashmap-disable-counting'Junio C Hamano1-1/+1
2017-09-19Merge branch 'jk/incore-lockfile-removal'Junio C Hamano3-14/+11
2017-09-19Merge branch 'mg/timestamp-t-fix'Junio C Hamano1-1/+1
2017-09-17gc: call fscanf() with %<len>s, not %<len>c, when reading hostnameJunio C Hamano1-1/+1
2017-09-17describe: fix matching to actually match all patternsMax Kirillov1-3/+6
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King3-3/+3
2017-09-14get-tar-commit-id: check write_in_full() return against 0Jeff King1-2/+1
2017-09-14pack: make packed_git_mru global a value instead of a pointerJonathan Nieder1-2/+2
2017-09-14help: change a message to be more preciseKaartic Sivaraam1-1/+1
2017-09-10Merge branch 'ma/up-to-date'Junio C Hamano1-2/+2
2017-09-10Merge branch 'ma/ts-cleanups'Junio C Hamano1-0/+6
2017-09-10Merge branch 'rs/merge-microcleanup' into maintJunio C Hamano1-2/+2
2017-09-10Merge branch 'rj/add-chmod-error-message' into maintJunio C Hamano1-3/+3
2017-09-10Merge branch 'mg/killed-merge' into maintJunio C Hamano1-3/+12
2017-09-10Merge branch 'rs/fsck-obj-leakfix' into maintJunio C Hamano1-11/+11
2017-09-10Merge branch 'pw/am-signoff' into maintJunio C Hamano1-25/+1
2017-09-10Merge branch 'bw/clone-recursive-quiet' into maintJunio C Hamano1-0/+3