summaryrefslogtreecommitdiffstats
path: root/diffcore.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-11Git 1.7.11.6v1.7.11.6Junio C Hamano3-35/+58
2012-09-11First half of the fifth batch for 1.8.0Junio C Hamano1-0/+24
2012-09-11Cull items fixed in maintenance branchesJunio C Hamano1-38/+0
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-07The fourth batch for 1.8.0Junio C Hamano1-0/+52
2012-09-04Update mailmap for a handful of folksJunio C Hamano1-0/+9
2012-09-04The third batch for 1.8.0Junio C Hamano1-0/+45
2012-09-03submodule: use argv_array instead of hand-building arraysJens Lehmann3-17/+19
2012-09-03fetch: use argv_array instead of hand-building arraysJeff King1-22/+25
2012-09-03argv-array: fix bogus cast when freeing arrayJeff King1-1/+1
2012-09-03argv-array: add pop functionJeff King3-0/+14
2012-08-31split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2-3/+20
2012-08-31i18n: mark more index-pack strings for translationNguyễn Thái Ngọc Duy1-10/+11
2012-08-31reduce_heads(): reimplement on top of remove_redundant()Junio C Hamano1-38/+18
2012-08-31merge-base: "--is-ancestor A B"Junio C Hamano2-0/+50
2012-08-31get_merge_bases_many(): walk from many tips in parallelJunio C Hamano1-21/+58
2012-08-31in_merge_bases(): use paint_down_to_common()Junio C Hamano1-10/+7
2012-08-31merge_bases_many(): split out the logic to paint historyJunio C Hamano1-19/+28
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-30branch: deprecate --set-upstream and show help if we detect possible mistaken...Carlos Martín Nieto2-0/+60
2012-08-30branch: add --unset-upstream optionCarlos Martín Nieto3-3/+45
2012-08-30Latter half of the second batch for 1.8.0Junio C Hamano1-1/+30
2012-08-29log: fix --quiet synonym for -sJeff King2-1/+13
2012-08-28in_merge_bases(): omit unnecessary redundant common ancestor reductionThomas Rast1-1/+4
2012-08-28http-push: use in_merge_bases() for fast-forward checkJunio C Hamano1-2/+1
2012-08-28receive-pack: use in_merge_bases() for fast-forward checkJunio C Hamano1-7/+1
2012-08-28in_merge_bases(): support only one "other" commitJunio C Hamano7-18/+21
2012-08-27First half of the second batch for 1.8.0Junio C Hamano1-0/+37
2012-08-27branch -v: align even when branch names are in UTF-8Nguyễn Thái Ngọc Duy2-13/+17
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-27Fix tests under GETTEXT_POISON on parseoptJiang Xin11-22/+46
2012-08-27Fix tests under GETTEXT_POISON on git-remoteJiang Xin1-11/+17
2012-08-27Fix tests under GETTEXT_POISON on pack-objectJiang Xin2-4/+4
2012-08-27Fix tests under GETTEXT_POISON on git-applyJiang Xin3-6/+6
2012-08-27Fix tests under GETTEXT_POISON on diffstatJiang Xin4-8/+8
2012-08-27Fix tests under GETTEXT_POISON on git-stashJiang Xin1-1/+1
2012-08-27Fix tests under GETTEXT_POISON on relative datesJiang Xin1-1/+1
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