aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'jc/plug-fmt-merge-msg-leak'Junio C Hamano2015-05-11
|\
| * fmt-merge-msg: plug small leak of commit bufferJunio C Hamano2015-04-20
* | Merge branch 'nd/slim-index-pack-memory-usage'Junio C Hamano2015-05-11
|\ \
| * | index-pack: kill union delta_base to save memoryNguyễn Thái Ngọc Duy2015-04-18
| * | index-pack: reduce object_entry size to save memoryNguyễn Thái Ngọc Duy2015-02-27
* | | Merge branch 'jk/sha1-file-reduce-useless-warnings'Junio C Hamano2015-05-11
|\ \ \
| * | | sha1_file: squelch "packfile cannot be accessed" warningsJeff King2015-03-30
* | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ \ \
| * | | | prune --worktrees: fix expire vs worktree existence conditionMax Kirillov2015-03-31
| * | | | checkout: add --ignore-other-wortreesNguyễn Thái Ngọc Duy2015-01-07
| * | | | checkout: pass whole struct to parse_branchname_arg instead of individual flagsNguyễn Thái Ngọc Duy2015-01-07
| * | | | checkout: do not fail if target is an empty directoryMax Kirillov2014-12-01
| * | | | checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker2014-12-01
| * | | | count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy2014-12-01
| * | | | gc: support prune --worktreesNguyễn Thái Ngọc Duy2014-12-01
| * | | | gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy2014-12-01
| * | | | gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy2014-12-01
| * | | | checkout: clean up half-prepared directories in --to modeNguyễn Thái Ngọc Duy2014-12-01
| * | | | checkout: reject if the branch is already checked out elsewhereNguyễn Thái Ngọc Duy2014-12-01
| * | | | prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy2014-12-01
| * | | | checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy2014-12-01
| * | | | use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-01
| * | | | setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-01
| * | | | commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy2014-12-01
| * | | | reflog: avoid constructing .lock path with git_pathNguyễn Thái Ngọc Duy2014-12-01
| * | | | git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-01
| * | | | git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-01
| * | | | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-01
* | | | | Merge branch 'oh/fix-config-default-user-name-section'Junio C Hamano2015-05-05
|\ \ \ \ \
| * | | | | config: fix settings in default_user_config templateOssi Herrala2015-04-17
* | | | | | Merge branch 'ts/checkout-advice-plural'Junio C Hamano2015-05-05
|\ \ \ \ \ \
| * | | | | | checkout: call a single commit "it" intead of "them"Thomas Schneider2015-04-02
* | | | | | | Merge branch 'jk/init-core-worktree-at-root'Junio C Hamano2015-05-05
|\ \ \ \ \ \ \
| * | | | | | | init: don't set core.worktree when initializing /.gitJeff King2015-04-02
* | | | | | | | Merge branch 'mh/show-branch-topic'Junio C Hamano2015-05-05
|\ \ \ \ \ \ \ \
| * | | | | | | | show-branch: show all local heads when only giving one rev along --topicsMike Hommey2015-03-31
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2015-05-05
|\ \ \ \ \ \ \ \
| * | | | | | | | apply: convert threeway_stage to object_idbrian m. carlson2015-03-13
| * | | | | | | | patch-id: convert to use struct object_idbrian m. carlson2015-03-13
* | | | | | | | | Merge branch 'ps/grep-help-all-callback-arg'Junio C Hamano2015-04-20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | grep: correctly initialize help-all optionPatrick Steinhardt2015-04-12
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Revert "merge: pass verbosity flag down to merge-recursive"Junio C Hamano2015-04-16
* | | | | | | | | Merge branch 'jk/merge-quiet'Junio C Hamano2015-04-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge: pass verbosity flag down to merge-recursiveJeff King2015-04-02
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jc/update-instead-into-void'Junio C Hamano2015-04-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | push-to-deploy: allow pushing into an unborn branch and updating itJunio C Hamano2015-04-01
* | | | | | | | | | Merge branch 'sb/leaks'Junio C Hamano2015-03-27
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | commit.c: fix a memory leakStefan Beller2015-03-23
| * | | | | | | | | builtin/apply.c: fix a memleakStefan Beller2015-03-23
| * | | | | | | | | update-index: fix a memleakStefan Beller2015-03-22