summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin/reflog: convert tree_is_complete to take struct object_idbrian m. carlson2017-05-081-5/+5
* Convert lookup_blob to struct object_idbrian m. carlson2017-05-085-5/+5
* Convert remaining callers of lookup_blob to object_idbrian m. carlson2017-05-082-19/+19
* builtin/unpack-objects: convert to struct object_idbrian m. carlson2017-05-081-32/+32
* pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-082-40/+56
* Convert lookup_commit* to struct object_idbrian m. carlson2017-05-0824-53/+54
* builtin/tag: convert to struct object_idbrian m. carlson2017-05-081-33/+33
* shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-082-4/+4
* builtin/verify-commit: convert to struct object_idbrian m. carlson2017-05-081-6/+6
* reflog_expire: convert to struct object_idbrian m. carlson2017-05-081-11/+11
* builtin/rev-parse: convert to struct object_idbrian m. carlson2017-05-021-28/+28
* builtin/blame: convert static function to struct object_idbrian m. carlson2017-05-021-3/+3
* builtin/prune: convert to struct object_idbrian m. carlson2017-05-021-3/+3
* builtin/name-rev: convert to struct object_idbrian m. carlson2017-05-021-14/+14
* Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-022-3/+3
* Clean up outstanding object_id transforms.brian m. carlson2017-05-021-1/+1
* Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano2017-05-011-3/+3
|\
| * submodule_init: die cleanly on submodules without url definedJeff King2017-04-251-3/+3
* | Merge branch 'nd/worktree-add-lock'Junio C Hamano2017-04-261-4/+11
|\ \
| * | worktree add: add --lock optionNguyễn Thái Ngọc Duy2017-04-211-4/+11
* | | Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-266-20/+17
|\ \ \
| * | | am: drop "dir" parameter from am_state_initJeff King2017-04-211-6/+4
| * | | replace strbuf_addstr(git_path()) with git_path_buf()Jeff King2017-04-211-4/+2
| * | | replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King2017-04-211-2/+3
| * | | use git_path_* helper functionsJeff King2017-04-212-5/+5
| * | | branch: add edit_description() helperJeff King2017-04-211-3/+3
* | | | Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano2017-04-261-9/+12
|\ \ \ \
| * | | | config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy2017-04-181-9/+12
* | | | | Merge branch 'gb/rebase-signoff'Junio C Hamano2017-04-261-21/+18
|\ \ \ \ \
| * | | | | builtin/am: fold am_signoff() into am_append_signoff()Giuseppe Bilotta2017-04-171-18/+15
| * | | | | builtin/am: honor --signoff also when --rebasingGiuseppe Bilotta2017-04-171-3/+3
* | | | | | Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-242-6/+10
|\ \ \ \ \ \
| * | | | | | xgethostname: handle long hostnamesDavid Turner2017-04-192-2/+2
| * | | | | | use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-192-4/+8
* | | | | | | Merge branch 'jk/ls-files-recurse-submodules-fix'Junio C Hamano2017-04-241-1/+8
|\ \ \ \ \ \ \
| * | | | | | | ls-files: fix path used when recursing into submodulesJacob Keller2017-04-191-1/+4
| * | | | | | | ls-files: fix recurse-submodules with nested submodulesJacob Keller2017-04-181-0/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'rs/misc-cppcheck-fixes'Junio C Hamano2017-04-241-2/+6
|\ \ \ \ \ \ \
| * | | | | | | am: close stream on error, but not stdinRené Scharfe2017-04-171-2/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-241-0/+1
|\ \ \ \ \ \ \
| * | | | | | | replace: plug a memory leakJunio C Hamano2017-04-181-0/+1
* | | | | | | | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2017-04-241-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | receive-pack: drop tmp_objdir_env from run_update_hookJeff King2017-04-171-1/+0
* | | | | | | | | Merge branch 'jh/verify-index-checksum-only-in-fsck'Junio C Hamano2017-04-241-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | read-cache: force_verify_index_checksumJeff Hostetler2017-04-151-0/+1
* | | | | | | | | | Merge branch 'nd/conditional-config-include'Junio C Hamano2017-04-242-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy2017-04-152-2/+2
* | | | | | | | | | | Merge branch 'ab/grep-plug-pathspec-leak'Junio C Hamano2017-04-201-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | grep: plug a trivial memory leakÆvar Arnfjörð Bjarmason2017-04-171-0/+1
* | | | | | | | | | | | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \