Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pt/xdg-config-path' | Junio C Hamano | 2015-05-11 | 2 | -9/+5 |
|\ | |||||
| * | git-config: replace use of home_config_paths() | Paul Tan | 2015-05-06 | 1 | -4/+2 |
| * | git-commit: replace use of home_config_paths() | Paul Tan | 2015-05-06 | 1 | -5/+3 |
* | | Merge branch 'jc/hash-object' | Junio C Hamano | 2015-05-11 | 1 | -3/+1 |
|\ \ | |||||
| * | | hash-object --literally: fix buffer overrun with extra-long object type | Eric Sunshine | 2015-05-05 | 1 | -3/+1 |
* | | | Merge branch 'sb/prefix-path-free-results' | Junio C Hamano | 2015-05-11 | 2 | -13/+10 |
|\ \ \ | |||||
| * | | | prefix_path(): unconditionally free results in the callerssb/prefix-path-free-results | Stefan Beller | 2015-05-05 | 2 | -13/+10 |
* | | | | Merge branch 'jn/clean-use-error-not-fprintf-on-stderr' | Junio C Hamano | 2015-05-11 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | config: use error() instead of fprintf(stderr, ...)jn/clean-use-error-not-fprintf-on-stderr | Jonathan Nieder | 2015-05-04 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge branch 'tb/blame-resurrect-convert-to-git' | Junio C Hamano | 2015-05-11 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | blame: CRLF in the working tree and LF in the repotb/blame-resurrect-convert-to-git | Torsten Bögershausen | 2015-05-03 | 1 | -0/+1 |
* | | | | | Merge branch 'jc/plug-fmt-merge-msg-leak' | Junio C Hamano | 2015-05-11 | 1 | -5/+11 |
|\ \ \ \ \ | |||||
| * | | | | | fmt-merge-msg: plug small leak of commit bufferjc/plug-fmt-merge-msg-leak | Junio C Hamano | 2015-04-20 | 1 | -5/+11 |
* | | | | | | Merge branch 'nd/slim-index-pack-memory-usage' | Junio C Hamano | 2015-05-11 | 1 | -111/+179 |
|\ \ \ \ \ \ | |||||
| * | | | | | | index-pack: kill union delta_base to save memory | Nguyễn Thái Ngọc Duy | 2015-04-18 | 1 | -100/+160 |
| * | | | | | | index-pack: reduce object_entry size to save memory | Nguyễn Thái Ngọc Duy | 2015-02-27 | 1 | -11/+19 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'jk/sha1-file-reduce-useless-warnings' | Junio C Hamano | 2015-05-11 | 1 | -3/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | sha1_file: squelch "packfile cannot be accessed" warningsjk/sha1-file-reduce-useless-warnings | Jeff King | 2015-03-30 | 1 | -3/+1 |
* | | | | | | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 14 | -47/+413 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | prune --worktrees: fix expire vs worktree existence condition | Max Kirillov | 2015-03-31 | 1 | -3/+7 |
| * | | | | | | | checkout: add --ignore-other-wortrees | Nguyễn Thái Ngọc Duy | 2015-01-07 | 1 | -1/+5 |
| * | | | | | | | checkout: pass whole struct to parse_branchname_arg instead of individual flags | Nguyễn Thái Ngọc Duy | 2015-01-07 | 1 | -7/+6 |
| * | | | | | | | checkout: do not fail if target is an empty directory | Max Kirillov | 2014-12-01 | 1 | -1/+1 |
| * | | | | | | | checkout: don't require a work tree when checking out into a new one | Dennis Kaarsemaker | 2014-12-01 | 1 | -0/+3 |
| * | | | | | | | count-objects: report unused files in $GIT_DIR/worktrees/... | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -1/+3 |
| * | | | | | | | gc: support prune --worktrees | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+10 |
| * | | | | | | | gc: factor out gc.pruneexpire parsing code | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -10/+12 |
| * | | | | | | | gc: style change -- no SP before closing parenthesis | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -1/+1 |
| * | | | | | | | checkout: clean up half-prepared directories in --to mode | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+48 |
| * | | | | | | | checkout: reject if the branch is already checked out elsewhere | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -2/+84 |
| * | | | | | | | prune: strategies for linked checkouts | Nguyễn Thái Ngọc Duy | 2014-12-01 | 2 | -2/+112 |
| * | | | | | | | checkout: support checking out into a new working directory | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -2/+93 |
| * | | | | | | | use new wrapper write_file() for simple file writing | Nguyễn Thái Ngọc Duy | 2014-12-01 | 2 | -9/+2 |
| * | | | | | | | setup.c: support multi-checkout repo setup | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+4 |
| * | | | | | | | commit: use SEQ_DIR instead of hardcoding "sequencer" | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -1/+1 |
| * | | | | | | | reflog: avoid constructing .lock path with git_path | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -1/+1 |
| * | | | | | | | git_path(): be aware of file relocation in $GIT_DIR | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+7 |
| * | | | | | | | git_snpath(): retire and replace with strbuf_git_path() | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -5/+8 |
| * | | | | | | | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 2014-12-01 | 7 | -14/+18 |
* | | | | | | | | Merge branch 'oh/fix-config-default-user-name-section' | Junio C Hamano | 2015-05-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | config: fix settings in default_user_config templateoh/fix-config-default-user-name-section | Ossi Herrala | 2015-04-17 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'ts/checkout-advice-plural' | Junio C Hamano | 2015-05-05 | 1 | -2/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | checkout: call a single commit "it" intead of "them"ts/checkout-advice-plural | Thomas Schneider | 2015-04-02 | 1 | -2/+9 |
* | | | | | | | | | | Merge branch 'jk/init-core-worktree-at-root' | Junio C Hamano | 2015-05-05 | 1 | -3/+15 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | init: don't set core.worktree when initializing /.gitjk/init-core-worktree-at-root | Jeff King | 2015-04-02 | 1 | -3/+15 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'mh/show-branch-topic' | Junio C Hamano | 2015-05-05 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | show-branch: show all local heads when only giving one rev along --topicsmh/show-branch-topic | Mike Hommey | 2015-03-31 | 1 | -3/+3 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-05-05 | 2 | -24/+24 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |||||
| * | | | | | | | | | apply: convert threeway_stage to object_id | brian m. carlson | 2015-03-13 | 1 | -7/+7 |
| * | | | | | | | | | patch-id: convert to use struct object_id | brian m. carlson | 2015-03-13 | 1 | -17/+17 |