Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | update-ref: test handling large transactions properly | Stefan Beller | 2015-05-12 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'mh/ref-directory-file' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | reflog_expire(): integrate lock_ref_sha1_basic() errors into ours | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | ref_transaction_commit(): delete extra "the" from error message | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | ref_transaction_commit(): provide better error messages | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | rename_ref(): integrate lock_ref_sha1_basic() errors into ours | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | lock_ref_sha1_basic(): improve diagnostics for ref D/F conflicts | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | lock_ref_sha1_basic(): report errors via a "struct strbuf *err" | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | verify_refname_available(): report errors via a "struct strbuf *err" | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | verify_refname_available(): rename function | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | refs: check for D/F conflicts among refs created in a transaction | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | ref_transaction_commit(): use a string_list for detecting duplicates | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | is_refname_available(): use dirname in first loop | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | struct nonmatching_ref_data: store a refname instead of a ref_entry | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | report_refname_conflict(): inline function | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | entry_matches(): inline function | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | is_refname_available(): convert local variable "dirname" to strbuf | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | is_refname_available(): avoid shadowing "dir" variable | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | is_refname_available(): revamp the comments | Michael Haggerty | 2015-05-11 | |
| * | | | | | | | | t1404: new tests of ref D/F conflicts within transactions | Michael Haggerty | 2015-05-11 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge branch 'mg/log-decorate-HEAD' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | log: do not shorten decoration names too early | Junio C Hamano | 2015-05-13 | |
| * | | | | | | | | log: decorate HEAD with branch name under --decorate=full, too | Junio C Hamano | 2015-05-13 | |
* | | | | | | | | | Merge branch 'sb/t1020-cleanup' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | subdirectory tests: code cleanup, uncomment test | Stefan Beller | 2015-05-18 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'jc/gitignore-precedence' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | ignore: info/exclude should trump core.excludesfile | Junio C Hamano | 2015-04-22 | |
* | | | | | | | | | | Merge branch 'bc/connect-plink' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | connect: improve check for plink to reduce false positives | brian m. carlson | 2015-04-28 | |
| * | | | | | | | | | | t5601: fix quotation error leading to skipped tests | brian m. carlson | 2015-04-28 | |
| * | | | | | | | | | | connect: simplify SSH connection code path | brian m. carlson | 2015-04-28 | |
* | | | | | | | | | | | Merge branch 'ph/rebase-i-redo' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | rebase -i: redo tasks that die during cherry-pick | Phil Hord | 2015-04-29 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'jk/add-e-kill-editor' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | add: check return value of launch_editor | Jeff King | 2015-05-12 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'mh/clone-verbosity-fix' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | clone: call transport_set_verbosity before anything else on the newly created... | Mike Hommey | 2015-05-19 | |
* | | | | | | | | | | | | Merge branch 'jk/sha1-file-reduce-useless-warnings' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | sha1_file: squelch "packfile cannot be accessed" warnings | Jeff King | 2015-03-30 | |
* | | | | | | | | | | | | | Merge branch 'tb/blame-resurrect-convert-to-git' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | blame: CRLF in the working tree and LF in the repo | Torsten Bögershausen | 2015-05-03 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'jc/plug-fmt-merge-msg-leak' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | fmt-merge-msg: plug small leak of commit buffer | Junio C Hamano | 2015-04-20 | |
* | | | | | | | | | | | | | | Merge branch 'pt/xdg-config-path' into maint | Junio C Hamano | 2015-06-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | path.c: remove home_config_paths() | Paul Tan | 2015-05-06 | |
| * | | | | | | | | | | | | | | git-config: replace use of home_config_paths() | Paul Tan | 2015-05-06 | |
| * | | | | | | | | | | | | | | git-commit: replace use of home_config_paths() | Paul Tan | 2015-05-06 | |
| * | | | | | | | | | | | | | | credential-store.c: replace home_config_paths() with xdg_config_home() | Paul Tan | 2015-05-06 | |
| * | | | | | | | | | | | | | | dir.c: replace home_config_paths() with xdg_config_home() | Paul Tan | 2015-05-06 | |
| * | | | | | | | | | | | | | | attr.c: replace home_config_paths() with xdg_config_home() | Paul Tan | 2015-05-06 |