summaryrefslogtreecommitdiffstats
path: root/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-28t1402: check for refs ending with a dotJeff King1-0/+1
2014-07-28Revert "Merge branch 'dt/refs-check-refname-component-sse'"Junio C Hamano4-250/+18
2014-07-28Revert "Merge branch 'dt/refs-check-refname-component-sse-fix'"Junio C Hamano2-13/+5
2014-07-28diff-tree: avoid lookup_unknown_objectJeff King1-3/+1
2014-07-28object_as_type: set commit indexJeff King1-0/+2
2014-07-28alloc: factor out commit indexJeff King2-2/+8
2014-07-28add object_as_type helper for casting objectsJeff King7-43/+25
2014-07-28parse_object_buffer: do not set object typeJeff King1-2/+0
2014-07-28move setting of object->type to alloc_* functionsJeff King8-12/+13
2014-07-28alloc: write out allocator definitionsJeff King1-11/+27
2014-07-28alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones1-18/+29
2014-07-28Git 2.1.0-rc0v2.1.0-rc0Junio C Hamano2-1/+23
2014-07-25t9814: fix misconversion from test $a -o $b to test $a || test $bJunio C Hamano1-2/+8
2014-07-24apply: avoid possible bogus pointerJeff King1-1/+1
2014-07-24fix memory leak parsing core.commentcharJeff King1-5/+5
2014-07-24transport: fix leaks in refs_from_alternate_cbJeff King1-2/+3
2014-07-24free ref string returned by dwim_refJeff King3-1/+5
2014-07-24receive-pack: don't copy "dir" parameterJeff King1-2/+2
2014-07-23Git 2.0.3v2.0.3Junio C Hamano4-3/+21
2014-07-23.mailmap: combine Stefan Beller's emailsStefan Beller1-0/+1
2014-07-23git.1: switch homepage for statsStefan Beller1-1/+1
2014-07-22Documentation: fix missing text for rev-parse --verifybrian m. carlson1-1/+1
2014-07-21Ninth batch for 2.1Junio C Hamano1-0/+4
2014-07-21replace: add test for --graft with a mergetagChristian Couder1-0/+22
2014-07-21replace: check mergetags when using --graftChristian Couder1-0/+47
2014-07-21replace: add test for --graft with signed commitChristian Couder1-0/+24
2014-07-21replace: remove signature when using --graftChristian Couder3-0/+41
2014-07-21contrib: add convert-grafts-to-replace-refs.shChristian Couder2-1/+31
2014-07-21Documentation: replace: add --graft optionChristian Couder1-0/+8
2014-07-21replace: add test for --graftChristian Couder1-1/+44
2014-07-21replace: add --graft optionChristian Couder1-1/+73
2014-07-21Fix contrib/subtree Makefile to patch #! lineCharles Bailey1-1/+7
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe6-19/+6
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe4-8/+4
2014-07-21replace memset with string-list initializersTanay Abhra4-15/+6
2014-07-21string-list: add string_list initializer helper functionTanay Abhra3-0/+13
2014-07-21unix-socket: remove stale socket before calling chdir()René Scharfe1-1/+2
2014-07-21Win32: enable color output in Windows cmd.exeKarsten Blees1-0/+4
2014-07-21Win32: patch Windows environment on startupKarsten Blees1-13/+12
2014-07-21Win32: keep the environment sortedKarsten Blees1-39/+65
2014-07-21Win32: use low-level memory allocation during initializationKarsten Blees1-15/+28
2014-07-21Win32: reduce environment array reallocationsKarsten Blees1-27/+35
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees3-64/+30
2014-07-21Win32: factor out environment block creationKarsten Blees1-23/+32
2014-07-21Win32: unify environment function namesKarsten Blees1-7/+7
2014-07-21Win32: unify environment case-sensitivityKarsten Blees1-2/+1
2014-07-21Win32: fix environment memory leaksKarsten Blees3-6/+7
2014-07-21Win32: Unicode environment (incoming)Karsten Blees2-0/+17
2014-07-21Win32: Unicode environment (outgoing)Karsten Blees1-11/+14
2014-07-18remote-testsvn: use internal argv_array of struct child_process in cmd_import()René Scharfe1-9/+7