aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | notes.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-15
| * | | | | | | | | | | | | rerere.c: mark private file-scope symbols as staticJunio C Hamano2012-09-15
| * | | | | | | | | | | | | graph.c: mark private file-scope symbols as staticJunio C Hamano2012-09-15
| * | | | | | | | | | | | | diff.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-15
| * | | | | | | | | | | | | commit.c: mark a file-scope private symbol as staticJunio C Hamano2012-09-15
| * | | | | | | | | | | | | builtin/notes.c: mark file-scope private symbols as staticJunio C Hamano2012-09-15
* | | | | | | | | | | | | | Merge branch 'pw/p4-submit-conflicts'Junio C Hamano2012-09-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | git-p4: add submit --conflict option and config varaiablePete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4: add submit --prepare-p4-only optionPete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4: add submit --dry-run optionPete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4: accept -v for --verbosePete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4: revert deleted files after submit cancelPete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4: rearrange submit template constructionPete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4: test clean-up after failed submit, fix added filesPete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4: standardize submit cancel due to unchanged templatePete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4: move conflict prompt into run, add [q]uit inputPete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4: remove submit failure options [a]pply and [w]ritePete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4: gracefully fail if some commits could not be appliedPete Wyckoff2012-09-16
| * | | | | | | | | | | | | | git p4 test: remove bash-ism of combined export/assignmentPete Wyckoff2012-09-16
* | | | | | | | | | | | | | | Merge branch 'mv/cherry-pick-s'Junio C Hamano2012-09-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | cherry-pick: don't forget -s on failureMiklos Vajna2012-09-14
* | | | | | | | | | | | | | | | Merge branch 'nd/fetch-status-alignment'Junio C Hamano2012-09-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | fetch: align per-ref summary report in UTF-8 localesNguyễn Thái Ngọc Duy2012-09-14
* | | | | | | | | | | | | | | | | Sync with 1.7.12.1Junio C Hamano2012-09-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Git 1.7.12.1v1.7.12.1Junio C Hamano2012-09-18
| * | | | | | | | | | | | | | | | Merge branch 'er/doc-fast-import-done' into maintJunio C Hamano2012-09-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | fast-import: document the --done optionEric S. Raymond2012-08-22
| * | | | | | | | | | | | | | | | | Merge branch 'jk/config-warn-on-inaccessible-paths' into maintJunio C Hamano2012-09-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Doc: Improve shallow depth wordingPhilip Oakley2012-09-18
| * | | | | | | | | | | | | | | | | | Documentation/git-filter-branch: Move note about effect of removing commitsAndreas Schwab2012-09-18
* | | | | | | | | | | | | | | | | | | The seventh batch for 1.8.0Junio C Hamano2012-09-17
* | | | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2012-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | t/perf: add "trash directory" to .gitignoreRamkumar Ramachandra2012-09-17
| * | | | | | | | | | | | | | | | | | Add missing -z to git check-attr usage text for consistency with man pageAdam Spiers2012-09-17
| * | | | | | | | | | | | | | | | | | git-jump: ignore (custom) prefix in diff modeMischa POSLAWSKY2012-09-17
| * | | | | | | | | | | | | | | | | | Documentation: indent-with-non-tab uses "equivalent tabs" not 8Wesley J. Landaker2012-09-17
| * | | | | | | | | | | | | | | | | | completion: add --no-edit to git-commitYacine Belkadi2012-09-16
* | | | | | | | | | | | | | | | | | | Merge branch 'mh/fetch-filter-refs'Junio C Hamano2012-09-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | test-string-list.c: Fix some sparse warningsRamsay Jones2012-09-15
| * | | | | | | | | | | | | | | | | | fetch-pack: eliminate spurious error messagesMichael Haggerty2012-09-12
| * | | | | | | | | | | | | | | | | | cmd_fetch_pack(): simplify computation of return valueMichael Haggerty2012-09-12
| * | | | | | | | | | | | | | | | | | fetch-pack: report missing refs even if no existing refs were receivedMichael Haggerty2012-09-12
| * | | | | | | | | | | | | | | | | | cmd_fetch_pack(): return early if finish_connect() failsMichael Haggerty2012-09-12
| * | | | | | | | | | | | | | | | | | filter_refs(): simplify logicMichael Haggerty2012-09-12
| * | | | | | | | | | | | | | | | | | filter_refs(): build refs list as we goMichael Haggerty2012-09-12
| * | | | | | | | | | | | | | | | | | filter_refs(): delete matched refs from sought listMichael Haggerty2012-09-12
| * | | | | | | | | | | | | | | | | | fetch_pack(): update sought->nr to reflect number of unique entriesMichael Haggerty2012-09-12
| * | | | | | | | | | | | | | | | | | filter_refs(): do not check the same sought_pos twiceMichael Haggerty2012-09-12
| * | | | | | | | | | | | | | | | | | Change fetch_pack() and friends to take string_list argumentsMichael Haggerty2012-09-12
| * | | | | | | | | | | | | | | | | | fetch_pack(): reindent function decl and defnMichael Haggerty2012-09-12