summaryrefslogtreecommitdiffstats
path: root/exec_cmd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-29longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty4-17/+26
2012-10-29longest_ancestor_length(): use string_list_split()Michael Haggerty1-7/+11
2012-10-29Introduce new function real_path_if_valid()Michael Haggerty2-0/+6
2012-10-29real_path_internal(): add comment explaining use of cwdMichael Haggerty1-0/+7
2012-10-29Introduce new static function real_path_internal()Michael Haggerty1-21/+72
2012-09-25Update draft release notes to 1.8.0Junio C Hamano1-0/+9
2012-09-25Revert "completion: fix shell expansion of items"Jeff King1-8/+1
2012-09-24Start preparation for 1.7.12.2Junio C Hamano2-1/+33
2012-09-24Improve the description of GIT_PS1_SHOWUPSTREAMJonathan "Duke" Leto1-3/+4
2012-09-20grep.c: make two symbols really file-scope static this timeJunio C Hamano1-2/+2
2012-09-20Documentation: Document signature showing optionsStephen Boyd2-0/+7
2012-09-20completion: fix shell expansion of itemsFelipe Contreras1-1/+8
2012-09-20Port to HP NonStopJoachim Schmitz2-1/+83
2012-09-20Documentation/Makefile: Allow custom XMLTO binaryDave Borowitz1-2/+3
2012-09-19Doc branch: show -vv option and alternativePhilip Oakley1-1/+3
2012-09-19Doc clean: add See Also linkPhilip Oakley1-0/+4
2012-09-19Doc add: link gitignorePhilip Oakley1-1/+1
2012-09-19Doc: separate gitignore pattern sourcesPhilip Oakley1-12/+18
2012-09-19Doc: shallow clone deepens _to_ new depthPhilip Oakley1-1/+2
2012-09-18Update draft release notes to 1.8.0Junio C Hamano1-3/+17
2012-09-18Git 1.7.12.1v1.7.12.1Junio C Hamano3-2/+14
2012-09-18t/test-lib: make sure Git has already been builtRamkumar Ramachandra2-10/+9
2012-09-18Doc: Improve shallow depth wordingPhilip Oakley1-2/+4
2012-09-18Documentation/git-filter-branch: Move note about effect of removing commitsAndreas Schwab1-10/+9
2012-09-18string_list API: document what "sorted" meansMichael Haggerty1-3/+4
2012-09-18MALLOC_CHECK: various clean-upsJunio C Hamano2-6/+21
2012-09-18The seventh batch for 1.8.0Junio C Hamano1-0/+29
2012-09-18make poll() work on platforms that can't recv() on a non-socketJoachim Schmitz1-0/+4
2012-09-18poll() exits too early with EFAULT if 1st arg is NULLJoachim Schmitz1-1/+1
2012-09-18fix some win32 specific dependencies in poll.cJoachim Schmitz1-2/+6
2012-09-18make poll available for other platforms lacking itJoachim Schmitz3-5/+15
2012-09-18mailinfo: do not concatenate charset= attribute values from mime headersJunio C Hamano6-4/+32
2012-09-17t/perf: add "trash directory" to .gitignoreRamkumar Ramachandra1-2/+3
2012-09-17Add missing -z to git check-attr usage text for consistency with man pageAdam Spiers1-1/+1
2012-09-17git-jump: ignore (custom) prefix in diff modeMischa POSLAWSKY1-2/+2
2012-09-17Documentation: indent-with-non-tab uses "equivalent tabs" not 8Wesley J. Landaker1-2/+3
2012-09-17completion: add --no-edit to git-commitYacine Belkadi1-1/+2
2012-09-17Add userdiff patterns for AdaAdrian Johnson7-1/+66
2012-09-17git-p4: add submit --conflict option and config varaiablePete Wyckoff3-5/+105
2012-09-17git p4: add submit --prepare-p4-only optionPete Wyckoff3-0/+77
2012-09-17git p4: add submit --dry-run optionPete Wyckoff3-13/+75
2012-09-17git p4: accept -v for --verbosePete Wyckoff2-2/+2
2012-09-17git p4: revert deleted files after submit cancelPete Wyckoff2-0/+121
2012-09-17git p4: rearrange submit template constructionPete Wyckoff1-8/+21
2012-09-17git p4: test clean-up after failed submit, fix added filesPete Wyckoff2-2/+132
2012-09-17git p4: standardize submit cancel due to unchanged templatePete Wyckoff2-2/+4
2012-09-17git p4: move conflict prompt into run, add [q]uit inputPete Wyckoff2-16/+56
2012-09-17git p4: remove submit failure options [a]pply and [w]ritePete Wyckoff1-18/+2
2012-09-17git p4: gracefully fail if some commits could not be appliedPete Wyckoff3-56/+128
2012-09-17git p4 test: remove bash-ism of combined export/assignmentPete Wyckoff1-3/+4