summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-23Merge branch 'jc/no-gitweb-test-without-cgi-etc' into maintLibravatar Junio C Hamano1-0/+5
2011-08-23fast-import: allow to tag newly created objectsLibravatar Dmitry Ivankov2-3/+33
2011-08-23fast-import: add tests for tagging blobsLibravatar Dmitry Ivankov2-7/+44
2011-08-23clone: clone from a repository with relative alternatesLibravatar Junio C Hamano3-25/+78
2011-08-22git-p4: Add simple test case for branch importLibravatar Vitor Antunes1-0/+64
2011-08-22git-p4: Allow branch definition with git configLibravatar Vitor Antunes2-0/+31
2011-08-22git-p4: Allow filtering Perforce branches by userLibravatar Vitor Antunes2-1/+13
2011-08-22git-p4: Correct branch base depot path detectionLibravatar Vitor Antunes1-3/+5
2011-08-22Merge branch 'maint'Libravatar Junio C Hamano2-1/+82
2011-08-22clone: allow more than one --referenceLibravatar Junio C Hamano2-8/+39
2011-08-22Show interpreted branch name in error messagesLibravatar Conrad Irwin2-1/+10
2011-08-22Prevent force-updating of the current branchLibravatar Conrad Irwin6-24/+56
2011-08-22add technical documentation about ref iterationLibravatar Heiko Voigt1-0/+81
2011-08-22clone: allow to clone from .git fileLibravatar Nguyễn Thái Ngọc Duy2-1/+22
2011-08-22read_gitfile_gently(): rename misnamed function to read_gitfile()Libravatar Junio C Hamano7-11/+11
2011-08-22fast-import: treat cat-blob as a delta base hint for next blobLibravatar Dmitry Ivankov1-1/+6
2011-08-22fast-import: count and report # of calls to diff_delta in statsLibravatar Dmitry Ivankov1-4/+6
2011-08-22git-p4: Process detectCopiesHarder with --boolLibravatar Vitor Antunes1-1/+1
2011-08-22git-p4: Add test case for copy detectionLibravatar Vitor Antunes1-0/+83
2011-08-22git-p4: Add test case for rename detectionLibravatar Vitor Antunes1-0/+53
2011-08-22git-p4: Add description of rename/copy detection optionsLibravatar Vitor Antunes1-0/+25
2011-08-22git-p4: Allow setting rename/copy detection thresholdLibravatar Vitor Antunes1-4/+9
2011-08-22Do not use C++-style commentsLibravatar Michael Haggerty1-1/+1
2011-08-20combine-diff: support format_callbackLibravatar Junio C Hamano2-1/+70
2011-08-19support pager.* for external commandsLibravatar Jeff King2-0/+38
2011-08-19want_color: automatically fallback to color.uiLibravatar Jeff King9-44/+6
2011-08-19diff: don't load color config in plumbingLibravatar Jeff King3-3/+16
2011-08-19config: refactor get_colorbool functionLibravatar Jeff King1-2/+3
2011-08-19color: delay auto-color decision until point of useLibravatar Jeff King11-19/+59
2011-08-19commit: reduce use of redundant global variablesLibravatar Junio C Hamano1-42/+45
2011-08-19log: decorate "replaced" on to replaced commitsLibravatar Nguyễn Thái Ngọc Duy1-1/+15
2011-08-19branch.c: use the parsed branch nameLibravatar Michael J Gruber2-1/+15
2011-08-19mergetools/meld: Use '--output' when availableLibravatar David Aguilar1-1/+24
2011-08-19mergetool--lib: Refactor tools into separate filesLibravatar David Aguilar17-333/+369
2011-08-19mergetool--lib: Make style consistent with gitLibravatar David Aguilar1-53/+100
2011-08-19difftool--helper: Make style consistent with gitLibravatar David Aguilar1-6/+12
2011-08-18Update draft release notes to 1.7.7Libravatar Junio C Hamano1-0/+6
2011-08-18Merge branch 'db/am-skip-blank-at-the-beginning'Libravatar Junio C Hamano2-3/+26
2011-08-18Merge branch 'ma/am-exclude'Libravatar Junio C Hamano2-2/+5
2011-08-18Merge branch 'maint'Libravatar Junio C Hamano1-0/+2
2011-08-18git_config_colorbool: refactor stdout_is_tty handlingLibravatar Jeff King9-29/+27
2011-08-18diff: refactor COLOR_DIFF from a flag into an intLibravatar Jeff King7-34/+29
2011-08-18setup_pager: set GIT_PAGER_IN_USELibravatar Jeff King2-7/+12
2011-08-18t7006: use test_config helpersLibravatar Jeff King1-21/+18
2011-08-18test-lib: add helper functions for configLibravatar Jeff King1-0/+18
2011-08-18t7006: modernize calls to unsetLibravatar Jeff King1-2/+2
2011-08-18fetch-pack: check for valid commit from serverLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2011-08-18log: decorate grafted commits with "grafted"Libravatar Nguyễn Thái Ngọc Duy1-0/+12
2011-08-18Move write_shallow_commits to fetch-pack.cLibravatar Nguyễn Thái Ngọc Duy3-19/+30
2011-08-18Add for_each_commit_graft() to iterate all graftsLibravatar Nguyễn Thái Ngọc Duy2-0/+10