Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pw/p4-submit-conflicts' | Junio C Hamano | 2012-09-18 | 7 | -107/+709 |
|\ | |||||
| * | git-p4: add submit --conflict option and config varaiable | Pete Wyckoff | 2012-09-16 | 3 | -5/+105 |
| * | git p4: add submit --prepare-p4-only option | Pete Wyckoff | 2012-09-16 | 3 | -0/+77 |
| * | git p4: add submit --dry-run option | Pete Wyckoff | 2012-09-16 | 3 | -13/+75 |
| * | git p4: accept -v for --verbose | Pete Wyckoff | 2012-09-16 | 2 | -2/+2 |
| * | git p4: revert deleted files after submit cancel | Pete Wyckoff | 2012-09-16 | 2 | -0/+121 |
| * | git p4: rearrange submit template construction | Pete Wyckoff | 2012-09-16 | 1 | -8/+21 |
| * | git p4: test clean-up after failed submit, fix added files | Pete Wyckoff | 2012-09-16 | 2 | -2/+132 |
| * | git p4: standardize submit cancel due to unchanged template | Pete Wyckoff | 2012-09-16 | 2 | -2/+4 |
| * | git p4: move conflict prompt into run, add [q]uit input | Pete Wyckoff | 2012-09-16 | 2 | -16/+56 |
| * | git p4: remove submit failure options [a]pply and [w]rite | Pete Wyckoff | 2012-09-16 | 1 | -18/+2 |
| * | git p4: gracefully fail if some commits could not be applied | Pete Wyckoff | 2012-09-16 | 3 | -56/+128 |
| * | git p4 test: remove bash-ism of combined export/assignment | Pete Wyckoff | 2012-09-16 | 1 | -3/+4 |
* | | Merge branch 'mv/cherry-pick-s' | Junio C Hamano | 2012-09-18 | 6 | -65/+144 |
|\ \ | |||||
| * | | cherry-pick: don't forget -s on failure | Miklos Vajna | 2012-09-14 | 6 | -65/+144 |
* | | | Merge branch 'nd/fetch-status-alignment' | Junio C Hamano | 2012-09-18 | 4 | -10/+26 |
|\ \ \ | |||||
| * | | | fetch: align per-ref summary report in UTF-8 locales | Nguyễn Thái Ngọc Duy | 2012-09-14 | 4 | -10/+26 |
* | | | | Sync with 1.7.12.1 | Junio C Hamano | 2012-09-18 | 5 | -14/+33 |
|\ \ \ \ | |||||
| * | | | | Git 1.7.12.1v1.7.12.1 | Junio C Hamano | 2012-09-18 | 3 | -2/+14 |
| * | | | | Merge branch 'er/doc-fast-import-done' into maint | Junio C Hamano | 2012-09-18 | 1 | -1/+7 |
| |\ \ \ \ | |||||
| | * | | | | fast-import: document the --done option | Eric S. Raymond | 2012-08-22 | 1 | -1/+7 |
| * | | | | | Merge branch 'jk/config-warn-on-inaccessible-paths' into maint | Junio C Hamano | 2012-09-18 | 6 | -10/+34 |
| |\ \ \ \ \ | |||||
| * | | | | | | Doc: Improve shallow depth wording | Philip Oakley | 2012-09-18 | 1 | -2/+4 |
| * | | | | | | Documentation/git-filter-branch: Move note about effect of removing commits | Andreas Schwab | 2012-09-18 | 1 | -10/+9 |
* | | | | | | | The seventh batch for 1.8.0 | Junio C Hamano | 2012-09-17 | 1 | -0/+29 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-09-17 | 5 | -8/+11 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | t/perf: add "trash directory" to .gitignore | Ramkumar Ramachandra | 2012-09-17 | 1 | -2/+3 |
| * | | | | | | Add missing -z to git check-attr usage text for consistency with man page | Adam Spiers | 2012-09-17 | 1 | -1/+1 |
| * | | | | | | git-jump: ignore (custom) prefix in diff mode | Mischa POSLAWSKY | 2012-09-17 | 1 | -2/+2 |
| * | | | | | | Documentation: indent-with-non-tab uses "equivalent tabs" not 8 | Wesley J. Landaker | 2012-09-17 | 1 | -2/+3 |
| * | | | | | | completion: add --no-edit to git-commit | Yacine Belkadi | 2012-09-16 | 1 | -1/+2 |
* | | | | | | | Merge branch 'mh/fetch-filter-refs' | Junio C Hamano | 2012-09-17 | 6 | -126/+134 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | test-string-list.c: Fix some sparse warnings | Ramsay Jones | 2012-09-15 | 1 | -4/+4 |
| * | | | | | | | fetch-pack: eliminate spurious error messages | Michael Haggerty | 2012-09-12 | 2 | -7/+7 |
| * | | | | | | | cmd_fetch_pack(): simplify computation of return value | Michael Haggerty | 2012-09-12 | 1 | -11/+10 |
| * | | | | | | | fetch-pack: report missing refs even if no existing refs were received | Michael Haggerty | 2012-09-12 | 2 | -2/+2 |
| * | | | | | | | cmd_fetch_pack(): return early if finish_connect() fails | Michael Haggerty | 2012-09-12 | 1 | -3/+3 |
| * | | | | | | | filter_refs(): simplify logic | Michael Haggerty | 2012-09-12 | 1 | -19/+18 |
| * | | | | | | | filter_refs(): build refs list as we go | Michael Haggerty | 2012-09-12 | 1 | -27/+4 |
| * | | | | | | | filter_refs(): delete matched refs from sought list | Michael Haggerty | 2012-09-12 | 3 | -15/+25 |
| * | | | | | | | fetch_pack(): update sought->nr to reflect number of unique entries | Michael Haggerty | 2012-09-12 | 2 | -15/+2 |
| * | | | | | | | filter_refs(): do not check the same sought_pos twice | Michael Haggerty | 2012-09-12 | 1 | -1/+1 |
| * | | | | | | | Change fetch_pack() and friends to take string_list arguments | Michael Haggerty | 2012-09-12 | 3 | -60/+51 |
| * | | | | | | | fetch_pack(): reindent function decl and defn | Michael Haggerty | 2012-09-12 | 2 | -10/+10 |
| * | | | | | | | Rename static function fetch_pack() to http_fetch_pack() | Michael Haggerty | 2012-09-12 | 1 | -2/+2 |
| * | | | | | | | t5500: add tests of fetch-pack --all --depth=N $URL $REF | Michael Haggerty | 2012-09-12 | 1 | -0/+15 |
| * | | | | | | | t5500: add tests of error output for missing refs | Michael Haggerty | 2012-09-12 | 1 | -0/+30 |
* | | | | | | | | Merge branch 'nd/maint-diffstat-summary' | Junio C Hamano | 2012-09-17 | 1 | -6/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Revert diffstat back to English | Nguyễn Thái Ngọc Duy | 2012-09-14 | 1 | -6/+4 |
* | | | | | | | | | Merge branch 'jk/config-warn-on-inaccessible-paths' | Junio C Hamano | 2012-09-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | |