summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-29Merge branch 'mh/packed-refs-various'Libravatar Junio C Hamano9-341/+640
2013-05-29Merge branch 'as/check-ignore'Libravatar Junio C Hamano5-96/+188
2013-05-29Merge branch 'jh/checkout-auto-tracking'Libravatar Junio C Hamano8-35/+221
2013-05-29Merge branch 'jc/prune-all'Libravatar Junio C Hamano9-13/+58
2013-05-29Merge branch 'mh/fetch-into-shallow'Libravatar Junio C Hamano3-3/+16
2013-05-29Merge branch 'js/transport-helper-error-reporting-fix'Libravatar Junio C Hamano4-15/+18
2013-05-29Merge branch 'fc/transport-helper-error-reporting'Libravatar Junio C Hamano4-43/+118
2013-05-29completion: zsh: improve bash script loadingLibravatar Felipe Contreras1-8/+19
2013-05-29archive-zip:write_zip_entry: Remove second reset of size variable to zero.Libravatar Stefan Beller1-1/+0
2013-05-29difftool --dir-diff: allow changing any clean working tree fileLibravatar Kenichi Saita2-7/+21
2013-05-29push: factor out the detached HEAD error messageLibravatar Ramkumar Ramachandra1-6/+8
2013-05-29get_sha1: warn about full or short object names that look like refsLibravatar Nguyễn Thái Ngọc Duy4-2/+44
2013-05-29prompt: fix for simple rebaseLibravatar Felipe Contreras2-1/+3
2013-05-29rebase: implement --[no-]autostash and rebase.autostashLibravatar Ramkumar Ramachandra4-3/+208
2013-05-29git-remote-mediawiki: better error message when HTTP(S) access failsLibravatar Matthieu Moy1-8/+18
2013-05-28trivial: Add missing period in documentationLibravatar Phil Hord1-1/+1
2013-05-28commit: don't start editor if empty message is given with -mLibravatar René Scharfe2-4/+23
2013-05-28credential-osxkeychain: support more protocolsLibravatar Xidorn Quan1-1/+11
2013-05-28fix segfault with git log -c --followLibravatar Clemens Buchacher2-0/+17
2013-05-28send-email: remove warning about unset chainreplytoLibravatar Felipe Contreras2-66/+2
2013-05-28find_first_merges(): remove unnecessary codeLibravatar Michael Haggerty1-2/+1
2013-05-28find_first_merges(): initialize merges variable using initializerLibravatar Michael Haggerty1-2/+1
2013-05-28fsck: don't put a void*-shaped peg in a char*-shaped holeLibravatar Michael Haggerty1-1/+1
2013-05-28object_array_remove_duplicates(): rewrite to reduce copyingLibravatar Michael Haggerty2-12/+26
2013-05-28revision: use object_array_filter() in implementation of gc_boundary()Libravatar Michael Haggerty1-17/+15
2013-05-28object_array: add function object_array_filter()Libravatar Michael Haggerty2-0/+27
2013-05-28revision: split some overly-long linesLibravatar Michael Haggerty2-17/+35
2013-05-28cmd_diff(): make it obvious which cases are exclusive of each otherLibravatar Michael Haggerty1-5/+4
2013-05-28cmd_diff(): rename local variable "list" -> "entry"Libravatar Michael Haggerty1-4/+4
2013-05-28cmd_diff(): use an object_array for holding treesLibravatar Michael Haggerty1-19/+18
2013-05-28builtin_diff_tree(): make it obvious that function wants two entriesLibravatar Michael Haggerty1-9/+10
2013-05-28add_rev_cmdline(): make a copy of the name argumentLibravatar Michael Haggerty1-1/+5
2013-05-28fetch: make own copies of refnamesLibravatar Michael Haggerty1-2/+2
2013-05-28describe: make own copy of refnameLibravatar Michael Haggerty1-2/+4
2013-05-28prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects()Libravatar Nguyễn Thái Ngọc Duy3-9/+11
2013-05-28test: rebase: fix --interactive testLibravatar Felipe Contreras1-1/+1
2013-05-28test: trivial cleanupsLibravatar Felipe Contreras2-16/+9
2013-05-28remote: trivial style cleanupLibravatar Felipe Contreras1-2/+1
2013-05-28fetch: don't try to update unfetched tracking refsLibravatar John Keeping2-1/+17
2013-05-28clone: open a shortcut for connectivity checkLibravatar Nguyễn Thái Ngọc Duy9-15/+94
2013-05-28index-pack: remove dead code (it should never happen)Libravatar Nguyễn Thái Ngọc Duy1-2/+1
2013-05-28fetch-pack: prepare updated shallow file before fetching the packLibravatar Nguyễn Thái Ngọc Duy5-38/+93
2013-05-28remote-hg: add support for --forceLibravatar Felipe Contreras2-13/+50
2013-05-28remote-hg: add support for --dry-runLibravatar Felipe Contreras2-2/+65
2013-05-28remote-hg: check if a fetch is neededLibravatar Felipe Contreras2-1/+109
2013-05-28remote-hg: trivial cleanupLibravatar Felipe Contreras1-7/+4
2013-05-28remote-helpers: improve marks usageLibravatar Felipe Contreras2-3/+9
2013-05-28remote-hg: add check_push() helperLibravatar Felipe Contreras1-17/+49
2013-05-28remote-hg: add setup_big_push() helperLibravatar Felipe Contreras1-4/+11
2013-05-28remote-hg: remove files before modificationsLibravatar Felipe Contreras1-2/+2