summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-01Documentation: "pack-file" is not literal in unpack-objectsLibravatar Vivien Didelot1-1/+1
2013-11-01Update draft release notes to 1.8.5Libravatar Junio C Hamano1-6/+19
2013-11-01Merge branch 'sb/refs-code-cleanup'Libravatar Junio C Hamano4-21/+0
2013-11-01Merge branch 'rs/web-browse-xdg-open'Libravatar Junio C Hamano2-3/+4
2013-11-01Merge branch 'js/tests-windows-port-fix'Libravatar Junio C Hamano6-14/+72
2013-11-01Merge branch 'js/test-help-format-windows-port-fix'Libravatar Junio C Hamano1-1/+1
2013-11-01Merge branch 'jk/reset-p-current-head-fix'Libravatar Junio C Hamano4-16/+23
2013-11-01Merge branch 'jk/pack-corruption-post-mortem'Libravatar Junio C Hamano2-0/+243
2013-11-01Merge branch 'jk/for-each-ref-skip-parsing'Libravatar Junio C Hamano2-9/+24
2013-11-01Merge branch 'ap/remote-hg-unquote-cquote'Libravatar Junio C Hamano1-0/+6
2013-11-01Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano2-4/+35
2013-10-31rev-parse --parseopt: add the --stuck-long modeLibravatar Nicolas Vigier3-6/+55
2013-10-31Use the word 'stuck' instead of 'sticked'Libravatar Nicolas Vigier4-8/+8
2013-10-31Documentation: restore a space in unpack-objects usageLibravatar Vivien Didelot1-1/+1
2013-10-31setup: trivial style fixesLibravatar Felipe Contreras1-2/+2
2013-10-31run-command: trivial style fixesLibravatar Felipe Contreras1-8/+5
2013-10-31diff: trivial style fixLibravatar Felipe Contreras1-1/+1
2013-10-31revision: trivial style fixesLibravatar Felipe Contreras1-8/+6
2013-10-31pretty: trivial style fixLibravatar Felipe Contreras1-1/+1
2013-10-31describe: trivial style fixesLibravatar Felipe Contreras1-4/+3
2013-10-31transport-helper: trivial style fixLibravatar Felipe Contreras1-0/+1
2013-10-31sha1-name: trivial style cleanupLibravatar Felipe Contreras1-1/+0
2013-10-31branch: trivial style fixLibravatar Felipe Contreras1-2/+1
2013-10-31revision: add missing includeLibravatar Felipe Contreras1-0/+1
2013-10-31doc/pull: clarify the illustrationsLibravatar Junio C Hamano1-1/+3
2013-10-31t: replace pulls with mergesLibravatar Felipe Contreras4-4/+4
2013-10-31merge: simplify ff-only optionLibravatar Felipe Contreras1-9/+2
2013-10-31Fix '\%o' for printf from coreutilsLibravatar Kacper Kornet1-4/+4
2013-10-31remote-curl: fix large pushes with GSSAPILibravatar Brian M. Carlson1-2/+9
2013-10-31remote-curl: pass curl slot_results back through run_slotLibravatar Jeff King1-9/+13
2013-10-31http: return curl's AUTHAVAIL via slot_resultsLibravatar Jeff King2-0/+7
2013-10-31gitk: Tag display improvementsLibravatar Paul Mackerras1-13/+83
2013-10-30fetch: improve the error messages emitted for conflicting refspecsLibravatar Michael Haggerty2-8/+31
2013-10-30handle_duplicate(): mark error message for translationLibravatar Michael Haggerty1-1/+1
2013-10-30ref_remote_duplicates(): extract a function handle_duplicate()Libravatar Michael Haggerty1-8/+10
2013-10-30ref_remove_duplicates(): simplify loop logicLibravatar Michael Haggerty3-26/+38
2013-10-30t5536: new test of refspec conflicts when fetchingLibravatar Michael Haggerty1-0/+96
2013-10-30ref_remove_duplicates(): avoid redundant bisectionLibravatar Michael Haggerty1-6/+6
2013-10-30git-fetch.txt: improve description of tag auto-followingLibravatar Michael Haggerty1-7/+7
2013-10-30fetch-options.txt: simplify ifdef/ifndef/endif usageLibravatar Michael Haggerty1-4/+1
2013-10-30fetch, remote: properly convey --no-prune options to subprocessesLibravatar Michael Haggerty2-5/+5
2013-10-30builtin/remote.c:update(): use struct argv_arrayLibravatar Michael Haggerty1-16/+17
2013-10-30builtin/remote.c: reorder function definitionsLibravatar Michael Haggerty1-81/+78
2013-10-30query_refspecs(): move some constants out of the loopLibravatar Michael Haggerty1-2/+2
2013-10-30fetch --prune: prune only based on explicit refspecsLibravatar Michael Haggerty4-42/+30
2013-10-30fetch --tags: fetch tags *in addition to* other stuffLibravatar Michael Haggerty7-38/+78
2013-10-30fetch: only opportunistically update references based on command lineLibravatar Michael Haggerty1-12/+32
2013-10-30get_expanded_map(): avoid memory leakLibravatar Michael Haggerty1-3/+3
2013-10-30get_expanded_map(): add docstringLibravatar Michael Haggerty1-0/+7
2013-10-30builtin/fetch.c: reorder function definitionsLibravatar Michael Haggerty1-101/+97