summaryrefslogtreecommitdiffstats
path: root/sha1-array.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-17Git 1.7.12.4v1.7.12.4Junio C Hamano4-3/+27
2012-10-14Fix spelling error in post-receive-email hookRichard Fearn1-1/+1
2012-10-12http: fix segfault in handle_curl_resultJeff King3-6/+6
2012-10-12gitweb.cgi: fix "comitter_tz" typo in feedDylan Alex Simon1-1/+1
2012-10-10attr: a note about the order of .gitattributes lookupNguyen Thai Ngoc Duy1-0/+5
2012-10-08tests: "cp -a" is a GNUismBen Walton3-3/+3
2012-10-08Git url doc: mark ftp/ftps as read-only and deprecate themRamkumar Ramachandra1-2/+6
2012-10-08Git 1.7.12.3v1.7.12.3Junio C Hamano3-2/+19
2012-10-08gitignore.txt: suggestions how to get literal # or ! at the beginningNguyễn Thái Ngọc Duy1-1/+5
2012-10-05gitcli: parse-options lets you omit tail of long optionsJunio C Hamano1-1/+11
2012-10-04l10n: de.po: fix a few minor typosSimon Ruderich1-7/+7
2012-10-03t1450: the order the objects are checked is undefinedJunio C Hamano1-3/+1
2012-10-02Start preparing for 1.7.12.3Junio C Hamano2-1/+19
2012-10-02l10n: Fix to Swedish translationPeter Krefting1-2/+2
2012-10-01mailinfo: don't require "text" mime type for attachmentsLinus Torvalds1-11/+0
2012-09-30Git 1.7.12.2v1.7.12.2Junio C Hamano3-2/+11
2012-09-27l10n: de.po: correct translation of a 'rebase' messageRalf Thielow1-5/+5
2012-09-25submodule: if $command was not matched, don't parse other argsRamkumar Ramachandra3-4/+11
2012-09-25test-lib: use $SHELL_PATH, not $SHELLRamkumar Ramachandra1-16/+16
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-24commit: pay attention to submodule.$name.ignore in .gitmodulesOrgad Shaneh1-0/+1
2012-09-21git blame: document that it always follows origin across whole-file renamesJunio C Hamano1-0/+6
2012-09-21receive-pack: drop "n/a" on unpacker errorsJeff King2-2/+2
2012-09-21receive-pack: send pack-processing stderr over sidebandJeff King1-2/+24
2012-09-21receive-pack: redirect unpack-objects stdout to /dev/nullJeff King1-1/+6
2012-09-20grep.c: make two symbols really file-scope static this timeJunio C Hamano1-2/+2
2012-09-20clone --single: limit the fetch refspec to fetched branchRalf Thielow3-18/+218
2012-09-20Documentation: Document signature showing optionsStephen Boyd2-0/+7
2012-09-20Enable info/refs gzip decompression in HTTP clientShawn O. Pearce3-3/+5
2012-09-20Revert "retry request without query when info/refs?query fails"Shawn O. Pearce1-16/+2
2012-09-20completion: fix shell expansion of itemsFelipe Contreras1-1/+8
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-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-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-16t7810-grep: test --all-match with multiple --grep and --author optionsMichael J Gruber1-0/+20