aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* pack: move pack-closing functionsJonathan Tan2017-08-23
* pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-23
* pack: move pack name-related functionsJonathan Tan2017-08-23
* Merge branch 'kw/commit-keep-index-when-pre-commit-is-not-run'Junio C Hamano2017-08-23
|\
| * commit: skip discarding the index if there is no pre-commit hookKevin Willford2017-08-16
* | Merge branch 'kw/rebase-progress'Junio C Hamano2017-08-23
|\ \
| * | format-patch: have progress option while generating patchesKevin Willford2017-08-14
* | | Merge branch 'rs/merge-microcleanup'Junio C Hamano2017-08-22
|\ \ \
| * | | merge: use skip_prefix()René Scharfe2017-08-10
* | | | Merge branch 'rs/fsck-obj-leakfix'Junio C Hamano2017-08-22
|\ \ \ \
| * | | | fsck: free buffers on error in fsck_obj()René Scharfe2017-08-10
| | |_|/ | |/| |
* | | | Merge branch 'rj/add-chmod-error-message'Junio C Hamano2017-08-22
|\ \ \ \
| * | | | builtin/add: add detail to a 'cannot chmod' error messageRamsay Jones2017-08-09
* | | | | Merge branch 'pw/am-signoff'Junio C Hamano2017-08-22
|\ \ \ \ \
| * | | | | am: fix signoff when other trailers are presentPhillip Wood2017-08-08
| | |_|/ / | |/| | |
* | | | | Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-22
|\ \ \ \ \
| * | | | | parse_decoration_style: drop unused argument `var`Martin Ågren2017-08-07
| * | | | | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-07
* | | | | | Merge branch 'bw/clone-recursive-quiet'Junio C Hamano2017-08-22
|\ \ \ \ \ \
| * | | | | | clone: teach recursive clones to respect -qBrandon Williams2017-08-04
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'jk/gc-pre-detach-under-hook' into maintJunio C Hamano2017-07-31
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-22
|\ \ \ \ \ \ \
| * | | | | | | grep: recurse in-process using 'struct repository'Brandon Williams2017-08-02
| * | | | | | | submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams2017-08-02
| * | | | | | | submodule: remove fetch.recursesubmodules from submodule-config parsingBrandon Williams2017-08-02
| * | | | | | | submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams2017-08-02
* | | | | | | | Merge branch 'pw/sequence-rerere-autoupdate'Junio C Hamano2017-08-22
|\ \ \ \ \ \ \ \
| * | | | | | | | cherry-pick/revert: reject --rerere-autoupdate when continuingPhillip Wood2017-08-02
| * | | | | | | | am: remember --rerere-autoupdate settingPhillip Wood2017-08-02
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano2017-08-22
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule--helper: teach push-check to handle HEADBrandon Williams2017-07-20
* | | | | | | | | Merge branch 'ma/pager-per-subcommand-action'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tag: change default of `pager.tag` to "on"Martin Ågren2017-08-03
| * | | | | | | | | tag: respect `pager.tag` in list-mode onlyMartin Ågren2017-08-03
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/rev-list-empty-input'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rev-list: don't show usage when we see empty ref patternsJeff King2017-08-02
| |/ / / / / / / /
* | | | | | | | | Merge branch 'dc/fmt-merge-msg-microcleanup'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fmt-merge-msg: fix coding styleDimitrios Christidis2017-07-25
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'js/run-process-parallel-api-fix'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | run_processes_parallel: change confusing task_cb conventionJohannes Schindelin2017-07-21
* | | | | | | | | | Merge branch 'ks/commit-abort-on-empty-message-fix'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | commit: check for empty message before the check for untouched templateKaartic Sivaraam2017-07-17
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sb/hashmap-cleanup'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/describe: drop hashmap_cmp_fn castStefan Beller2017-07-05
| * | | | | | | | | | builtin/difftool.c: drop hashmap_cmp_fn castStefan Beller2017-07-05
* | | | | | | | | | | Merge branch 'jk/reflog-walk'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rev-list: check reflog_info before showing usageJeff King2017-07-09
| * | | | | | | | | | | log: do not free parents when walking reflogJeff King2017-07-09
| * | | | | | | | | | | log: clarify comment about reflog cyclesJeff King2017-07-09
* | | | | | | | | | | | Merge branch 'ls/filter-process-delayed'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \ \ \