summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/strbuf-getcwd' into HEADrs/strbuf-getcwd-2.1Junio C Hamano2014-07-2815-177/+190
|\
| * use strbuf_add_absolute_path() to add absolute pathsRené Scharfe2014-07-281-5/+1
| * abspath: convert absolute_path() to strbufRené Scharfe2014-07-284-42/+37
| * use xgetcwd() to set $GIT_DIRRené Scharfe2014-07-282-6/+6
| * use xgetcwd() to get the current directory or dieRené Scharfe2014-07-285-22/+26
| * wrapper: add xgetcwd()René Scharfe2014-07-282-0/+9
| * abspath: convert real_path_internal() to strbufRené Scharfe2014-07-281-44/+25
| * abspath: use strbuf_getcwd() to remember original working directoryRené Scharfe2014-07-281-4/+5
| * setup: convert setup_git_directory_gently_1 et al. to strbufRené Scharfe2014-07-281-42/+43
| * unix-sockets: use strbuf_getcwd()René Scharfe2014-07-281-7/+7
| * strbuf: add strbuf_getcwd()René Scharfe2014-07-283-0/+26
* | Merge branch 'maint'Junio C Hamano2014-07-281-0/+10
|\ \
| * | t4013: test diff-tree's --stdin commit formattingJeff King2014-07-281-0/+10
| * | Merge branch 'jk/alloc-commit-id-maint' into maintJunio C Hamano2014-07-2811-89/+103
| |\ \
| | * | diff-tree: avoid lookup_unknown_objectjk/alloc-commit-id-maintJeff King2014-07-281-3/+1
| | * | object_as_type: set commit indexJeff King2014-07-281-0/+2
| | * | alloc: factor out commit indexJeff King2014-07-282-2/+8
| | * | add object_as_type helper for casting objectsJeff King2014-07-287-43/+25
| | * | parse_object_buffer: do not set object typeJeff King2014-07-281-2/+0
| | * | move setting of object->type to alloc_* functionsJeff King2014-07-288-12/+13
| | * | alloc: write out allocator definitionsJeff King2014-07-281-11/+27
| | * | alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones2014-07-281-18/+29
| |/ /
* | | Merge branch 'jk/misc-fixes-maint'Junio C Hamano2014-07-287-13/+16
|\ \ \
| * | | apply: avoid possible bogus pointerjk/misc-fixes-maintJeff King2014-07-241-1/+1
| * | | fix memory leak parsing core.commentcharJeff King2014-07-241-5/+5
| * | | transport: fix leaks in refs_from_alternate_cbJeff King2014-07-241-2/+3
| * | | free ref string returned by dwim_refJeff King2014-07-243-1/+5
| * | | receive-pack: don't copy "dir" parameterJeff King2014-07-241-2/+2
* | | | t1402: check for refs ending with a dotJeff King2014-07-281-0/+1
* | | | Revert "Merge branch 'dt/refs-check-refname-component-sse'"Junio C Hamano2014-07-284-250/+18
* | | | Revert "Merge branch 'dt/refs-check-refname-component-sse-fix'"Junio C Hamano2014-07-282-13/+5
* | | | Git 2.1.0-rc0v2.1.0-rc0Junio C Hamano2014-07-272-1/+23
* | | | Merge branch 'jk/rebase-am-fork-point'Junio C Hamano2014-07-274-8/+41
|\ \ \ \
| * | | | rebase: omit patch-identical commits with --fork-pointjk/rebase-am-fork-pointJohn Keeping2014-07-164-6/+32
| * | | | rebase--am: use --cherry-pick instead of --ignore-if-in-upstreamJohn Keeping2014-07-151-4/+11
* | | | | Merge branch 'cc/replace-graft'Junio C Hamano2014-07-276-26/+313
|\ \ \ \ \
| * | | | | replace: add test for --graft with a mergetagcc/replace-graftChristian Couder2014-07-211-0/+22
| * | | | | replace: check mergetags when using --graftChristian Couder2014-07-211-0/+47
| * | | | | replace: add test for --graft with signed commitChristian Couder2014-07-211-0/+24
| * | | | | replace: remove signature when using --graftChristian Couder2014-07-213-0/+41
| * | | | | contrib: add convert-grafts-to-replace-refs.shChristian Couder2014-07-212-1/+31
| * | | | | Documentation: replace: add --graft optionChristian Couder2014-07-211-0/+8
| * | | | | replace: add test for --graftChristian Couder2014-07-211-1/+44
| * | | | | replace: add --graft optionChristian Couder2014-07-211-1/+73
| * | | | | replace: cleanup redirection style in testsChristian Couder2014-07-071-24/+24
* | | | | | Merge branch 'jk/stable-prio-queue'Junio C Hamano2014-07-274-51/+60
|\ \ \ \ \ \
| * | | | | | t5539: update a flaky testjk/stable-prio-queueJeff King2014-07-151-0/+1
| * | | | | | paint_down_to_common: use prio_queueJeff King2014-07-151-23/+19
| * | | | | | prio-queue: make output stable with respect to insertionJeff King2014-07-152-6/+17
| * | | | | | prio-queue: factor out compare and swap operationsJeff King2014-07-151-24/+25