Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | git p4: avoid shell when invoking git config --get-all | Pete Wyckoff | 2013-01-26 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | git p4: avoid shell when invoking git rev-list | Pete Wyckoff | 2013-01-26 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | | git p4: avoid shell when mapping users | Pete Wyckoff | 2013-01-26 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | git p4: disable read-only attribute before deleting | Pete Wyckoff | 2013-01-26 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | | | | | | git p4 test: use test_chmod for cygwin | Pete Wyckoff | 2013-01-26 | 1 | -4/+7 | |
| * | | | | | | | | | | | | | | | | | | | git p4: cygwin p4 client does not mark read-only | Pete Wyckoff | 2013-01-26 | 3 | -4/+27 | |
| * | | | | | | | | | | | | | | | | | | | git p4 test: avoid wildcard * in windows | Pete Wyckoff | 2013-01-26 | 2 | -10/+37 | |
| * | | | | | | | | | | | | | | | | | | | git p4 test: use LineEnd unix in windows tests too | Pete Wyckoff | 2013-01-26 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | git p4 test: newline handling | Pete Wyckoff | 2013-01-26 | 1 | -0/+117 | |
| * | | | | | | | | | | | | | | | | | | | git p4: scrub crlf for utf16 files on windows | Pete Wyckoff | 2013-01-26 | 1 | -1/+23 | |
| * | | | | | | | | | | | | | | | | | | | git p4: remove unreachable windows \r\n conversion code | Pete Wyckoff | 2013-01-26 | 1 | -9/+0 | |
| * | | | | | | | | | | | | | | | | | | | git p4 test: translate windows paths for cygwin | Pete Wyckoff | 2013-01-26 | 3 | -3/+26 | |
| * | | | | | | | | | | | | | | | | | | | git p4 test: start p4d inside its db dir | Pete Wyckoff | 2013-01-26 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | | | git p4 test: use client_view in t9806 | Pete Wyckoff | 2013-01-26 | 2 | -30/+23 | |
| * | | | | | | | | | | | | | | | | | | | git p4 test: avoid loop in client_view | Pete Wyckoff | 2013-01-26 | 2 | -4/+2 | |
| * | | | | | | | | | | | | | | | | | | | git p4 test: use client_view to build the initial client | Pete Wyckoff | 2013-01-26 | 1 | -9/+2 | |
| * | | | | | | | | | | | | | | | | | | | git p4: generate better error message for bad depot path | Pete Wyckoff | 2013-01-26 | 2 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | | git p4: remove unused imports | Pete Wyckoff | 2013-01-26 | 1 | -5/+9 | |
| * | | | | | | | | | | | | | | | | | | | git p4: temp branch name should use / even on windows | Pete Wyckoff | 2013-01-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/read-commit-buffer-data-after-free' | Junio C Hamano | 2013-02-04 | 5 | -53/+85 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | logmsg_reencode: lazily load missing commit buffers | Jeff King | 2013-01-26 | 3 | -21/+57 | |
| * | | | | | | | | | | | | | | | | | | | | logmsg_reencode: never return NULL | Jeff King | 2013-01-26 | 4 | -33/+29 | |
| * | | | | | | | | | | | | | | | | | | | | commit: drop useless xstrdup of commit message | Jeff King | 2013-01-26 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'mm/add-u-A-sans-pathspec' | Junio C Hamano | 2013-02-04 | 2 | -4/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | add: warn when -u or -A is used without pathspec | Matthieu Moy | 2013-01-28 | 2 | -4/+47 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/push-reject-reasons' | Junio C Hamano | 2013-02-04 | 11 | -30/+107 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | push: finishing touches to explain REJECT_ALREADY_EXISTS better | Junio C Hamano | 2013-01-24 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 2013-01-24 | 11 | -4/+93 | |
| * | | | | | | | | | | | | | | | | | | | | | push: further simplify the logic to assign rejection reason | Junio C Hamano | 2013-01-24 | 1 | -16/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | push: further clean up fields of "struct ref" | Junio C Hamano | 2013-01-24 | 3 | -14/+8 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/config-parsing-cleanup' | Junio C Hamano | 2013-02-04 | 10 | -99/+117 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | reflog: use parse_config_key in config callback | Jeff King | 2013-01-23 | 1 | -6/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | help: use parse_config_key for man config | Jeff King | 2013-01-23 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | submodule: simplify memory handling in config parsing | Jeff King | 2013-01-23 | 1 | -16/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | submodule: use parse_config_key when parsing config | Jeff King | 2013-01-23 | 1 | -9/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | userdiff: drop parse_driver function | Jeff King | 2013-01-23 | 1 | -29/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | | convert some config callbacks to parse_config_key | Jeff King | 2013-01-23 | 3 | -28/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | archive-tar: use parse_config_key when parsing config | Jeff King | 2013-01-23 | 2 | -10/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | config: add helper function for parsing key names | Jeff King | 2013-01-23 | 2 | -0/+48 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 2013-02-04 | 20 | -78/+284 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Allow custom "comment char" | Junio C Hamano | 2013-01-16 | 20 | -78/+284 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-02-01 | 1 | -1/+41 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/edit-branch-desc-while-detached' | Junio C Hamano | 2013-02-01 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | branch: no detached HEAD check when editing another branch's description | Nguyễn Thái Ngọc Duy | 2013-01-30 | 1 | -4/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/gc-auto-after-fetch' | Junio C Hamano | 2013-02-01 | 2 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetch | Junio C Hamano | 2013-01-26 | 2 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | fetch-pack: avoid repeatedly re-scanning pack directory | Jeff King | 2013-01-26 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | fetch: run gc --auto after fetching | Jeff King | 2013-01-26 | 1 | -0/+5 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/git-p4-for-python-2.4' | Junio C Hamano | 2013-02-01 | 3 | -11/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | INSTALL: git-p4 does not support Python 3 | Junio C Hamano | 2013-01-30 | 1 | -2/+3 |