summaryrefslogtreecommitdiffstats
path: root/diffcore-break.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-15Draft release notes to 1.7.12.1Junio C Hamano1-47/+69
2012-09-15Git 1.7.11.7v1.7.11.7Junio C Hamano4-3/+50
2012-09-14attr: failure to open a .gitattributes file is OK with ENOTDIRJunio C Hamano1-1/+1
2012-09-12Further merging in preparation for 1.7.12.1Junio C Hamano1-0/+26
2012-09-11Further merging down for 1.7.12.1Junio C Hamano1-0/+13
2012-09-11Git 1.7.11.6v1.7.11.6Junio C Hamano3-35/+58
2012-09-11Start preparing for 1.7.12.1Junio C Hamano2-1/+63
2012-09-11Almost 1.7.11.6Junio C Hamano1-1/+29
2012-09-10gitcli: contrast wildcard given to shell and to gitJunio C Hamano1-0/+17
2012-09-10gitcli: formatting fixJunio C Hamano1-1/+1
2012-09-09gitk: Rename 'tagcontents' to 'cached_tagcontent'David Aguilar1-7/+7
2012-09-09gitk: Teach "Reread references" to reload tagsDavid Aguilar1-1/+2
2012-09-07send-email: initial_to and initial_reply_to are both optionalStephen Boyd1-2/+4
2012-09-04Document file-glob for "git checkout -- '*.c'"Junio C Hamano1-0/+12
2012-09-03test-regex: Add a test to check for a bug in the regex routinesRamsay Jones4-0/+27
2012-08-31split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2-3/+20
2012-08-30cherry-pick/revert: respect order of revisions to pickMartin von Zweigbergk3-3/+7
2012-08-30demonstrate broken 'git cherry-pick three one two'Martin von Zweigbergk1-0/+15
2012-08-30teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk6-9/+40
2012-08-29log: fix --quiet synonym for -sJeff King2-1/+13
2012-08-27http: prompt for credentials on failed POSTJeff King2-9/+16
2012-08-27http: factor out http error code handlingJeff King2-23/+29
2012-08-27t: test http access to "half-auth" repositoriesJeff King3-0/+28
2012-08-27t: test basic smart-http authenticationJeff King2-0/+25
2012-08-27t/lib-httpd: recognize */smart/* repos as smart-httpJeff King1-9/+7
2012-08-27t/lib-httpd: only route auth/dumb to dumb reposJeff King1-1/+1
2012-08-27t5550: factor out http auth setupJeff King3-54/+55
2012-08-27t5550: put auth-required repo in auth/dumbJeff King1-9/+9
2012-08-26doc: "git checkout -b/-B/--orphan" always takes a branch nameJunio C Hamano1-3/+3
2012-08-25apply: compute patch->def_name correctly under -p0Junio C Hamano2-46/+76
2012-08-24Prepare for 1.7.11.6Junio C Hamano2-1/+35
2012-08-24sha1_file.c: introduce get_max_fd_limit() helperJoachim Schmitz1-7/+19
2012-08-24Make 'git submodule update --force' always check out submodules.Stefan Zager3-2/+21
2012-08-24mergetool: style fixesJunio C Hamano1-273/+308
2012-08-24Make the ciabot scripts completely self-configuring in the normal case.Eric S. Raymond4-37/+72
2012-08-24Improved documentation for the ciabot scripts.Eric S. Raymond2-2/+50
2012-08-23specifying ranges: we did not mean to make ".." an empty setJunio C Hamano5-4/+56
2012-08-23http.c: don't use curl_easy_strerror prior to curl-7.12.0Joachim Schmitz1-0/+2
2012-08-22t3910: use the UTF8_NFD_TO_NFC test prereqMichael J Gruber1-146/+135
2012-08-22contrib/ciabot: Get ciabot configuration from git variablesEric S. Raymond2-118/+156