aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'ab/grep-plug-pathspec-leak'Junio C Hamano2017-04-19
|\
| * grep: plug a trivial memory leakÆvar Arnfjörð Bjarmason2017-04-16
* | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-19
|\ \
| * | refs: delete pack_refs() in favor of refs_pack_refs()Nguyễn Thái Ngọc Duy2017-04-14
* | | Merge branch 'bw/submodule-is-active'Junio C Hamano2017-04-19
|\ \ \
| * | | submodule--helper: fix typo in is_active error messageStefan Beller2017-04-13
* | | | Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-04-19
|\ \ \ \
| * | | | submodule--helper: add push-check subcommandBrandon Williams2017-04-11
| * | | | push: unmark a local variable as staticBrandon Williams2017-04-02
* | | | | Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\ \ \ \ \
| * | | | | Rename sha1_array to oid_arraybrian m. carlson2017-03-31
| * | | | | Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-31
| * | | | | Convert sha1_array_lookup to take struct object_idbrian m. carlson2017-03-31
| * | | | | Convert remaining callers of sha1_array_lookup to object_idbrian m. carlson2017-03-31
| * | | | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-31
| * | | | | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-28
| * | | | | builtin/pull: convert to struct object_idbrian m. carlson2017-03-28
| * | | | | submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-28
| * | | | | builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-28
| * | | | | builtin/pull: convert portions to struct object_idbrian m. carlson2017-03-26
| * | | | | builtin/diff: convert to struct object_idbrian m. carlson2017-03-26
| * | | | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-26
| * | | | | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
* | | | | | Merge branch 'js/difftool-builtin'Junio C Hamano2017-04-16
|\ \ \ \ \ \
| * | | | | | difftool: fix use-after-freeJohannes Schindelin2017-04-13
| * | | | | | difftool: avoid strcpyJeff King2017-03-30
* | | | | | | Merge branch 'jk/loose-object-info-report-error'Junio C Hamano2017-04-16
|\ \ \ \ \ \ \
| * | | | | | | index-pack: detect local corruption in collision checkJeff King2017-04-01
| * | | | | | | Merge branch 'rs/update-hook-optim' into maintJunio C Hamano2017-03-28
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rs/shortlog-cleanup' into maintJunio C Hamano2017-03-28
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano2017-03-28
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/rev-parse-cleanup' into maintJunio C Hamano2017-03-28
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/blame-code-cleanup' into maintJunio C Hamano2017-03-28
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maintJunio C Hamano2017-03-28
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/interpret-branch-name' into maintJunio C Hamano2017-03-28
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/delta-chain-limit' into maintJunio C Hamano2017-03-28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/grep-no-index-fix' into maintJunio C Hamano2017-03-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/push-deadlock-regression-fix' into maintJunio C Hamano2017-03-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | gc: replace local buffer with git_pathJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | replace unchecked snprintf calls with heap buffersJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | receive-pack: print --pack-header directly into argv arrayJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | name-rev: replace static buffer with strbufJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | avoid using fixed PATH_MAX buffers for refsJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | fetch: use heap buffer to format reflogJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | tag: use strbuf to format tag headerJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | odb_mkstemp: write filename into strbufJeff King2017-03-28
| * | | | | | | | | | | | | | | | | | do not check odb_mkstemp return value for errorsJeff King2017-03-28
* | | | | | | | | | | | | | | | | | | Merge branch 'cc/untracked'Junio C Hamano2017-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | update-index: fix xgetcwd() related memory leakChristian Couder2017-03-30