summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-02string_list_add_one_ref(): rename first parameter to "refname"Libravatar Michael Haggerty1-3/+3
2013-06-02show_head_ref(): rename first parameter to "refname"Libravatar Michael Haggerty1-2/+2
2013-06-02show_head_ref(): do not shadow name of argumentLibravatar Michael Haggerty1-2/+2
2013-06-02add_existing(): do not retain a reference to sha1Libravatar Michael Haggerty1-3/+4
2013-06-02do_fetch(): clean up existing_refs before exitingLibravatar Michael Haggerty1-5/+9
2013-06-02do_fetch(): reduce scope of peer_itemLibravatar Michael Haggerty1-3/+3
2013-06-02object_array_entry: fix memory handling of the name fieldLibravatar Michael Haggerty4-7/+35
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-21remote-hg: fix order of configuration commentsLibravatar Felipe Contreras1-3/+3
2013-05-21remote-hg: trivial configuration note cleanupLibravatar Felipe Contreras1-1/+1
2013-05-21completion: regression fix for zshLibravatar Felipe Contreras1-1/+1
2013-05-20Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano3-6/+97
2013-05-20git-svn: introduce --parents parameter for commands branch and tagLibravatar Tobias Schulte3-1/+71
2013-05-20git-svn: clarify explanation of --destination argumentLibravatar Jonathan Nieder1-5/+14
2013-05-20git-svn: multiple fetch/branches/tags keys are supportedLibravatar Nathan Gray1-0/+12
2013-05-20remote-hg: set stdout to binary mode on win32Libravatar Amit Bakshi1-0/+4
2013-05-17Git 1.8.3-rc3Libravatar Junio C Hamano1-1/+1
2013-05-17Merge branch 'fc/doc-style'Libravatar Junio C Hamano20-47/+37
2013-05-17Merge branch 'dw/asciidoc-sources-are-dot-txt-files'Libravatar Junio C Hamano1-2/+4
2013-05-17documentation: trivial style cleanupsLibravatar Felipe Contreras20-47/+37
2013-05-17Merge git://ozlabs.org/~paulus/gitkLibravatar Junio C Hamano1-295/+338
2013-05-17difftool: fix dir-diff when file does not exist in working treeLibravatar John Keeping2-0/+13
2013-05-17remote-bzr: fixes for older versions of bzrLibravatar Felipe Contreras1-2/+4
2013-05-17remote-bzr: fix old organization destroyLibravatar Sandor Bodo-Merle1-0/+2
2013-05-17gitk: Update Swedish translation (304t)Libravatar Peter Krefting1-295/+338
2013-05-16Revert "remote-hg: update bookmarks when pulling"Libravatar Felipe Contreras1-3/+0
2013-05-16git-submodule.txt: Clarify 'init' and 'add' subcommands.Libravatar Dale R. Worley1-2/+6
2013-05-16remote-bzr: fix cloning of non-listable reposLibravatar Felipe Contreras1-0/+3
2013-05-15Merge branch 'fc/remote-hg' (early part)Libravatar Junio C Hamano2-24/+22
2013-05-15remote-hg: update bookmarks when pullingLibravatar Felipe Contreras1-0/+3
2013-05-15remote-hg: don't push fake 'master' bookmarkLibravatar Felipe Contreras1-1/+2
2013-05-15remote-hg: disable forced push by defaultLibravatar Felipe Contreras1-1/+1
2013-05-15remote-hg: fix new branch creationLibravatar Felipe Contreras1-1/+1
2013-05-15remote-hg: add new get_config_bool() helperLibravatar Felipe Contreras1-11/+13
2013-05-15remote-hg: enable track-branches in hg-git modeLibravatar Felipe Contreras2-1/+1
2013-05-15remote-hg: get rid of unused exception checksLibravatar Felipe Contreras1-15/+9
2013-05-15remote-hg: trivial cleanupsLibravatar Felipe Contreras2-3/+1