aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | git-config: replace use of home_config_paths()Paul Tan2015-05-06
| * | | | | | | | | | | | | | | | | | | git-commit: replace use of home_config_paths()Paul Tan2015-05-06
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/hash-object'Junio C Hamano2015-05-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine2015-05-05
* | | | | | | | | | | | | | | | | | | | Merge branch 'sb/prefix-path-free-results'Junio C Hamano2015-05-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | prefix_path(): unconditionally free results in the callersStefan Beller2015-05-05
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'Junio C Hamano2015-05-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | config: use error() instead of fprintf(stderr, ...)Jonathan Nieder2015-05-04
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge branch 'tb/blame-resurrect-convert-to-git'Junio C Hamano2015-05-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | blame: CRLF in the working tree and LF in the repoTorsten Bögershausen2015-05-03
| | |_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \