Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'dt/cat-file-follow-symlinks' | Junio C Hamano | 2015-06-01 |
|\ | |||
| * | cat-file: add --follow-symlinks to --batch | David Turner | 2015-05-20 |
* | | Merge branch 'rs/janitorial' | Junio C Hamano | 2015-06-01 |
|\ \ | |||
| * | | clean: remove unused variable buf | René Scharfe | 2015-05-20 |
| * | | use file_exists() to check if a file exists in the worktree | René Scharfe | 2015-05-20 |
| * | | Merge branch 'jk/init-core-worktree-at-root' into maint | Junio C Hamano | 2015-05-13 |
| |\ \ | |||
| * \ \ | Sync with 2.3.8 | Junio C Hamano | 2015-05-11 |
| |\ \ \ | |||
| | * \ \ | Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3 | Junio C Hamano | 2015-05-11 |
| | |\ \ \ | |||
| | * \ \ \ | Merge branch 'jc/report-path-error-to-dir' into maint | Junio C Hamano | 2015-03-31 |
| | |\ \ \ \ | |||
| | * \ \ \ \ | Merge branch 'ws/grep-quiet-no-pager' into maint | Junio C Hamano | 2015-03-28 |
| | |\ \ \ \ \ | |||
| | * \ \ \ \ \ | Merge branch 'jk/cleanup-failed-clone' into maint | Junio C Hamano | 2015-03-28 |
| | |\ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ | Merge branch 'jk/prune-with-corrupt-refs' into maint | Junio C Hamano | 2015-03-28 |
| | |\ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ \ | Merge branch 'jk/tag-h-column-is-a-listing-option' into maint | Junio C Hamano | 2015-03-27 |
| | |\ \ \ \ \ \ \ \ | |||
| | * \ \ \ \ \ \ \ \ | Merge branch 'rs/deflate-init-cleanup' into maint | Junio C Hamano | 2015-03-23 |
| | |\ \ \ \ \ \ \ \ \ | |||
* | | \ \ \ \ \ \ \ \ \ | Merge branch 'ah/usage-strings' | Junio C Hamano | 2015-06-01 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | blame, log: format usage strings similarly to those in documentation | Alex Henrie | 2015-05-03 |
* | | | | | | | | | | | | | Merge branch 'dt/clean-pathspec-filter-then-lstat' | Junio C Hamano | 2015-06-01 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | clean: only lstat files in pathspec | David Turner | 2015-05-18 |
* | | | | | | | | | | | | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | untracked cache: guard and disable on system changes | Nguyễn Thái Ngọc Duy | 2015-03-12 |
| * | | | | | | | | | | | | | | update-index: test the system before enabling untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 |
| * | | | | | | | | | | | | | | update-index: manually enable or disable untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 |
| * | | | | | | | | | | | | | | status: enable untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 |
* | | | | | | | | | | | | | | | Merge branch 'mh/clone-verbosity-fix' | Junio C Hamano | 2015-05-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | clone: call transport_set_verbosity before anything else on the newly created... | Mike Hommey | 2015-05-19 |
* | | | | | | | | | | | | | | | | Merge branch 'jk/add-e-kill-editor' | Junio C Hamano | 2015-05-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | add: check return value of launch_editor | Jeff King | 2015-05-12 |
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | | Merge branch 'ps/bundle-verify-arg' | Junio C Hamano | 2015-05-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | bundle: verify arguments more strictly | Patrick Steinhardt | 2015-05-08 |
| |/ / / / / / / / / / / / / / / | |||
* | | | | | | | | | | | | | | | | Merge branch 'dl/branch-error-message' | Junio C Hamano | 2015-05-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | branch: do not call a "remote-tracking branch" a "remote branch" | Danny Lin | 2015-05-06 |
* | | | | | | | | | | | | | | | | | Merge branch 'kn/cat-file-literally' | Junio C Hamano | 2015-05-19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | cat-file: teach cat-file a '--allow-unknown-type' option | Karthik Nayak | 2015-05-06 |
| * | | | | | | | | | | | | | | | | | cat-file: make the options mutually exclusive | Karthik Nayak | 2015-05-06 |
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/merge' | Junio C Hamano | 2015-05-19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | | merge: deprecate 'git merge <message> HEAD <commit>' syntax | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: handle FETCH_HEAD internally | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: decide if we auto-generate the message early in collect_parents() | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: make collect_parents() auto-generate the merge message | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: extract prepare_merge_message() logic out | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: narrow scope of merge_names | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: split reduce_parents() out of collect_parents() | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: clarify collect_parents() logic | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: small leakfix and code simplification | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: do not check argc to determine number of remote heads | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: clarify "pulling into void" special case | Junio C Hamano | 2015-04-29 |
| * | | | | | | | | | | | | | | | | | | merge: simplify code flow | Junio C Hamano | 2015-04-29 |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | | | | Merge branch 'nd/diff-i-t-a' | Junio C Hamano | 2015-05-19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | | diff-lib.c: adjust position of i-t-a entries in diff | Nguyễn Thái Ngọc Duy | 2015-03-23 |
* | | | | | | | | | | | | | | | | | | | Merge branch 'pt/xdg-config-path' | Junio C Hamano | 2015-05-11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |